资源列表
一维细胞自动机
- 最简单的细胞自动机程序。这是一个方格的世界,所有的方格都排成一排,每个方格都有黑或白两种(或者更多,用户可以自己定义)颜色。根据每个方格的颜色以及它邻居方格的颜色按照异常简单的规则进行演化。-most simple cellular automata procedures. This is a box at the world, all the box are lined up, each box is black or white (or more, users can own definit
selfref
- 当我们用摄像机照射电视机,再把摄到的图案展现在电视屏幕上,这会产生什么?答案似乎应该是什么都没有,因为电视机显示的就是它自己,而它自己正在显示的内容也就是它自己……。然而当我们调节电视机的设置参数、拉大摄像机的焦距,让电视机往它自身内部运动的时候,惊奇的现象出现了:一个一个的复杂结构不断地从电视屏幕中产生、飞出,就好像星系的诞生!当我们旋转摄像机呈一个角度的时候会得到类似左图的“旋转星系”。本Java程序就是在计算机上模拟了这个过程。然而,摄像机-电视这样的自指系统不仅仅能产生如此丰富的复杂图案
集合的交并差
- 一个实现演示界面的,实现两个集合的交\\并\\差C语言程序-a demo interface, and achieving the two pools pay \\ and \\ poor C Programming Language
递归算法快速排序
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
赫夫曼编码
- 用delhi做的程序实现了哈夫曼编码,做的还不错。-DELHI do with the program of Huffman coding, so good.
折半查找
- 数据结构二分查找,演示了使用递归函数或者循环语句实现的二分查找算法,两种方法都使用了称为二分搜索的算法-data structure search for two hours to demonstrate the use of recursive function or loop is the realization of two searching algorithm, both methods are used as a two-Search Algorithm
MATLAB 7.0.1 注册机
- matlab7.0注册机,使得您可以安装该软件-matlab7.0 Fillmore and allow you to install the software
VB数组运用
- 一些VB中数组运用的例子,囊括了VB数组的大部分知识点.可供参考和调用.-some VB examples of the use of the array, the array includes most of the VB knowledge point. For reference, and use.
T_youhua
- matlab 遗传算法的程序,主函数 T_youhua。 -Matlab GA procedures, the main function T_youhua.
基于GA优化神经网络结构源程序
- GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample-GA_nn.c based on genetic algorithm optimization neural network structure source, the input data file sample
基于遗传算法的人工生命模拟源程序
- A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world-A_life.c based on genetic algorithm simulation of artificial life source, input data files world
SGA源程序
- Sga.c 基本遗传算法源程序, 输入数据文件input,-Sga.c basic genetic algorithm source code, the input data file input,