搜索资源列表
sdcc-src-2.6.0.tar
- sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu-sdcc to 51 other small-scale embedded cpu design c compiler supports several different types of c pu
430-watcgdog
- 查看Step Over、Step Into、Step Out、Next Statement的区别 CPU:MSP430F149 编写者:czhang 2005年2月-View Step Over, Step Into, Step Out, Next Statement distinction CPU : MSP430F149 authors : czhang February 2005
get_cpu
- 可以获得CPU的代码,和网卡的序列号代码。
OM_src_0.20
- 一个强大的虚拟机的源代码。虽然是一个OD的插件,但是他实现了完整的虚拟机功能,包括大部分的CPU指令集。学习虚拟机必看
banyan_driver
- BANYAN仿真器的驱动 支持USB 2.0/USB1.1 支持Win2000/WinXP 支持SDT 2.51, ADS 1.2, RVDS,Multi2000, CodeWarrior, IAR,GDB/Insight源代码级调试 支持ARM7/ARM9/XScale系列CPU 支持CPU内核类型自动检测 支持多ARM内核处理器 -BANYAN emulator driver support USB 2.0/USB1.1 support Win2000/WinXP
cpu1
- 微程序模拟CPU实现加减与或异或转移储存等功能。-Micro-simulation CPU to achieve with the addition and subtraction or XOR function of the transfer of storage.
NetworkRS485
- It is a network rs485 with a master and three slaves. The CPU is 8051. The program is written in assembler. The transmission series (except the teacher) is realized using interruptions. The task of the slaves: RTU1: It measures voltage of a potentiom
prioorig
- source code for cpu scheduling -source code for cpu scheduling
386SX
- 本文档介绍在386SX 系列如何在TC下支持浮点指令,通过设置相关的编译器选项,就可以让编译出用CPU计算浮点数的代码-This document describes how the TC in the 386SX family to support floating point instructions by setting the related compiler options, you can compile the code with the CPU floating point ca
fpc_0.2_0.9_2.2
- free pascal 解释器源程序来的。这是他的v0.2 v0.9 的早期源带码来和他 v2.2_Mips cpu在的源带码和linux下可执行文件。 -free pascal source code to the interpreter. This is his early v0.2 v0.9 source code to bring him v2.2_Mips cpu with the source code and executable files under linux.
pcemu-1.2.tar
- 这个是英特尔的高级项目经理自己开发的CPU模拟软件,被我从他的个人主页淘来和大家分享!这款仿真器,仿真PC指令运行机制,可以从中学习指令调度以及如何写汇编器。-This is a senior project manager of Intel' s own CPU simulation software developed by my Amoy from his personal home page to share with you! The simulation, simulation
simple-cpu-emulator(C)
- 含user_prog文件的解释型7条指令的简单CPU模拟器-simple cpu emulator for 7 insts
ZKTQSwitch
- Switch法读取字库 内含小字库创建方法、对应的字模提取方式和字库使用源代码。 原理:通过额外编制一个Switch结构的函数,给出区位码,函数返回字模在数组中位置。建立字库的时候,把区位码作为case值,把字模位置作为return值,写入函数。这其实是查找法的变形。 优点: 额外内存占用小。 字模位置和区位码相关,使用方便。 缺点: 速度慢,消耗CPU资源,每读取一个字模都必须调用函数。 可以支持汉字数量受case 条数限制,部分编译器支