搜索资源列表
simple_design_cpu
- 有是一个简单的cpu设计的开发过程!里面 有代码,和分析,设计过程!献给初学者的!-there is a simple design of the cpu development process! There are codes, and analysis, process design! Dedicated to beginners!
基于51固定电话短信息终端的开发
- 本文给出了一种以80C31为主控CPU的固定电话短信息终端的设计,从系统软硬件两个方面说明了固定电话短信息终端的设计方法和各个部分的工作原理 -This paper proposes a 80C31 CPU for controlling the fixed telephone short message terminal design, system software and hardware from the two showed that the fixed telephone sho
CPU卡的接口特性传输协议与读写程序设计
- 介绍ISO7816-4及中国金融集成电路(IC)卡规范所规定的T=0协议的CPU卡与终端之间的接口特性和传输协议,及以C51语言设计的CPU卡复位、下电及读写程序。 -introduced ISO7816-4 and China's financial IC (IC) card, which is the T = 0 agreement the CPU card and the interface between terminals and transmission characte
can
- stm32系列cpu的can总线驱动程序,本程序设计了一套针对can协议的分包重组方案。-the stm32 series cpu' s can bus drivers, the program design of a restructuring program can protocol subcontracting.
29becbce-7f76-454c-9f85-fb6138f83375
- cpu IP 核设计的verilong代码-cpu IP core design code verilong
ClockRTX51
- 1、学习Proteus的使用, 2、学习并掌握编译器Keil C环境下做51的系统开发 3、进一步学习时钟的算法,会使用硬件实现此算法; 4、了解基于RTOS上的多任务分时使用CPU,掌握任务的创建、删除、等待以及任务之间的同步等基本的多任务程序设计方法、掌握操作系统的基本原理。 -1, to learn the use of Proteus, 2, to learn and master the Keil C compiler environment do 51 System
BDMLoader14
- 采用QT设计的S08仿真器程序 带源代码 使用串口方式,成本很低-design with hc08 cpu qt for s08 bdm tool with source
Bootloader
- 基于AT91RM9200的BootLoader设计与实现 ,依赖于CPU体系结构的代码,比如设备初始化、开关中断、初始化时钟等,通常都放在stage 1中,而且都用汇编来实现,以达到短小精悍的目的。而stage 2通常用C语言来实现,这样可以实现较复杂的功能,而且代码有较好的可读性和可移植性。-AT91RM9200-based design and implementation of the BootLoader, depends on the CPU architecture of the c
Pentium4M
- Pentium 4 M processor CPU 资料,对于从事Pentium系列的ASM及硬件设计的人员,十分有用。-Pentium 4 CPU datasheet,very useful to the hardware design and ASM programmer.
USBP_module
- usb模块的详细介绍,包括与CPU的接口电路,软件设计等内容,比较翔实.-usb module details, including the interface circuit and the CPU, such as software design, more detailed and accurate.
112222
- MSP430与CPU卡接口函数设计 MSP430与CPU卡接口函数设计-MSP430 interface function with the CPU card design MSP430 interface function with the CPU card design
LED
- 本设计运用了基于 Nios II 嵌入式处理器的 SOPC 技术。系统以 ALTERA 公司的 Cyclone II 系列 FPGA 为数字平台,将微处理器、Avalon 总线、LED 点阵扫描控制器、存储器和人机接口控制器等硬件设备集中在一片 FPGA 上,利用片内硬件来实现 LED 点阵的带地址扫描,降低系统总功耗和简化 CPU 编程的同时,提高了系统的精确度、稳定性和抗干扰性能。-This design used the Nios II embedded processor based o
wenduyalicaijixitong
- 设计的为一个温度压力实时采集显示系统,其具体如下:(包括源码) 1.以MC51单片机为CPU设计系统 2.每5分钟采集一次温度信号,10分钟采集一次压力信号。并实时显示温度、压力值。 3.比较温度、压力的采集值和设定值,控制升温、降温及升压、降压时间,使温度、压力为一恒值。 4.设温度范围为:-10~+40摄氏度、压力范围为0~100pa;升温、降温时间和温度上升、下降的比例为1摄氏度/分,升压、降压时间和压力上升、下降的比例为10pa/分钟。 -Design tempe
dcv
- 一种实用的单片机双CPU设计方案及其应用-A practical single chip dual CPU design and its application
IRobstacleavoidancerobotdesign
- 红外避障机器人设计--CCTV 2007机器人设计大赛 自动机器人的控制系统主要包括:CPU及外围电路、12V及24V直流电机驱动电路、直流电机保护电路、巡线传感器及其处理电路。CPU采用C8051Fxxx系列中的C8051F020单片机,外部晶振采用11.0592MHz;该自动机器人采用后轮驱动,电机采用直流电机,直流电机控制简单,使用PWM脉宽调制技术即可调节电机转速;而电机驱动电路采用双极性H桥电机驱动电路。-IR obstacle avoidance robot design- CC
MSP430-to-CPU-card-interface-
- MSP430单片机与CPU卡接口函数设计-MSP430 MCU and CPU card interface function design
CPU-card-reference-design-operation
- CPU卡又被称为智能卡,由于其具有很高的数据处理和计算能力以及较大的存储器容量,因此具有较强的应用灵活性和适应性。 本文主要讲述CPU卡操作参考设计!仅供参考-CPU card reference design operation
s5pv310--CPU-Board-a-Main-Board-
- cortex A8 S5PV210 设计参考原理图,PDF文档-cortex A8 S5PV210 reference design schematics, PDF documents
Single-CPU-clock-cycle-
- 单时钟周期CPU的设计实验,能完成16条基本指令。-Single CPU clock cycle of experimental design,Article 16 to complete basic instructions。
CPU
- 16位单周期CPU设计 重庆大学 计算机组成原理项目-16 single-cycle CPU design Chongqing University of Computer Composition Principle Project
