搜索:example+code
找到约 5,882 项符合「example+code」的查询结果
结果 5,882
按分类筛选
- 全部
- 单片机开发 (334)
- 其他 (314)
- matlab例程 (294)
- Java编程 (206)
- 微处理器开发 (198)
- Linux/Unix编程 (192)
- VHDL/FPGA/Verilog (186)
- 其他嵌入式/单片机内容 (140)
- 嵌入式/单片机编程 (136)
- 书籍源码 (111)
- 通讯/手机编程 (104)
- 数学计算 (100)
- 汇编语言 (97)
- 技术资料 (96)
- DSP编程 (88)
- 人工智能/神经网络 (81)
- 其他书籍 (69)
- VC书籍 (66)
- 压缩解压 (65)
- 编译器/解释器 (63)
- 网络 (60)
- Windows CE (59)
- 软件设计/软件工程 (59)
- 电子书籍 (56)
- 加密解密 (55)
- Symbian (55)
- 驱动编程 (49)
- Delphi控件源码 (49)
- 系统设计方案 (49)
- 文章/文档 (47)
- 操作系统开发 (45)
- 数值算法/人工智能 (44)
- 通讯编程文档 (39)
- 嵌入式Linux (36)
- 游戏 (35)
- 其他行业 (32)
- Java书籍 (30)
- 串口编程 (29)
- *行业应用 (27)
- USB编程 (27)
- Internet/网络编程 (26)
- uCOS (26)
- VxWorks (26)
- Jsp/Servlet (25)
- 3G开发 (25)
- 数据结构 (23)
- 中间件编程 (22)
- 软件工程 (21)
- Modem编程 (21)
- 文件格式 (20)
- GPS编程 (19)
- Applet (17)
- 其他数据库 (17)
- Windows Mobile (16)
- 编辑器/阅读器 (15)
- BREW编程 (15)
- J2ME (15)
- 手机短信编程 (14)
- 语音压缩 (13)
- JavaScript (13)
- 数据库系统 (12)
- CA认证 (11)
- SQL Server (11)
- 精品软件 (11)
- 教育系统应用 (10)
- FlashMX/Flex源码 (10)
- Delphi/CppBuilder (10)
- 多国语言处理 (9)
- 金融证券系统 (9)
- 技术管理 (9)
- 邮电通讯系统 (9)
- RFID编程 (9)
- 源码 (9)
- 磁盘编程 (8)
- 行业发展研究 (8)
- 家庭/个人应用 (7)
- MySQL数据库 (6)
- 教程资料 (5)
- MTK (5)
- MacOS编程 (5)
- 手机WAP编程 (4)
- 并行计算 (4)
- 人物传记/成功经验 (4)
- Ajax (4)
- SCSI/ASPI (3)
- STL (3)
- Oracle数据库 (3)
- 单片机编程 (2)
- Linux/uClinux/Unix编程 (2)
- 多媒体处理 (2)
- 技术书籍 (2)
- 源码/资料 (2)
- 企业管理 (2)
- 传真(Fax)编程 (2)
- 酒店行业 (2)
- 生物技术 (2)
- 交通/航空行业 (2)
- 百货/超市行业 (2)
- 手机彩信(MMS)编程 (2)
- 软件测试 (2)
https://www.eeworm.com/dl/649/175964.html
uCOS
移植到MCS51的uCOS_II。 1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表
移植到MCS51的uCOS_II。
1。在文件OS_CORE.C中OSMapTbl和OSUnMapTbl数组用于查表,所以应该放在code里。
增加code关键字。UCOS_II.H和OS_CORE.C。
2。OS_CFG.H堆栈大小MaxStkSize改为900。
3。OS_CPU_C.C的InitTimer0函数增加了关于开T0中断的解释。
允许T0中断,此时EA=0(51上电缺省值),中断还 ...
https://www.eeworm.com/dl/502/30820.html
单片机编程
FREERTOS的官方移植文档
FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occ ...
https://www.eeworm.com/dl/620/103972.html
Internet/网络编程
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server,
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authenticat ...
https://www.eeworm.com/dl/937978.html
技术资料
基于TMS320F2812的电子广告牌设计
·摘要:  电子广告牌在现实生活中应用广泛.本文阐述了电子广告牌显示的基本原理,给出了硬件设计和软件设计方法,介绍了用TI公司提供的CCS软件(Code Composer Studio 2.21)结合 ICETEK-5100USB仿真器及ICETEK-F2812-A进行仿真,最后给出了在F2812评估板中实现的电子广告牌的实验效果图.   ...
https://www.eeworm.com/dl/643/288359.html
USB编程
usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the ...
https://www.eeworm.com/dl/618/279710.html
驱动编程
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 ...
https://www.eeworm.com/dl/636/172063.html
传真(Fax)编程
利用FaxModem通过串口或TAPI接口直接发送和接收传真 一套非常不错的传真库(稳定
利用FaxModem通过串口或TAPI接口直接发送和接收传真 一套非常不错的传真库(稳定,高速),几乎支持所有的FaxModem,出自Symantec公司 Winfax 中国作者之手。
一 .Some of the standard features:
1.Comes with Class1, Class1.0, Class2 and Class 2.0 Fax Drivers
2.Class 1 ECM error correction . ...
https://www.eeworm.com/dl/686/211689.html
VC书籍
要学MFC必看之书
要学MFC必看之书,由Jeff Prosise编写。下面是作者前言:
The production of this book required the efforts of many people, but two in particular deserve to be singled out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me t ...
https://www.eeworm.com/dl/686/298924.html
VC书籍
我曾写一本关于MFC的书
我曾写一本关于MFC的书,分析了MFC的结构和设计(《MFC深入浅出》),华中理工大学出版。书的内容建立在对MSDN和MFC SOURCE CODE的大量分析上,该书对于希望学习MFC的人来说,是较有价值的。可惜出版社好象只在几个城市针对学生作销售,虽然学生反应不错,但是外界知道不多。 ...
https://www.eeworm.com/dl/648/294151.html
单片机开发
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud
This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my ...