VIP專區-嵌入式/單片機編程源碼精選合集系列(65)資源包含以下內容:1. DM9161應用電路原理圖來自DAVICOM網站。需要的可以自由下載.2. ALTERA CPLD器件的配置與下載,貢獻給初學習者,非長有用.3. This design package includes reference materials for creating a
USB - PS/2 combination mouse that a.4. 字符表示的十六進制數轉化為相應的整數   
錯誤則返回    -1   .5. C51的12864m.6. 8個字LED點陣的顯示程序.7. 51+ch375超級經典的U盤讀寫程序嘿嘿趕快下載把.8. PWM控制電機C程序-已通過實驗測試
PWM控制精確控制電機的轉動..9. C51串口單工通訊程序一成功通過測試,請放心下載.10. 來自網上好心人的好東東,關于SD卡讀寫的,內附protel原理圖.11. 設計輸入
! 多種設計輸入方法
– Quartus II
• 原理圖式圖形設計輸入
• 文本編輯
– AHDL, VHDL, Verilog
• 內存編輯
.12. 全是FPGA的例子 對大家應該有好處 大家趕快下把 知識不等人.13. 此為編程代碼示例.14. 此為編程代碼示例.15. 我在spartan-3e starter kit 的板上實現了mc8051.16. 完成MP3播放功能.17. 一個關于實時時鐘驅動方面的程序(ARM7).18. 遍歷二叉樹的4個非遞歸算法
vc編程基礎.19. 快速排序的非遞歸算法
vc編程練習.20. 雷達高頻接收機.21. 我的開發板的所有測試程序.22. ps2的驅動.23. 密度測試儀的源碼.24. 本程序主要內容18b20+s52+uart單點測溫詳細c51程序.25. CPLD 9536 程序
我自己用的代碼.
VHDL語言.26. AMD嵌入式處理器AU1200開發板原理圖.27. cpld3128開發板的原理圖 很有用,已經做成PCB,需要的話可以聯系我.28. ertfs文件系統里面既有完整ucos程序.29. 基于atmega128的交通信號燈控制程序.30. 利用軟件編寫的I2C傳輸界面程序,適用于現有4位機等匯編語言中!.31. I2C控制程序,供大家學習參考,使用時根據自己的系統修改..32. This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads W.33. his design is the initial design when the board is powered-up. It increments a counter and displays.34. 用于多于9個串口的ce驅動程序。時間倉促。可以參考.35. CSD卡的dos驅動程序源碼.36. ADT700的小程序.37. 嵌入式的小程序.38. 基于cpld的hdb3編碼器
基于cpld的hdb3編碼器.39. 基于cpld的交通燈設計
?赾pld的交通燈設計.40. 用于ARM9系列的S3C2440A的bootloader,Linux平臺.
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
Verilog HDL: Magnitude
For a vector (a,b), the magnitude representation is the following:
A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
This a linux device driver for Ralink RT2500USB b/g WLAN Card.
This driver implements basic 802.11 function.
Infrastructure and Ad-hoc mode with open or shared or wpapsk or wpa2psk authentication method.
WEP-40 and WEP-104 or tkip or aes encryption.
I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems , Proc. IEEE Int. Work. Signal Processing Systems, 針對這篇文章給出的源代碼
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.