搜索资源列表
TIERRA
- 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有
cpusimulator
- a cpu simulator with readme file . this code also is my assignment finished last year. i also provide the requirement and test file in this tar.
Wukong_SRC
- 浙江大学的悟空嵌入式系统模拟器,从底层的CPU、硬件电路板开始模拟的,很棒-Zhejiang University Wukong Embedded System Simulator, from the bottom of the CPU, hardware circuit board simulation of the beginning, terrific!
m01100111
- 模拟器的源码,用c写的,包括对底层硬件驱动,cpu驱动,的实现,是不可多的编程典范.(文件改名成exe,解包即可)-simulator source code, write to c, including the right bottom of hardware drivers, cpu-driven, the realization is not more programming paradigm. (document renamed exe, can be unpacked)
VSCPU.zip 熟悉非常简单CPU模拟器
- 熟悉非常简单CPU模拟器 1、将所给模拟器的源程序编译成执行程序。 2、运行并观察非常简单CPU模拟器, The familiar extremely simple CPU simulator 1, will give the simulator the source program to translate the executive routine. 2nd, movement and observation extremely simple CPU simulator
6502CPU
- 6502cpu 的详细资料,用于制作6502的模拟器用以及NES/FC的模拟器-6502cpu details of the simulator used to produce by 6502, and NES/FC simulator
CPU卡COS源程 Jay Card
- CPU card COS source ISO7816, smart card cos source
simulator
- 开源的基于SystemC的模拟器,可以模拟ARM CPU, Cache, DDR,NOR, NAND, 时序和功耗均可以正确模拟。-This simulator is a cycle-accurate system-level energy and timing simulator. Developed by Embedded Low-Power Laboratory, Seoul National University. The simulator’s underlying kernel is
jamcpu
- jam CPU模拟器的设计与实现.其中包含设计文档-jam CPU Simulator Design and Implementation. which includes design documents
SimpleCPU
- SimpleCPU is a program simulator a CPU 16 bits include 2 simple expression is add and sub
Sim8052
- An 8052 cpu simulator
8051
- 单片机仿真实验系统由板上仿真器、实验仪、伟福仿真软件、开关电源构成。本实验仪提供强大的逻辑分析、波形输出和程序跟踪功能,可以让学生直观地观察到单片机内部及外部电路工作的波形。实验仪上有丰富的实验电路和灵活的组成方法。这些电路既可以和8031系列、也可以和80C196系列CPU及8088/8086CPU组合完成各种实验。 -MCU simulation system consists of on-board simulator, experimental instrument, Wai Fu si
CPU1
- java一个CPU模拟程序,实现了CPU的一套基本指令集和终端框架-java a CPU simulator to realize the CPU' s instruction set and terminal set of basic framework
MIPS32
- MIPS32指令集兼容的CPU模拟器设计 健词:MIPs处理器;模拟器;高速缓存;分支预-of CPU Simulator Compatible with MIPS32 Instruction Set A design scheme of a CPu simulator which is compatjble with MIPS32 instruction set is presented.
Delivery
- This a CPU simulator wite MIPS32 architecture for university architecture course-This is a CPU simulator wite MIPS32 architecture for university architecture course
cpu
- MIPS指令CPU模拟器-MIPS instruction CPU simulator ............................................. ......
simulator
- 可以做一個SINGLECYCLE的模擬小CPU,並且最後印出最終的REGISTER值-You can do a little SINGLECYCLE simulation CPU, and finally print the final value of REGISTER
12061226project8
- 基于VHDL的多周期cpu模拟,北航作业,已检测可以运行。-cpu simulator
CPU-Schedualing-Algorithms-Simulator-master
- CPU SCHEDULER The CPU scheduler, which is part of the operating system of a computer, manages the allocation of the CPU among processes. A process is said to be running in the running state if it is currently using the CPU. A process is said to
Project_Computer-Architecture
- 自己课上的一次作业,所以还有待改进,进行模拟了单周期cpu模拟实现-Implementation of a Single Cycle CPU simulator