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

Tag: ITERATION

SQL iteration for XML

I am trying to read an xml data field from a table and insert this data into another database. The XML document looks like this:

1
2
3
4

My idea is to get 1 id and insert it t

October 21, 2021By Simo XML ITERATION, SQL, To XMLLeave a Comment

[Data Structure] Iterator realizes the order of the binary tree

Iterator

templatestruct __TreeIterator{ typedef BinTreeNode Node; typedef __TreeIterator Self; __TreeIterator() {} __TreeIterator(Node* node) :_node(node) {} Ref operator*() {assert( _node);

October 16, 2021By Simo Data Structure binary tree, Data Structure, ITERATION, middle, order, realization, traversLeave 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

Object class properties in the iterative SWIFT

Is there an easy way to iterate the attributes of a class in Swift.

That is, I have a Person class, which has 3 attributes: name ,lastname,age.

Is there something similar

for attr

October 11, 2021By Simo Swift class, ITERATION, middle, object, sex, SWIFTLeave a Comment

VB.NET iteration files and directories

I am working on a VB.NET program that will automatically back up my work to my FTP server. So far, I can upload by specifying the file name using the following method Single file:

‘relevant p

October 6, 2021By Simo Visual Basic directory, file, ITERATION, VB, VB.NETLeave a Comment

Iteration inherited list

I have two classes inherited from the third class and they are stored in a list.

I am trying to iterate the list and call each The implementation function of a class, but the code cannot be c

October 3, 2021By Simo Software Design class, inheritance, ITERATION, ListLeave a Comment

Machine learning – EPOCH VS ITERATION Time to train neural networks

When training a multilayer perceptron, what is the difference between epoch and iteration? In neural network terms:

>One period = one forward path and A backward pass through all training

August 22, 2021By Simo Intel EPOCH, ITERATION, learning, Machine, neural network, time, training, VSLeave a Comment
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