搜索资源列表
元胞自动机模拟程序
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。
kanong
- matlab编写的经典歌曲卡农,非常有趣,而且曲调、节奏非常相似-Matlab written songs Canon, very interesting, and melody, the rhythm is very similar to
maketu
- 二维图及三维图的绘制指令,并含有一些有趣的成品图,等高线,数据的一般处理图-Two-dimensional maps and three-dimensional mapping instructions and the product contains some interesting maps, contour lines, data in general will deal with Figure
masmlink
- matlab是一个很好的图形工具. 而且学起来很有趣-matlab is a tool
mtetris_hacked
- 一个有趣的matlab编程的俄罗斯方块。编程思想值得一学!J向左,L向右,I变换,S向下。-An interesting matlab programming Tetris. Programming ideas worth learning! J to the left, L to the right, I transform, S down.
LibSvmUsing(lib)SVMTutorial
- 我一直覺得 SVM 是個很有趣的東西,不過也一直沒辦法 (mostly 衝堂) 去聽林智仁老師 的 Data mining 跟 SVM 的課; 後來看了一些網路上的文件跟聽 kcwu 講了一下 libsvm 的用法後,就想整理一下,算是對於並不需要知道完整 SVM 理論的人提供使用 libsvm 的入門。-I always think that SVM is a very interesting thing, however, has been no way to (mostly red hal
mtetris
- 用matlab编的俄罗斯方块程序,偶然发现的,编的很有趣-Tetris series with the matlab program, by chance discovered a very interesting series
interesting_dynamic_matlab_code
- 很有趣的动画matlab程序,简明易懂,百看不厌!-interesting dynamic matlab code
clock_matlab
- 一个用matlab写的GUI图像时钟程序,还显示日期,时钟读取的是系统时间,很有趣,感兴趣的朋友可以下下来- matlab write GUI image clock programs, but also to display the date, the clock read is the system time, very interesting, interest friends can look down
matlab-25-interesting-programes
- 25个有趣的matlab程序,可以让人体会到matlab的乐趣。-25 very interesting programs
CA-and-Matlab
- 本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。-This paper some interesting rules, consider how to write effective MATLAB program to achieve these cellular automata.
play-Canon-on-Matlab
- 在matlab中演奏卡农,很有趣的一个程序,可以学习怎样用matlab控制计算机发出有规律的声音-play Canon on Matlab
matlab-zuixuan
- matlab实现最炫民族风的演唱,很有趣的一个小程序,11b版亲测可用,自己也可以改动。-matlab coolest Ethnic concert, a small program very interesting, 11b version pro-test available, also can be changed.
interesting-applets(matlab)
- 有趣的matlab小程序,挺有趣的,有兴趣的同学可以-Interesting matlab small procedures, very interesting, interested students can look
元胞自动机与Matlab
- 元胞自动机(CA)是一种用来仿真局部规则和局部联系的方法。典型的元胞自动机是定义在网格上的,每一个点上的网格代表一个元胞与一种有限的状态。变化规则适用于每一个元胞并且同时进行。典型的变化规则,决定于元胞的状态,以及其( 4或8 )邻居的状态。元胞自动机已被应用于物理模拟,生物模拟等领域。本文就一些有趣的规则,考虑如何编写有效的MATLAB的程序来实现这些元胞自动机。(Cellular automata (CA) is a method for simulating local rules and
work
- MATLAB精彩实例100例,很有趣,适合初学者(100 examples of wonderful examples)
Simulation of simple pendulum based on MATLAB
- 仿真模拟单摆小球根据其摆角大小的动画演示,每行都有标注,简洁又非常不错有趣的代码。(Simulation of a simple pendulum ball, according to its size of the pendulum animation demonstration, each line is marked, concise and very good fun code.)
愤怒的小鸟(游戏)
- 通过matlab实现对经典游戏“愤怒的小鸟”的开发,非常有趣(It's very interesting to develop the classic game "angry birds" through MATLAB)
有趣的MATLAB动画演示程序汇总
- 有趣的MATLAB动画演示程序汇总,可以帮助编程人员实现某些特定的动画功能(Interesting MATLAB animation demo program summary)
Solving DDEs with Matlab
- 利用matlab求解时滞微分方程。常微分方程(ODE)和延迟微分方程(DDE)被用来描述许多有趣的现象。 虽然ODE包含依赖于自变量(“时间”)的当前值的解决方案的衍生物,但DDE还包含衍生物,其依赖于前一时间的解决方案。 在整个科学模型中出现了DDE [1]。 尽管ODE和DDE之间存在明显的相似性,但DDE问题的解决方案可能与ODE问题的解决方案在几个引人注目的重要方面存在差异[2] [20]。 这部分是因为缺乏用于解决DDE的通用软件。(Solving Delay Differential