资源列表
edu2d-advdiff
- curvilinear grid generation
gridgen
- grid generation algo fortran code
2phaseSimplexMethod.m
- This the matlab code for 2phase simplex method which I used it for my semester project. With a little parameter modification, the code should work with any kind of linear programming problem. All details comments are provided within the code as well.
dj.m
- This an example of the Dijkstra s algorithm which solve for the shortest paths between nodes in a graph. -This is an example of the Dijkstra s algorithm which solve for the shortest paths between nodes in a graph.
pso-master
- PSO C code for implementations and tests
SuiteMATLABAlgorithmsIA
- Several codes of algorithms IA for implementations and tests, enjoy it!
2016.10.04GSA_SVM
- 以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。- In order to optimize SVM algorithm parameters c and g as an example, the GSA (Gravitational Search Algorithm) MATLAB source code for a detailed Chinese annotation. Is a good learning materia
GPS
- 实现了gps软件接收机的信号产生,捕获和跟踪,采用改进的捕获算法和跟踪算法-The signal generation, acquisition and tracking of GPS software receiver are realized, and the improved algorithm and tracking algorithm are adopted.
Apriori-Transaction
- 使用apriorifang方法挖掘频繁项-apriori methods
JPEGLS_codec
- Matlab code for jpegls
HuffmanCodingAndDecoding
- 对任意输入的文字、字母、数字进行编码,显示出0-1串,并显示出编码表;同时可进行解码显示出原文。对要熟悉哈夫曼原理的有作用。-Any input text, letters, numbers encoded to show a 0-1 string, and display the code table at the same time can be decoded to show the original. To be familiar with the Huffman principle.
ShowMapTheShortestRoute
- 根据一副地图,在地图上任意点击两地点,可画出两点的最短距离路线。对要熟悉MFC用法及最短路算法的初学者有很大帮助。-According to a map, click on the map on the two locations, you can draw two points of the shortest distance route. To be familiar with MFC usage and the shortest path algorithm for beginners a
