Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (7)
01 knapsack problem (backtracking algorithm)
no vote
Backtracking method: 01 knapsack belongs to find the optimal solution problem, with backtracking method need to construct solution subset. When you are in a state space search tree, as long as the left child node can be a viable node, search into the left subtree. Upper bound for right subtree, first calculate function, to determine whether its minus.
tandy_tan
2016-08-23
0
1
Matlab case analysis
4.0
Matlab case analysis,it includes a lot of the real math problem done with matlab.So if you want to know about how to use matlab to slove math problems ,you can download it.
tandy_tan
2016-08-23
0
1
Student achievement management system
no vote
Database curriculum design-Student Achievement Management System,this code writen by c++ and use database and MFC to implement it.It works well ,so you can download it if it is useful.
tandy_tan
2016-08-23
0
1
The longest monotone subsequences, algorithm desig
no vote
Monotone increasing subsequence and decreasing subsequence are included in monotone increasing subsequence, which is general. Only monotone increasing subsequence is discussed here. First of all, we should define our problems. Given sequence A1, A2 , an, if there are subsequences Ai1 & lt; = AI2 & lt; = ≪ = aim, (where I1 & lt; I2 & lt ≪ IM) is called a monotone increasing subsequence with the length m of the original sequence. Then, the problem now is to find the longest monotone increasing subsequence of a sequence.
tandy_tan
2016-08-23
0
1
Image Scale using MFC
no vote
Program provides a algorithm using c++ to scale image and it create a single document to solve the problem.
tandy_tan
2016-08-23
1
1
N queen problem C + + source code (algorithm design and analysis)
no vote
Algorithm design and analysis course must learn algorithm, n queen problem, C + + source code. N queens problem, n queens are placed on the chessboard of n × n lattice. According to the rules of chess, the queen can attack the pieces on the same row, column or diagonal. The problem after n is equivalent to placing n queens on the n × n chessboard. Any two queens may be on the same row, column or diagonal line.
tandy_tan
2016-08-23
0
1
matlab neural network
no vote
MATLAB neural network sample code, which contains the principles of knowledge, and sample code of neural network learning MATLAB programming is a powerful tool for neural networks and assistants.
tandy_tan
2016-08-23
4
1
No more~