资源列表
eigen_modes_DBR
- calculating 1D photonic crystal -calculating 1D photonic crystal
Dijkstra_Heap
- Dijkstra算法,Heap优化,复杂度NlogN-Dijkstra algorithm, Heap optimization, complexity NlogN
convpgm
- 将raw image转换为pgm格式的文件. 通过修改写入的文件头部分, 可以转换其他格式的图像文件。
0-1knapsack_problem
- 0/1背包问题:给定n种物品和一个容量为C的背包,物品i的重量是wi,其价值为vi,0/1背包问题是如何选择装入背包的物品(物品不可分割),使得装入背包中物品的总价值最大?回溯法解决0/1背包问题-0/1 knapsack problem: given n types of items and a knapsack of capacity C, the weight of item i is wi, the value of vi, 0/1 knapsack problem is how to
Testbench
- This only test upload!-This is only test upload!
1
- 激光堆焊温度场仿真,可实验三维瞬态温度场的模拟,能动态模拟激光运动-Laser overlaying welding temperature field simulation
hermit
- hermit插值源程序,能够达到很高的精度。-hermit interpolation source
quicksort
- 多线程快速排序算法,是多线程课程学习中的一个小练习-multi-thread quick sort
FeatureExtract
- matlab code for feature extraction
haffman
- 哈夫曼编码,数据结构里一种编码方式,有具体的编码和输出结果-Huffman coding, an encoding of the data structure, specific coding and output results
bankomat
- A program for ATM . that will help you to make basic operations
FastFourierTransformation
- 使用C语言实现任意采样点数的快速傅里叶变换-Fast fourier transformation by C language