搜索资源列表
alife9_zip
- 模拟细胞的一个小程序-simulation of a small cell procedure
LifeGame
- 生命游戏,为1970年英国数学家J.H.Conway所提出,某一细胞的邻居包括上,下,左,右,左上,左下,右上与右下相邻的细胞,游戏规则如下: 1,孤单死亡:如果细胞的邻居小于一个,则该细胞在下一个状态死亡。 2,拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一个状态死亡。 3,稳定:如果细胞的邻居为两个或三个,则该细胞在下一个状态稳定。 4,复活:如果某位置原无细胞存活,而该位置的邻居为三个,则该位置将复活一个细胞。
SpinnerDemo
- SpinnerDemo演示了Java的微调控制(javax.swing.JSpinner使用)在Matlab应用。该演示包括三个纺纱用不同的数据模型:列表(细胞的字符串数组),数量和日期。纺纱厂是相互关联的使用,使他们的StateChangedCallback修改一个自动微调影响其他人。 此外,此实用工具演示如何分配键盘助记符(热键),以一个标签,并将它附加到微调控制。网页工具提示也显示在标签上()。 此实用程序还演示了如何设置,关闭与一个数字窗口有用的特性<ESC>关键。
Snakuscule
- Snakuscule是一种新型概念的snake。基于区域的,而不是基于曲线的。有两点决定,适合细胞分割、数目鉴定以及其他用途。是08年IEEE TRANSACTION中Snakuscule的源码-Snakuscule is a new concept of the snake. Based on the region, rather than based on the curve. There are two decisions, for cell division, the number of
Cell_life
- 智能细胞,细胞机,细胞游戏的原型,一个好玩的小游戏-Intelligence cell, cell machines, cell prototype of the game, a fun little game
PROTOTYPE
- 原型模式,完整代码,运行结果截图 题目: 使用Prototype模式来实现细胞(Cell)的自身复制过程。-Prototype model, complete code, the results are screenshots Title: Using Prototype pattern to achieve cell (Cell) self-replication process.
WatorScreenSaver
- 细胞自动机的java源码,可以演示细胞演化的过程-Cellular Automata java source code, can demonstrate the process of cell evolution
Life
- java图形学2D应用,细胞生命机,格子中的细胞按规则自动变化-java graphics 2D applications, cell life machine, automatic change of the grid cells according to the rules
java2d-sample
- 把多个java2d的动画结合在一起,同时可以加入其它的动画,这是我课堂上的作业,老师都表扬了,而且把一个细胞自动机也放里面了-Combine multiple Java2D animation can join other animation, this is the job of my classroom, the teacher praised, and a cellular automaton put inside
ver1
- 生命游戏,又称生命棋. 生命游戏中,对于任意位置,规则只有三条: 当周围有3个细胞时,该位置产生细胞 当周围有2个细胞时,该位置维持原样 其他情况,该位置变为无细胞 -Game of Life, also known as life chess for any position in the game of life, the rules only three: When surrounded by three cells, the location cells whe
Yorkiaj
- 免疫JAV程序。在免疫反应过程中,大量的抗体的产生降低了抗原对免疫细胞的刺激,从而抑制抗体的分化和增殖,同时产生的抗体之间也存在着相互刺激和抑制的关系,这种抗原与抗体、抗体与抗体之间的相互制约关系使抗体免疫反应维持一定的强度,保证机体的免疫平衡。 -In the immune reaction process, a large number of antibodies produce reduces the antigen on the immune cell stimulation, thus
World
- 优化代码,以获得更好的性能和改变文件结构。更新管理页面,应用一些datagrid技巧(如可点击标题,搜索功能和条件改变细胞颜色在鼠标悬停。也改变了整个网站设计的CSS。更新管理页面,优化代码和实现一个确认删除对话框和更多的……还增加了先进的数据列表定义分页,组织管理页面和更多的....只是查看演示,了解的它在行动。这个应用程序的目标是使那些想要探索和实践ASP。-Optimized code for better performance and change the file structure
extractNodule
- 用于提取癌症CT图像中的病变细胞特征,进行分割图像的程序。-CT image for extracting a lesion in cancer cell characteristics for image segmentation procedures.
cells
- 这是一个描述细胞自动机的程序,它主要展示的是一个程序中怎么合理的把数据和表现分离开。在这个基础上,可以自己往上面添加内容,写出更有创造的程序。-This is a descr iption of cellular automata program, it is mainly to show how the program is a logical representation of the data and separated. On this basis, you can add your o
foxnrabbit
- 这是一个类似于细胞自动机的java程序,演示了一个生态环境中狐狸和兔子的分布,其中耦合度较低,且利用了接口,数据和显示分离,可塑性强。- This is a similar cellular automata java program that demonstrates the distribution of an ecological environment foxes and rabbits, which coupling is low, and the use of the inter
cells
- 一个用Java语言编写的细胞自动机的小程序展示(a cell game which is programed by java)
cells
- 这个java工程实现模仿细胞分裂的过程.(This java project implements the process of mimicking cell division.)