资源列表
geneMin
- 一个遗传算法求最小值的程序,利用C++编写,再CodeBLocks中建立的工程。(A genetic algorithm for minimum value procedures)
BP_FUZZY
- 首先对M文件进行仿真,然后利用指令gensim(net,-1)将神经网络生成simulink模型,然后就利用mdl文件进行模糊神经网络组合算法的搭建,针对FOPDT(一阶延迟模型)进行仿真,并考虑存在噪声的干扰!(Firstly, the simulation of the M file, and then use the command gensim (net, -1) will generate the Simulink neural network model, and then buil
dace_scilab--1-src.tar
- DACE toolbox for SciLab
Theo
- 二维常物性无内热源导热;显性差分;高斯迭代(Two dimensional constant physical property without inner heat source; heat conduction; dominant difference;Gauss iteration)
王小平遗传代码库
- 王小平遗传算法代码库,有需要的可以研究一下(Wang Xiaoping genetic algorithm code library, there is a need to study it)
8数码
- 需要说明的是:本文示例图中的目标状态在计算上是最快捷的,首先取数很方便,一般地查看目标在第i个位置上的值,则需要访问数组goal[i],而这里goal[i]==i,故而无需访问数组;第二,要想知道数码n的目标位置,则需要找到goal[i]==n,然后row=i/3,col=i%3. 但是这里的话,row=n/3,col=n%3. 当我们用8位无符号整型来表示各个数码值(0~8)时,n/3和n%3操作是非常快的,比访问数组还快。 程序还提供一种玩游戏模式,即用户自己通过W,S,A,D四个键分
Topology_Network
- TO CREATE ROAD NETWORK TOPOLOGY
工程数学线性代数第五版.pdf
- 线性代数工具书,里面还有很多好资料的下载地址(linear math learning book, and many other good books download website)
SVM(matlab)
- matlab平台下的支持向量机算法工具箱,支持分类和回归(support vector machine)
Binary_Search.tar
- Binary search algorithm for C programming language
Bubble_Sort.tar
- Bubble sort algorithm for the C programming language
Circular_Singly_Linked_List_Algos.tar
- Circular-Singly Linked list Algorithms in the C programming language