资源列表
Graph
- 采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。
queen
- C++语言编写的马的遍历的实现方法,请多多指教
erchashu.txt.tar
- 实现二叉树链表表示的二叉树: 建立一棵二叉树; 按先序、中序和后序遍历二叉树; 按层次遍历; 求一棵二叉树的高度; 交换一棵二叉树的左右子树; 复制一棵二叉树。-Realize that the binary tree binary tree list: building a binary tree by the first order, in sequence, and after traversing a binary tree by level tr
Kruskal
- 主要功能: Kruskal算法实现最小生成树-Main features: Kruskal minimal spanning tree algorithm
migong
- 通过运用栈实现迷宫问题,探索一条道路并打印出路径-Achieved through the use of a stack maze problems, explore and print out the path of a road
Knapsack01
- 0/1 knapsack source code
WH
- 利用沃尔什-哈达玛变换实现图像的压缩处理-Walsh- Hadamard transform image compression
Markov.m
- 物理马尔可夫链通常用来建模排队理论和统计学中的建模,还可作为信号模型用于熵编码技术,如算术编码(著名的LZMA数据压缩算法就使用了马尔可夫链与类似于算术编码的区间编码)。马尔可夫链也有众多的生物学应用,特别是人口过程,可以帮助模拟生物人口过程的建模。隐蔽马尔可夫模型还被用于生物信息学,用以编码区域或基因预测-Physical Markov chains are typically used to model queuing theory and statistics in modeling, b
DE
- DE Algorithm is implement with matlab
width-line-pozar
- with line microstrip pozar book
nihe
- 基于RBF的多数据拟合。可拟合数据曲线,误差相对较小,可改变参数。-Multiple Data Fitting Based on RBF
MonteCarlo
- 蒙特卡罗方法求解方程,得到局部最优解。-using MoterCarlo method to get Local optimal solution of the equation