搜索资源列表
matlab的元胞自动机程序的源代码
- matlab的元胞自动机程序的源代码,胞自动机程序状态演化规则 ①如果一个元胞的状态是0,则当它有状态为1的邻元时,该元胞的状态以概率a×b变为1,并且当它的临域中状态为1的邻元越多,其状态转变为1的概率越大 ②如果一个元胞的状态是1,则该元胞的状态保持不变。初始传播者位于中心单元格25×25处 取50×50的网格,临域为Moore型,经过50个仿真时钟,知识传播结果的模拟图 ,matlab Cellular Automata procedure source code, cellula
mtlabpml
- 摩尔边界的源码在计算电磁学中有很大应用,matlab源码,大家好好学习-Moore border in the calculation of electromagnetic source has great application in the study, matlab source, study hard everyone! ! !
moorer
- Matlab implementation of Moore reverberation algorithm, function module
test_moorer
- Matlab implementation of Moore reverberation algorithm, test code
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、
moore_algotithm
- 用moore排序法来最小化延迟的总工作数量。里面有程序代码的说明和一个算例-Moore s algorithmm minimizes the number of tardy jobs for the single machine problem.
Moore-Penrose-pseudoinverse-of-matrix---MATLAB.ra
- document shows process of moore rseudo inverse matrix calculation
MATLABReverb
- Matlab moore Reverb. algorithm