搜索:Programming+Example
找到约 2,890 项符合「Programming+Example」的查询结果
结果 2,890
按分类筛选
- 全部
- 其他书籍 (199)
- VC书籍 (187)
- Java编程 (108)
- 电子书籍 (106)
- Linux/Unix编程 (103)
- 其他 (102)
- 单片机开发 (95)
- 微处理器开发 (69)
- matlab例程 (57)
- 嵌入式/单片机编程 (49)
- 技术资料 (46)
- 软件工程 (45)
- 其他嵌入式/单片机内容 (45)
- 软件设计/软件工程 (43)
- Symbian (42)
- Java书籍 (40)
- 书籍源码 (36)
- DSP编程 (35)
- VHDL/FPGA/Verilog (35)
- Windows CE (35)
- 汇编语言 (34)
- 文章/文档 (32)
- 驱动编程 (30)
- 人工智能/神经网络 (30)
- 游戏 (27)
- 数学计算 (27)
- 网络 (19)
- 数值算法/人工智能 (17)
- Delphi控件源码 (17)
- 通讯/手机编程 (14)
- 操作系统开发 (12)
- Internet/网络编程 (12)
- 串口编程 (12)
- USB编程 (12)
- Modem编程 (11)
- 系统设计方案 (11)
- Jsp/Servlet (11)
- 压缩解压 (10)
- 嵌入式Linux (10)
- J2ME (10)
- 行业发展研究 (10)
- 文件格式 (9)
- Windows Mobile (9)
- 加密解密 (8)
- SQL Server (8)
- *行业应用 (7)
- Applet (7)
- 通讯编程文档 (7)
- 其他行业 (7)
- JavaScript (7)
- 数据库系统 (6)
- Delphi/CppBuilder (6)
- 中间件编程 (6)
- 书籍 (6)
- 教育系统应用 (5)
- 编译器/解释器 (5)
- 技术管理 (5)
- 其他数据库 (5)
- Oracle数据库 (5)
- MacOS编程 (5)
- 手机短信编程 (4)
- 编辑器/阅读器 (4)
- uCOS (4)
- BREW编程 (4)
- FlashMX/Flex源码 (4)
- VxWorks (4)
- C/C++语言编程 (3)
- 技术书籍 (3)
- 教程资料 (3)
- 磁盘编程 (3)
- SCSI/ASPI (3)
- 数据结构 (3)
- 嵌入式综合 (2)
- 语音压缩 (2)
- 企业管理 (2)
- 金融证券系统 (2)
- STL (2)
- MySQL数据库 (2)
- 邮电通讯系统 (2)
- GPS编程 (2)
- Ajax (2)
- Windows编程 (1)
- 资料/手册 (1)
- 计算机相关 (1)
- 模拟电子 (1)
- 教程资料 (1)
- allegro (1)
- 可编程逻辑 (1)
- 传真(Fax)编程 (1)
- CA认证 (1)
- 酒店行业 (1)
- 并口编程 (1)
- 交通/航空行业 (1)
- 手机彩信(MMS)编程 (1)
- TAPI编程 (1)
- OA系统 (1)
- 人物传记/成功经验 (1)
- RFID编程 (1)
- 3G开发 (1)
- 软件测试 (1)
https://www.eeworm.com/dl/684/233661.html
软件设计/软件工程
In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol sinc ...
https://www.eeworm.com/dl/745436.html
书籍
Code Craft: the practice of writing excellent code
This book addresses programmer attitudes, but it’s not some kind of psychology
textbook. We’ll investigate many topics, including:
Source code presentation
Defensive coding techniques
How to debug programs effectively
Good teamworking skills
Managing your source code
Take a q ...
https://www.eeworm.com/dl/542/389046.html
其他书籍
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provi
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Ja ...
https://www.eeworm.com/dl/897899.html
技术资料
基于雨课堂的课程设计混合教学模式的构建与实践——以“单片机原理及应用课程设计”为例
在分析课程设计教学现状的基础上,构建了基于雨课堂的混合教学模式框架。以某学院“单片机原理及应用课程设计”为例,进行了混合教学模式实施的初步尝试,并评估其实施效果,为混合教学在课程设计中的广泛应用提供参考。On the basis of analyzing curriculum design teaching situation,the mixed teachin ...
https://www.eeworm.com/dl/678/176761.html
系统设计方案
This text surrounds the development of the electric power SCADA system exactly, aiming at the presen
This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the profession after the electricity in se ...
https://www.eeworm.com/dl/654/155653.html
数据结构
解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite nu ...
https://www.eeworm.com/dl/519/327851.html
加密解密
(* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封
(* 介绍 *)
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度 ...
https://www.eeworm.com/dl/521756.html
技术资料
Data+Processing+in+Smart+Cities
Smart Grids provide many benefits for society. Reliability, observability across the
energy distribution system and the exchange of information between devices are just
some of the features that make Smart Grids so attractive. One of the main products of
a Smart Grid is to data. ...
https://www.eeworm.com/dl/521764.html
论文
Data+Processing+in+Smart+Cities
Smart Grids provide many benefits for society. Reliability, observability across the
energy distribution system and the exchange of information between devices are just
some of the features that make Smart Grids so attractive. One of the main products of
a Smart Grid is to data. ...
https://www.eeworm.com/dl/519/334748.html
加密解密
AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单
AES 是一种使用安全码进行信息加密的标准。
它支持 128 位、192 位和 256 位的密匙。
加密算法的实现在 ElAES.pas 单元中。
本人将其加密方法封装在 AES.pas 单元中,
只需要调用两个标准函数就可以完成字符串的加密和解密。
(* 密匙长度 *)
128 位支持长度为 16 个字符
192 位支持长度为 24 个字符 ...