资源列表
BinaryTree
- 数据结构二叉树,及其遍历,镜像,输出等相关操作C++源码。-Binary tree data structure and its traversal, mirror, output the operation C++ source.
AstarPathFind
- 使用AStar算法实现的寻找最短路径的演示程序,使用C++编写的MFC程序,有非常好看的界面。-Use AStar the shortest path algorithm to look for the demonstration program, using C++ program written in MFC, there is a very nice interface.
finedif
- 应用差分方程求解波动方程,可以设定边界条件-Application of differential equation solving the wave equation, boundary conditions can be set
fft
- fft的算法,数据处理成频谱图,波形图的功能!-fft algorithms, data processing into the frequency spectrum, waveform features!
JAVA
- 基于JAVA实现的图像特征提取源代码 图像特征提取的源代码,使用sobel算子提取图像边缘,使用hu矩提取图像形状特征,使用颜色中心矩提取图像颜色特征,请使用eclipes导入该工程并运行test文件(可将test文件中去掉一些注释部分运行更多功能)。-JAVA based on the realization of the image feature extraction image feature extraction source code source code, use the sob
chap1
- 基于遗传算法的PID参数优化的MATLAB程序,采用的是二进制编码方式,通过传递函数的离散经过适应度计算 选择复制 交叉 变异操作得到最优解。-PID parameters based on genetic algorithm optimization of the MATLAB program, using the binary encoding, by the discrete transfer function adapted calculation select Copy crossov
MEPG-4shipinbianjiema
- MEPG-4的两份标准文档,以及其源码,对着标准文档,边参照代码学习最好了.-MEPG-4 of two standard document, as well as its source, against the standard document, refer to the code side to learn the best.
double-PWM
- 这是一个三相电压型的双PWM变换器,可应用于风力发电机中。-This is a dual-voltage three-phase PWM converters can be applied to wind turbines.
利用遗传算法求某函数的最大值
- 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
StandardTempleteLibrary
- C.STL中文版。翻译了由四位对C++STL的实现有卓越贡献的大师撰写的,通过背景知识、功能描述、头文件代码、测试程序和习题,讲述了STL的13个头文件及迭代器算法和容器。-C. STL Chinese version. Translated from the four pairs of C++ STL outstanding contribution to the realization there is a master of writing, through background know
matlab-imm
- 交互多模型算法,用于目标跟踪等,是目前比较理想的算法之一-Interacting multiple model algorithm
BOX
- 最少背包问题:假设有许多盒子,每个盒子能保存的总重量为1.0。有N个项i1,i2,…,iN,它们的重量分别是w1,w2,…,wN。目的是用尽可能少的盒子放入所有的项,任何盒子的重量不能超过他的容量。例如,如果想的重量为0.4, 0.4, 0.6和0.6,用两个盒子就能解决。 按如下策略解决此问题:按给定的次序扫描每一个项,把每一个项放入能够容纳他而不至于溢出的最满的盒子。用优先级队列选择要装入的盒子。-Minimum knapsack problem: Suppose there are m