搜索资源列表
cputest.rar
- 自己刚写的一个RISC的cpu,位宽16,主要是测试其中的逻辑,数据宽度是一位,可以很容易扩展,Writing just one of their own RISC the cpu, bit 16, are testing one of the main logic, data width, a, can be easily extended
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
usefulCsource
- 一些简单但是很实用的C程序,包括16进制<->10进制互换程序, 89C51系列CPU编程器接收CPU程序等等很多,希望大家喜欢-Some simple but very useful C procedures, including 16 M <-> 10-band exchange program, 89C51 family programmer CPU to receive a lot of CPU process and so I hope you like
16keyboardshowtheCPU6LED
- 本设计是基于51单片机的小型cpu及六位显示。该系统由4*4矩阵输入器、cpu部分以及由6位LED显示管组成得显示器。输入器由16个按键开关组成;cpu部分由51单片机、晶振片以及电容等组成;显示器由一个6位的7段译码管及电阻构成。Cpu可以通过调用事前输入的程序对是否有键被按下进行扫描和确认并根据程序进行代码的调用与存储,并通过LED6位显示器进行输出。该显示具有存储功能,可以将输出的数字保存一段时间以供人眼阅读。-The single-chip design is based on 51 s
largedemo
- demo for cpu avr atmega8,16 for test and learning
smixc130
- (v1.30) SMIXC - Sound Library (Borland C) Digital sound engine that plays multiple sounds simultaneously, mixing them in real time. Supports XMS, resource files, 16-bit output and auto-initialized DMA. Uses small fraction of CPU time. For B
16-bit-CPU
- 单周期16位CPU的设计,我们的计算机组成原理课设,可以实现R型、I型和J型指令,内有报告和指导书-Single-cycle 16-bit CPU design, our Principles of Computer Organization class set, you can achieve R-type, type I, and J-type instructions, reports and instructions
logism
- logism cpu设计,单周期16位cpu,实现了几种指令包括R &ri& i-logism design CPU
single-CPU
- 使用Logisim来创建一个16位单时钟周期CPU,可以执行load,store,加减与或还有转移指令的操作。-Use Logisim to create a 16-bit single-cycle CPU, you can perform load, store, or there is a branch instruction with addition and subtraction operations.
cpu
- 16位实验CPU设计——设计16位的ALU,实现9种运算:逻辑运算(与、或、非、异或)4种、算术运算(加、减、自加、自减)4种以及传送操作1种;-16 Experimental CPU design
User
- AD7671采集,并行16位采集,采集速率为1M,CPU为STM32F407-AD7671 collection, parallel 16-bit capture, capture rate of 1M, CPU of STM32F407
pipeline_cmd
- 这是用Python实现的16位cup的代码 其中提供了流水线与分支预测的功能 如果你有在学习计算机原理或者体系结构的话,研究和实现这些源码对你的知识架构很与偶帮助-This archive File includes the code to simulate the 16bit cpu. We use Python to implement our design. In the CPU pipeline and branch estimate technique is added. If
VHDLCode_8bitCPU
- 这是计算机组成原理的课程设计,将16位CPU改造成8位流水线CPU,AHDL语言,这是改造完成的源代码。-This is a computer composition principle of curriculum design, the 16-bit CPU transformed into eight pipeline CPU, AHDL language, which is the transformation was complete source code.
cpu
- 16位五级流水线CPU no cache-16 five pipelined CPU no cache
Proiect-LFT-x86
- x86 is a family of backward compatible instruction set architectures[a] based on the Intel 8086 CPU and its Intel 8088 variant. The 8086 was introduced in 1978 as a fully 16-bit extension of Intel s 8-bit based 8080 microprocessor, with memory segmen
实验7.2——多级流水CPU设计
- 当时的课程设计,16位多级无cache流水cpu的源码(Curriculum design at that time, 16 multi-level non cache flow CPU source code)
WXCL-CPU
- KM34Z256低功耗24位AD和16位AD 原理图;DXP格式(KM34Z256 low power 24 bit AD and 16 bit AD schematic; DXP format)
FSA506
- fsa506是一个基于TFT LCD控制器的CPU接口。它可以支持面板分辨率达640x240像素262144种颜色深度。用户可以发送一个全屏图像或部分图像通过控制微处理器与流行的微处理器接口,18/16 / 9/8位68系列或80系列。输出数据和同步信号将被发送到TCON的同时。(FSA506 is a CPU interface based TFT LCD controller. It can support panel resolution up to 640x240 pixels with
ADC
- STM32在片上集成的ADC外设非常强大,我使用的奋斗开发板是STM32F103VET6,属于增强型的CPU,它有18个通道,可测量16个外部和2个内部信号源。各通道的A/D转换可以单次,连续,扫描或间断模式执行,ADC的结果可以左对齐或右对齐方式存储在16位数据寄存器中。(The ADC peripherals integrated on the STM32 are very powerful. The struggle development board I use is STM32F103