资源列表
yichuanmatlab
- 这是作者自己编写的基于matlab语言的程序设计。遗传算法的函数优化 应用。 -is prepared by the author himself on the Matlab programming language. Genetic Algorithms Optimization applications.
chap6_2
- 单神经元网络PID自动整定MATLAB程序-single neuron network automatic PID tuning MATLAB
FFT
- // 入口参数: // l: l = 0, 傅立叶变换 l = 1, 逆傅立叶变换 // il: il = 0,不计算傅立叶变换或逆变换模和幅角;il = 1,计算模和幅角 // n: 输入的点数,为偶数,一般为32,64,128,...,1024等 // k: 满足n=2^k(k>0),实质上k是n个采样数据可以分解为偶次幂和奇次幂的次数 // pr[]: l=0时,存放N点采样数据的实部 // l=1时, 存放傅立叶变换的N个实部 // pi
aa
- 深度优先遍历,算法设计分析,数据结构。-Depth-first traversal, algorithm design, data structure.
WLSF
- 基于加权最小二乘的探测器状态估计,可实现快速估计和收敛-Weighted LM based probe states estimation, with high speed and rapid convergence.
2-1
- 生成两个非递增线性表,并对其进行合并成非递增线性表-Generates two non-incremental linear form, and its merger into a non-incremental linear form
LinearList
- 基于模板类(STL)线性表的顺序存储的实现-datastructure (stl)
approxIndep
- 求独立集的近似算法,使用C++描述,供算法设计学习者参考-For independent set approximation algorithm, using C descr iption
max-fastica
- maximum likelihood method for blind signal seperation
main
- 1.在电报收发等数据通讯中,常需要将传送的文字转换成由二进制字符0、1组成的字符串来传输。为了使收发的速度提高,就要求电文编码要尽可能地短。此外还要保证任意字符的编码都不是另一个字符编码的前缀,这种编码称为前缀编码。 2.Huffman树可以用来构造编码长度不等且译码不产生二义性的编码。 -1 In the telegram send and receive data communications, and often need to send the text into a stri
vertex_cover
- 内容为顶点覆盖问题的程序设计: 给定一个 n 个点 m 条边(n≤ 100,m≤5000)的无向图 G,问是否存在一个不超过 k(𝑘 ≤20)个点的点集 S,使得 G 中每条边都至少有一个点被覆盖。该实现效率很高,较大的测试用例也可以在15ms内计算出。-vertex cover problem.
