搜索:Example+Program
找到约 3,356 项符合「Example+Program」的查询结果
结果 3,356
按分类筛选
- 全部
- 单片机开发 (200)
- 其他 (186)
- Java编程 (156)
- matlab例程 (138)
- 微处理器开发 (101)
- 汇编语言 (84)
- 其他嵌入式/单片机内容 (79)
- Linux/Unix编程 (77)
- 数学计算 (72)
- DSP编程 (66)
- 嵌入式/单片机编程 (65)
- 其他书籍 (51)
- VC书籍 (43)
- VHDL/FPGA/Verilog (40)
- Symbian (40)
- 数值算法/人工智能 (39)
- 书籍源码 (39)
- 人工智能/神经网络 (39)
- 通讯/手机编程 (34)
- 软件设计/软件工程 (34)
- 驱动编程 (33)
- 网络 (33)
- 其他行业 (33)
- 加密解密 (32)
- 电子书籍 (30)
- 串口编程 (28)
- 文章/文档 (27)
- Delphi控件源码 (27)
- 技术资料 (27)
- Windows CE (26)
- 编译器/解释器 (25)
- Java书籍 (25)
- 压缩解压 (24)
- 嵌入式Linux (22)
- 数据结构 (21)
- 系统设计方案 (20)
- 游戏 (19)
- *行业应用 (19)
- Jsp/Servlet (18)
- JavaScript (17)
- 通讯编程文档 (16)
- 操作系统开发 (15)
- USB编程 (15)
- Internet/网络编程 (14)
- Modem编程 (14)
- 其他数据库 (14)
- 软件工程 (12)
- 多国语言处理 (10)
- BREW编程 (10)
- J2ME (10)
- Applet (9)
- 文件格式 (9)
- uCOS (9)
- SQL Server (9)
- 数据库系统 (8)
- 编辑器/阅读器 (8)
- Delphi/CppBuilder (8)
- Windows Mobile (8)
- 教育系统应用 (7)
- 邮电通讯系统 (7)
- 行业发展研究 (7)
- FlashMX/Flex源码 (6)
- 中间件编程 (6)
- 手机短信编程 (5)
- VxWorks (5)
- GPS编程 (5)
- 3G开发 (5)
- MacOS编程 (5)
- CA认证 (4)
- Oracle数据库 (4)
- 人物传记/成功经验 (4)
- RFID编程 (4)
- 金融证券系统 (3)
- 家庭/个人应用 (3)
- MySQL数据库 (3)
- Ajax (3)
- 能源行业(电力石油煤炭) (3)
- 单片机编程 (2)
- 教程资料 (2)
- SCSI/ASPI (2)
- STL (2)
- 存储器技术 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- 技术管理 (1)
- 酒店行业 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- 百货/超市行业 (1)
- 手机彩信(MMS)编程 (1)
- TAPI编程 (1)
- OA系统 (1)
- 并行计算 (1)
- 软件测试 (1)
- 源码 (1)
- 书籍 (1)
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 个字符 ...
https://www.eeworm.com/dl/686/453224.html
VC书籍
This book has been written to support a practically oriented course in programming language transla
This book has been written to support a practically oriented course in programming language
translation for senior undergraduates in Computer Science. More specifically, it is aimed at students
who are probably quite competent in the art of imperative programming (for example, in ...
https://www.eeworm.com/dl/619/476428.html
Linux/Unix编程
对vga接口做了详细的介绍
对vga接口做了详细的介绍,并且有一
·三段式Verilog的IDE程序,但只有DMA
·电子密码锁,基于fpga实现,密码正
·IIR、FIR、FFT各模块程序设计例程,
·基于逻辑工具的以太网开发,基于逻
·自己写的一个测温元件(ds18b20)的
·光纤通信中的SDH数据帧解析及提取的
·VHDL Programming by Example(M ...
https://www.eeworm.com/dl/640/444418.html
CA认证
Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2
Playfair Cipher
1.not even the large number of keys in a monoalphabetic cipher provides security
2.one approach to improving security was to encrypt multiple letters
3.the Playfair Cipher is an example
4.invented by Charles Wheatstone in 1854,but named after his friend Baron Play ...
https://www.eeworm.com/dl/839911.html
技术资料
高级PID控制算法.
Simulation can provide a lot of information about what the system is doing. We canadd the effect of different element, like Encoder resolution, ADC sampling rate, etc and understand how does it affect the system. Another benefit is the possibility to slow down the process, to gai ...
https://www.eeworm.com/dl/502/29339.html
单片机编程
基于MSP430的指纹保险柜的实现
在介绍基于MSP430单片机的指纹保险柜工作原理的基础上,从系统软件设计的角度出发,详细介绍了指纹保险柜软件的总体分析过程、程序结构的设计以及代码的编写,给出了按键管理流程和部分源代码。
Abstract:
 On basis of the operating principle of MSP430 microcontroller-based fingerprint ...
https://www.eeworm.com/dl/696/288340.html
Jsp/Servlet
在WinXP中文+tomcat6.0中测试通过。将解压缩后的整个文件夹放在tomcat/webapps/下面即可
在WinXP中文+tomcat6.0中测试通过。将解压缩后的整个文件夹放在tomcat/webapps/下面即可,通过http://localhost:8080/lyb访问。
修正版修改了一处bug:
在将文件放入tomcat/webapp下面后,用浏览器打开看时会出错,原因是tomcat默认装在 program files 下面,于是得到的路径含有空格。
经过修改连接 ...