Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: realization

[Data Structure] Recursive Realization of Binary Tree

The concept of binary tree, I don’t want to talk about it here, but you need to know the basics of full binary tree, complete binary tree, etc.

Concept, enter the topic below.

First cre

October 15, 2021By Simo Data Structure binary tree, Data Structure, realization, recursionLeave a Comment

[Data Structure] During the secondary line of the binary tree, a iterator is realized to traverse the binary tree.

1. Create a node of the binary tree

#pragma once #include#includeusing namespace std;enum PointerTag{ THREND, LINK,};templatestruct BinaryTreeThdNode{ typedef BinaryTreeThdNode Node; BinaryTr

October 15, 2021By Simo Data Structure binary tree, chemical, clues, Data Structure, ITERATION, Medium, one, order, realization, traversalLeave a Comment

What is the best Python implementation in MapReduce mode?

What is the best Python implementation of MapReduce, a framework or library, may be as good as Apache hadoop, but if it is only in Python, and the best in terms of good documentation and ease of un

October 12, 2021By Simo Hadoop best, MapReduce, mode, python, realization, whatLeave a Comment

CXF framework implementation WebService

Introduction to Apache CXF: http://cxf.apache.org/docs /index.html
1. Use CXF to develop Web Service server: Each Web Service component requires two parts: interface and implementation class:

October 6, 2021By Simo WebService CXF, frame, realization, WebServiceLeave a Comment

Interpretation of distributed lock principle and three implementations

At present, almost many large-scale websites and applications are deployed in a distributed manner. The issue of data consistency in distributed scenarios has always been a relatively important top

October 3, 2021By Simo System Architecture detailed, distributed, interpretation, lock, method, principle, realization, three typesLeave a Comment

Do not rely on Python third-party library to achieve gradient decline

Knowledge The original meaning of the gradient is a vector (vector), which means that the directional derivative of a function at that point takes the maximum value along the direction, that is, th

September 30, 2021By Simo Design Pattern dependence, drop, gradient, Library, python, realization, third partyLeave a Comment

Multi-site RSS news text, import the discuz forum, automatic posting (1)

The company’s R&D department cannot access the Internet, but the company hopes that its R&D colleagues can Follow the news, understand the hotspots of science and technology, and keep up with the t

September 27, 2021By Simo Rss Auto, Crawl, Discuz, Forum, import, Multi, News, one, POST, realization, RSS, site, TextLeave a Comment

Automatic receiving gold coins in “Home Dream” game with LabVIEW

A few weeks ago, a mobile game called “Dream of Home Country” was very popular. After playing on my phone for a day or two, I found two problems:

1. Receiving gold coins is too boring, you on

September 27, 2021By Simo Game automatic, collection, game, gold coins, home country dream, LabVIEW, Medium, realization, receiptLeave a Comment

2019.9.26 – Implementation code of the binary tree

# coding:utf-8

class Node(object):
“”””””
def __init__(self, item):
self. elem = item
self,lchild = None
self.rchild = None

class Tree(object):
“””Binary Tree”””
def __init__(sel

August 22, 2021By Simo Mathematics 2019.9.26, binary tree, code, realizationLeave a Comment

Posts navigation

Page 1 Page 2
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress