搜索资源列表
self_product
- 命的一个重要特征就是能够自我繁殖,也就是自我复制。那么,程序能自我复制么?更一般的,一个系统上的构形能自我复制么?答案是肯定的,早在60年代的时候,著名科学家Von Neumann就研究过能够自我复制的细胞自动机,并从理论上证明了它是可能的。后来,随着人工生命的兴起,科学界兴起了研究自我复制的细胞自动机的热潮。在这个程序中,你能看到Langton的自我复制圈、chou的自我复制程序还有Langton的蚂蚁细胞自动机等等。-fate of the important features is a s
miniMIPS
- 这是一个基于mips-I结构的处理器,32bit,冯诺依曼结构-This is based on a MIPS - I structure of the processor, 32bit, von Neumann structure
ds400_srom
- This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) f
adyn_v1_0[1].tar
- Solutions are obtained for Poissson, diffusion, or wave PDEs homogeneous or nonhomogeneous equations and/or boundary conditions rectangular, cylindrical, or spherical coordinates time, Laplace, or frequency domains Dirichlet, Neumann, Robin, singular
Helmholtz
- A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1) and two Neumann edges (x=0,y=0) % by indirect symmetric BKM
AgrawalECCV06CodeMFiles
- 从2D梯度域进行表面重建 包含快速的泊松方程解法-A fast 2D Poisson Solver in Matlab using Neumann Boundary conditions , Implementation of Frankot-Chellappa Algorithm, Robust surface reconstruction using M-estimators, Anisotropic surface reconstruction
beisaierniumanDrawing
- 这是一个贝塞尔和纽曼函数绘图程序,给贝塞尔和纽曼函数使用者提供参考!-This is a Bessel and Newman functions mapping procedures, to the Bessel and Neumann function of the user provide a reference!
PoissonNeumann
- C Implementation of 2D Poisson Solver using Neumann Boundary Conditions: Based on a direct analytical solution using sine transforms Single iteration, no magic numbers, no convergence issues. Extremely fast, couple of seconds for 1M pixel image-C Imp
MANIK
- MANIK is a 32 bit RISC Microprocessor. The salient features of the processor are listed below. Features Hardware Features • Data Path Width 32 bits, with Four stage pipeline. • Mixed 16/32 bit instructions for code density ̶
3DGMG_poisson_solver_basic
- 3Dpoisson的扩展代码 3Dpoisson的扩展代码-We provide a simple Geometric Multigrid Solver (MATLAB 7 m-files) for solving the Poisson Equation Uxx+Uyy+Utt =-1 on a volume silhouette with the volume surface providing zero Dirichlet boundary conditions in x-y d
MonteCarlo-ppt-sample
- 蒙特卡罗(Monte Carlo)方法,又称计算机随机模拟方法,是一种基于"随机数"的计算方法。这一方法源于美国在第二次世界大战研制原子弹的曼哈顿计划。该计划的主持人之一数学家冯诺伊曼用驰名世界的赌城-摩纳哥的Monte Carlo来命名这种方法。-Monte Carlo (Monte Carlo) methods, also known as computer-generated random simulation method is based on " random number&
FEMGUI
- This program solves the equation on the interval (0,1) plus boundary conditions of Dirichlet or Neumann type with the finite elemnt method. Linear and quadratic finite elemnst are included. In the case were an exact solution is given the L2-Error,
Rootneu
- 微型计算机发展的几个阶段 微型计算机系统组成框图 冯·诺依曼计算机的主要特征(★) 存储器分级结构 二进制表示以及进制转换运算 -Stages of the development of micro-computer micro-computer system block diagram of von Neumann, the main features of the computer (★) memory hierarchical structure of binary a
sphnima
- The mesh free collocation method has a long history of development and is simple to implement and computationally efficient. However, it is often found unstable and less accurate, especially for problems governed by partial differential equations wit
alu
- In computing, an arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors conta
Neumann
- 奇异二阶Neumann边值问题的正解Singular second-order Neumann Boundary Value Problems-Singular second-order Neumann Boundary Value Problems
i2cEeprom
- A simulation model for the 24Cxx series of I2C EEPROMs from M. Neumann (Hamburg univ) used for verification of a I2C-master
Self-replicating-automata-theory
- 冯纽曼《自复制自动机理论》(5 篇讲座的讲稿),由集智俱乐部东方和尚翻译,jake注释。这五篇文章不仅仅预测了复杂性科学未来100年的发展方向(事实上很多领域 已经验证了冯纽曼的预言),而且还指出了生命逻辑最核心的奥秘:热力学、信息论与自指 之间的深刻联系。 此书原版的下载:http://www.swarmagents.cn/thesis/detail.asp?id=303-von Neumann "self-replicating automata theory" (five arti
computer-module
- 计算机组成原理课程设计模型机,加深对冯诺依曼体系结构计算机组成及其各部分功能的理解.进一步建立整机的概念。-Computer Composition Principles of curriculum design model machine, and to deepen the understanding of the composition of the various parts of the von Neumann architecture computers function. Furt
Von-Neumann-neighbor-problem
- 从一个1x1的方格开始,每次都会在上次的图形的周围再加一圈方格,在第n次要生成多少个方格-Von Neumann neighbor problem