VIP专区-嵌入式/单片机编程源码精选合集系列(8)资源包含以下内容:1. 一个免费的嵌入式操作系统..2. 南描述了如何在AT90S1200上实现轮询(polled)软件UART.3. 指南描述了一组用于SPI协议软件实现的低级程序.4. 指南描述了如何实现小型且高速的中断驱动步进马达控制器.5. P89CXX编程器控制CPU接收和控制程序.6. HT1380实时时钟驱动程序.7. 一个hdlc的接受模块代码.8. 一个hdlc发送模块的编码.9. 基于TI公司tms320c6711 dsk板的一个图像处理的小程序。.10. We intend to develop a wifi enabled p2p file sharing system on a linux platform using jxta and java..11. 又一flash文件系统.12. gprs协议实现.13. microchip 得协议栈.14. cs8900网络芯片驱动 for lwip.15. isd4003参考程序.16. 《嵌入式系统构件》源代码.17. usb51s_v0.4源代码.18. u盘mp3文件系统源代码.19. 51CPU快速crc检验.20. Flash文件系统.21. 声音均衡器的源代码程序.22. 液晶程序.23. 将bin文件转换成hex文件.24. M68K的内存结构分析.25. 这是c语言写的中断的例子.26. wdm格式的驱动例子代码1.27. wdm格式的驱动例子代码2.28. wdm格式的驱动例子代码3.29. wdm格式的驱动例子代码.30. MPC860的SCC1配置以太网示例代码.31. MPC860的SCC2配置HDLC示例代码.32. MPC860的配置I2C示例代码.33. webserve1.0.34. ZooBoot.35. uboot.36. MPC860初始化QMC在HDLC模式示例.37. Intel 82559网卡驱动.38. ATMEL的ADS例子1.39. AT91M42800A-INT例子.40. AT91M42800A-LED例子.
上传时间: 2013-04-15
上传用户:eeworm
inside the c++ object model.深入c++对象模型。鼎鼎大名的Stanley B. Lippman 写的。搞c++编程的能不看吗?
上传时间: 2013-12-22
上传用户:佳期如梦
A part public bus simulation system, mainly about map design, java file, groupwork, helpful to the beginners
标签: simulation groupwork helpful mainly
上传时间: 2014-01-06
上传用户:变形金刚
This I develops based on the B/S structure student managementsystem management system, hoped brings a help to the novice
标签: managementsystem management structure develops
上传时间: 2014-01-07
上传用户:钓鳌牧马
Data Structures and Algorithms with Object-Oriented Design Patterns in Java Bruno R. Preiss B.A.Sc., M.A.Sc., Ph.D., P.Eng. Associate Professor Department of Electrical and Computer Engineering University of Waterloo, Waterloo, Canada
标签: B.A.S R. Object-Oriented Algorithms
上传时间: 2017-03-07
上传用户:z754970244
针对目前使用的RS232接口数字化B超键盘存在PC主机启动时不能设置BIOS,提出一种PS2键盘的设计方法。基于W78E052D单片机,采用8通道串行A/D转换器设计了8个TGC电位器信息采集电路,电位器位置信息以键盘扫描码序列形式发送,正交编码器信号通过XC9536XL转换为单片机可接收的中断信号,软件接收到中断信息后等效处理成按键。结果表明,在满足开机可设置BIOS同时,又可实现超声特有功能,不需要专门设计驱动程序,接口简单,成本低。 Abstract: Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.
上传时间: 2013-10-10
上传用户:asdfasdfd
Chipcon CC2420 reference design w/PA board rev B CC2420_w_PA_PCB.ZIP FABRICATION.PHO - fabrication drawing COPPER1.PHO - copper layer #1 (top side) COPPER2.PHO - copper layer #2 (inner ground plane) COPPER3.PHO - copper layer #3 (inner power plane) COPPER4.PHO - copper layer #4 (bottom side) TOPMASK.PHO - top side solder mask BOTTOMMASK.PHO - bottom side solder mask NCDRILL.DRL - drill data file NCDRILL.LST - drill list NCDRILL.REP - drill report
标签: 2420 FABRICATION reference fabricati
上传时间: 2015-05-12
上传用户:xc216
See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet编程技术 [配套程序] [涉及平台] VC [作者] void [文件大小] 1032K
标签: description companion Appendix RESOURCE
上传时间: 2013-12-04
上传用户:asasasas
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
标签: project implement developed Database
上传时间: 2013-12-25
上传用户:semi1981
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
标签: C. hamsterdb structure database
上传时间: 2013-12-11
上传用户:LouieWu