Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
genetic algorithm
no vote
Implementation of genetic algorithm based on C++. The steps are: Group initialization, adaptive evaluation, selection operator, crossover operator, mutation operator. The selection operator uses the roulette algorithm.
CIN959328
2016-08-23
0
1
Generation and calculation of inverse Poland
no vote
Through the stack to achieve the generation and calculation of inverse Poland type, the first to determine whether the correct format, including the detection of brackets. The operation process includes the detection of whether the operation variables and numeric character variables, and according to the priority of the symbol operation.
CIN959328
2016-08-23
0
1
Design and implementation of the Hoffman code
no vote
Application background Based on the formation of Huffman Tree respectively to achieve Huffman encoding and decoding, and the input and output test. For any given text file T01.txt statistical character weights (frequency of occurrence), and the generated code, the text for coding output file Huff01.txt. And in the program output between the two compression ratio. For any given Huff01.txt file, it can decode and get the original file T01.txt. Key Technology Data structure design: Huffman node, Huffman encoding  Text compression: calculation to obtain the text character frequency, the establishment of Huffman tree, the character of the Huffman coding, text compressionExtracting text: reduction of encoder information, extracting text characters
CIN959328
2016-08-23
0
1
STM32 driver ov7620
4.2
Stm32 car based control program using ov7620 camera. This is a complete smart car can run the program. To get information from the track by setting a good ov7620 GPIO, NVIC, USART, TIMER etc. stm32 typical peripherals, and then back through the analog processing serial port to receive data integration in order to achieve control of the track.
CIN959328
2016-08-23
0
1
No more~