资源列表
SFE
- 建立赫夫曼树,然后再由叶子到根实现赫夫曼编码。-Huffman tree set up, and then leaves to the root by the Huffman encoding implementation.
kruskal1
- kruskal算法求解最小生成树 K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kruskal
kuaipaiyuduipai
- 快速排序与堆排序是十分重要的数据结构算法,对于初学C++者来说掌握这两种算法十分重要-Quick sort and heap sort algorithm is very important data structure for the novice C++ are very important for the control of the two algorithms
zju2504dijkstra
- zoj2504利用dijikstra算法解决最短路问题。-zoj2504 use dijikstra algorithm to solve shortest path problem.
zhan
- 气象学中站点资料转化为格点资料,是插值的一种-Meteorology station data into grid data.
bisection_Method---Shortcut
- Bisection Method code
lslit
- 关于狭缝衍射的夫琅和费远场模拟的例子,是高等物理光学模拟的入门例子。-About slit Fraunhofer diffraction far-field simulation example is the example of the entry of higher physical optics simulation.
Exhaustive_search_bracketing
- exahustive optimization search method
ESPRITII
- 一维的doa角度估计escr ipt程序,利用的是LS-Escr ipt算法-one-dimensional Doa estimated escr ipt program, use the LS-Escr ipt algorithm
BPshenjing
- 学生学习bp神经网络所需的源代码,可以用来参考-the code of bp nutrition for students
model4question
- 数学建模比赛历程,可以选择最优化油罐车问题,可得出最优的方案-matlab program math
Matlab数学建模经典案例实战源程序
- Matlab数学建模经典案例实战源程序,有关日报销售问题