资源列表
Sinewave-plus-additive-zero-mean-random-noise
- 用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
Queen
- 算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.
grapgh_prim
- 数据结构:图的Prim算法开发环境visual C/C-图的Prim算法,开发环境visual C/C++
magic
- 将魔王的语言抽象为人类的语言:魔王语言由以下两种规则由人的语言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 设大写字母表示魔王的语言,小写字母表示人的语言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解释为tsaedsaeezegexenehetsaedsae对应的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅”。(t-天d-地s-上a-一只e-鹅z-追g-赶x-下n-蛋h-恨)
regress
- 一元线性回归负荷预测程序,采用C++编写-Linear regression load forecasting procedure for the preparation of C++
k
- 双亲表示法实现二叉树,用链表实现,和堆栈,能更好的找到根节点-Parents to achieve binary notation, with the linked list implementation, and the stack, can find a better root
xxhg
- 用于处理序列的一元线性回归计算,比较简单好用-Processing sequence for a linear regression, simple easy to use
DFS
- DFS算法,我自己写的,主要用邻接矩阵存储图-DFS algorithm, I wrote it myself, the main memory map with the adjacency matrix
linked_list
- 学习数据结构中的双向链表的例子,自己实现了一遍并经过验证,供需要者学习。-source code for data struct linked list
tsp
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) genetic algorithm generic matlab program
SheikhIP
- Image processing functions: Gamma correction Contrast stretching histogram equalization
TSP
- 使用邻接表记录存贮村庄两点的ID和村庄之间的权值。采用广度搜索,利用邓俊辉老师的模板BFS。先任取一点,搜索到它的距离最远的点(带权值)i,点i必然是关键路径上的一个最远点。再以该点为起始点搜索离他距离最远的点(带权值),所得到的一定是donfood即最远路径。-Using adjacency table records the ID stored villages and villages between the two weights. Using breadth search, use D
