Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (144)
VIP video online parsing source code
no vote
It can analyze the VIP video of each platform online. Support iqiyi, Youku, LETV, mango TV, Sohu Video multi interface online analytic playback function.
ck2x
2020-01-15
0
1
Wechat mall system
no vote
Wechat mall is suitable for e-commerce of small enterprises, such as wechat fruit, wechat vegetables, wechat takeout, wechat supermarket and so on.
ck2x
2020-01-15
1
1
Image compression code matlab
no vote
Including: DM coding, transform coding, arithmetic coding, run length coding, Huffman coding, linear prediction coding and an approximate JPEG coding process
ck2x
2020-01-15
0
1
Apriori algorithm matlab source code
no vote
Apriori algorithm matlab source code, can generate association rules, calculate support, confidence
ck2x
2020-01-15
0
1
SIFT feature extraction feature matching
no vote
MATLAB realizes SIFT feature extraction of image and feature matching in different perspectives
ck2x
2020-01-15
0
1
Network packet sniffer
no vote
Through the study of WinPcap library functions commonly used in the use of ways to achieve a small network packet grabber, and through the analysis of the original packet to show the current network operation.
ck2x
2020-01-15
0
1
Particle Swarm Optimization algorithm for POS
no vote
Particle Swarm Optimization algorithm const int PNum = 20; Particle number const int PDim = 2;//particle dimensions double Xup[] = {100, 100};//variable upper bound double Xdown[] = {-100,-100};//lower bound variables //main void main () { MyPSO PSO (PDim, PNum);// Make PSO instance PSO. SetXup(Xup); Sets the upper bound argument PSO. SetXdown(Xdown); Set the variables bound PSO. SetVmax(0.2); To set the maximum speed of PSO. SetCom(MyCom); Sets the communications function cout<< "\nRun Now:\n"; pso. Run(2000); Run the Particle Swarm cout<< "\nThe Result is:\t" <<PSO. GetBest(Xup)<<"\n"; Output of PSO. Run(0.999); Run the Particle Swarm cout<< "\nThe Result is:\t" <<PSO. GetBest(Xup)<<"\n"; Output }
ck2x
2020-01-15
0
1
Solving TSP problem
no vote
A genetic algorithm, A* algorithm, d algorithm, simulated annealing, neural network
ck2x
2020-01-15
0
1
C # video system source code
no vote
C # video system source code, VS2008 project, can realize one-to-one, one to many voice, video and text communication, can be used to develop video conference system, voice and video chat system, voice quality and video effect are good, support P2P network transmission, can be directly integrated into the existing project.  
ck2x
2018-07-21
0
1
AP algorithm MATLAB program
no vote
Affinity Propagation (AP) cluster in 2007, Science magazine presented a new clustering algorithm. According to the similarity between the n data points for clustering, these similarities can be symmetrical, that the similarity between two data points from each other (such as Euclidean distance); or they can be asymmetric, that the similarity between two data points from each other. These matrix NxN similarity similarity s (where n is the n data points).
ck2x
2016-11-27
1
1
View More