资源列表
B树
- 自己开发的b+树代码,经过本人测试,已经初步通过,有问题请联系我-b own development code tree, after I test, it already passed, please contact the problems I
DET
- c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
算法与数据结构技术!
- 算法与数据结构技术!想学C语言数据结构的看看有一定的帮助-algorithm and data structure technology! Like the C language data structures to see if there is some help
专家算法pid
- 专家系统控制算法pid-The control arithmetic of Expert Systems
模糊pid算法
- 模糊控制pid算法,程序化,可以方针,-fuzzy control algorithms, procedures, guidelines,
普通数字pid
- 普通的pid控制数字化,可以使用效果好-ordinary pid control digital, you can use good results
神经网络pid
- 基于神经网络的pid控制器,经过仿真-based on the nerual networks pid controller,and which have benn simulated
SGA
- 遗传算法中的简单遗传算法,用matlab实现。-genetic algorithm simple genetic algorithm, using Matlab to achieve.
ADS_DFS_Maze
- 采用stack算法的DFS搜索,有java做的界面,还有适当的注释-using stack DFS search algorithm, so java interface, the appropriate Notes
AI_maze
- 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
kingho
- 皇后问题:在N*N的方格里放置皇后,要求不能放在同一行、同一列、同一对角线上。输入所有适合条件的情况。-Queen : N * N in the box, placed the empress, on the request can not be the same line, the same series on the same diagonal. The importation of all suitable conditions.
asm_java
- 人工股市(Artificial Stock Market,简称ASM)是模拟股市运作的一个程序。在这个电脑中的虚拟市场中,若干被称为交易者的人工智能程序(Agent)通过观察它们所在的数字世界中股价和股息的不断变换而做出预测,并且根据这些预测做出购买股票与否以及购买股票数量的决策。反过来,所有的交易者的决策又决定了股票的价格,这样,整个的股票交易市场就构成了一个自我封闭的计算系统。同时,这些交易者都具有学习的能力,可以根据以前预测的成功或者失败对自己的决策进行调整,并且通过一种被称为遗传算法的方