搜索资源列表
G723A
- 法国电信采用的G723A语音编解码算法,支持双速率,标准C代码,原用于DSP,稍加移置可适用于多种平台。- The French telecommunication uses the G723A pronunciation arranges the decoding algorithm, supports the double speed, the standard C code, originally uses in DSP, slightly transposes suitable t
ecos-2.0.tar
- ecos实时嵌入式操作系统,适合软件硬件结合的开发者使用,内置redboot-blocks, real-time embedded operating system, suitable for the combination of software and hardware developers to use, built-in redboot
生产者消费者c++
- 计算机操作系统的c++版本,很不错的哦,实用,适合广大的大学生参考-computer operating system c version, oh very good, practical and suitable for the majority of the students reference
lcd_time
- 适合任意点阵的LCD屏幕的液晶时钟显示程序!开发人员只用简单的修改接口定义即刻方便调用!-A clock program which is suitable for any LCD display! Developer can use it with simply changing of the interface define!
CS8900的Vxworks驱动源代码
- CS8900的Vxworks驱动源代码,cs8900是比较常用的10M网卡芯片,用在嵌入式终端非常适合,本驱动节约您的开发时间-the Vxworks CS8900 driver source code, cs8900 is the commonest 10M Ethernet chips, used in a very suitable for embedded terminals, the drive to save you development time!
C8051F06x_program example
- C8051F06X系列单片机的C语言编程实例,非常适合初次使用该单片机的人阅读,对掌握该单片机有很好的帮助作用。-C8051F06X MCU Series C language programming examples, very suitable for the initial use of the SCM readers to grasp the MCU are very helpful.
protel99中文教程
- 这是一本学习vhdl语言以及EDA的好书,适合初学者,我强力推荐-This is a learning and EDA VHDL language books, suitable for beginners, I strongly recommend
汇编编程
- 一个单片机系统的驱动程序,附带了单片机系统的原理图。适合于硬件初学者的汇编编程学习。-an SCM system of the driver, accompanied by the SCM system diagram. Suitable for beginners hardware compilation of learning programming.
什么是BSP
- 告诉你什么是BSP,怎么样写一个BSP,初学者看,受益费浅-It introduces what is BSP and how to write BSP. It is suitable for the beginers.
key_scan
- 程序主要是用硬件描述语言(VHDL)实现: 4*4键盘扫描,简洁明了,通俗易懂,比较适合VHDL初学者-procedure was used in hardware descr iption language (VHDL) to achieve : 4 * 4 keyboard scan, concise, easily understood and more suitable for beginners VHDL
嵌入式实时操作系统教程vrtxcourse.zi
- 以VRTX为对象详细介绍了嵌入式实时操作系统的原理和应用,特别是第一部分关于嵌入式实时系统基础 的介绍非常适合初学者全面地了解嵌入式实时操作。-to VRTX detailed targets for the embedded real-time operating system and application principles, especially the first part of the embedded real-time systems based on very suita
CAN_VHD.ZIP
- 一个基于can_bus的虚拟程序,适合于研究can总线的人员参考。-a virtual procedures, suitable for the study can bus reference.
ns_16550
- 16c550驱动程序;适用于16c550 from philips 这是一个简单的例子,ns提供-16c550 driver; Is suitable to 16c550 from philips this is a simple example, ns provides
Easyboot with kernel
- 一个用asm写的操作系统原型 很适合大家学习学习-This a prototype of an operating system written in assembly language. It is very suitable for learning.
b&w
- 用在palm上的黑白棋,带人机对战功能,适用在palm os 3.5以上操作系统-with the palm of reversi, with human-computer screen, suitable for the above palm os 3.5 operating system
EZWDemo40Inst
- 该软件外国外著名的天线仿真软件,对设计高频,天线方面有着良好的帮助,其使用方便,直观,不过该软件是个小版本软件,不过很适合设计小型天线。-the software famous antenna simulation software for the design of high frequency, the antenna has a good help, its ease of use, intuitive, but the software is a small version of the
bios-1.11.tar
- 开源的BIOS启动软件,适合做嵌入式开发,已经移植到ARM-revenue activated BIOS software, suitable for embedded development, has been ported to ARM
pxros-uguide
- pxros的使用说明,有关于pxros详细的说明,适合与嵌入式系统学习者使用-pxros of use, on pxros detailed descr iption suitable for learners and the use of embedded systems
TSCali503
- 触摸屏校准的思想及源代码,适合大多数使用的4线电阻式触摸屏。-touch screen calibration of thinking and the source code suitable for the majority of the use of 4-wire resistive touch screen.
uart1
- 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transce