资源列表
BiTree
- 此程序的功能是建立二叉树,并且对二叉树进行前序中序后序的遍历以及二叉树的显示等功能,主要是数据结构的小实验,对二叉树的理解很有帮助,程序采用C++编程,简单易懂。-Feature of this program is to build a binary tree, and on the binary tree in order to pre-order traversal and postorder binary tree display and other functions, the mai
tanxin
- 完全背包问题(C++贪心算法源代码 含文件操作)-Complete knapsack problem (C++ source code for the greedy algorithm with file operations)
2010013267_277453_40604436_2010013267_1
- 一些简单的函数运算,代码比较简洁,逻辑比较清楚-Some simple function of operation, the code more concise, more clearly the logic
Graph1
- an example of using Dijkstra s shortest path algorithm
ID3C
- 用C语言实现ID3算法:所举事例是天气变化是否出去活动。-ID3 algorithm using C language: The example of a case in point is the weather is out of activities.
fem
- 随机有限元源程序 对开发有限元提供参考 编写程序提供帮助-random fem
MicrosoftWordvc
- vc 蚁群算法一些关于蚁群算法的书籍,参考张军等翻译的《蚁群算法》写了一个ACO解决TSP的程序,通过实验,-vcTSPchoice_info(i,j)=pheromone(i,j)^alpha*(1/dist(i,j))^beta
isoDATA
- 这个C语言的源程序可以实现如上的程序算法,大家多多交流-no
MatrixMultiplication
- 数组的任意阶相乘,首先实现了阶数是2的n次幂的乘法。-Any order by multiplying the array, the first order is to achieve a power of 2 n multiplication.
gouzaohanshu
- 了解构造函数和解析函数的源码,对于初学者来说非常的容易理解-Understanding of Constructors and analytic functions of the source code, very easy for beginners to understand
FFTD
- FFT转换代码,将时域信号转换为频率信号-FFT
bank-c
- 银行家算法解析,用C语言程序实现的例子(汤子赢版《计算机操作系统》)-bank