搜索: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/654/450069.html
数据结构
迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not all ...
https://www.eeworm.com/dl/501018.html
C/C++语言编程
BSF-Skins
1、双击BSFD7.dpk文件,在delphi 7.0中打开
2、单击compile按钮,你会发现原来不可用的install按钮可以使用了
3、单击install按钮,会弹出来一个对话框提示你“安装成功!”
4、将所有源文件复制到C:\Program Files\Borland\Delphi7\lib文件夹中(如delphi安装路径不同的话,请各位老兄自行更改) ...
https://www.eeworm.com/dl/833162.html
技术资料
STM8S003参考手册
意法半导体STM8系列参考手册Program memory: 8 Kbyte Flash memory; dataretention 20 years at 55 °C after 100 cycles• RAM: 1 Kbyte• Data memory: 128 bytes true data EEPROM;endurance up to 100 k write/erase cycles
https://www.eeworm.com/dl/502/30878.html
单片机编程
DTMF Decoding with a PIC16xxx
This application note describes how to decode standard DTMF tones using the minimum number of external discrete components and a PIC. The two examples use a PIC which has an 8 bit timer and either a comparator or an ADC, although it can be modified for use on a PIC which has only ...
https://www.eeworm.com/dl/678/172507.html
系统设计方案
This application note describes a method for developing block-oriented I/O device drivers for appli
This application note describes a method for developing block-oriented I/O device drivers
for applications that use the DSP/BIOS real-time kernel and includes examples that run
with Code Composer Studio v2.1 on the Texas Instruments TMS320C5402 and
TMS320C6711 DSP Starter Kits (D ...
https://www.eeworm.com/dl/617/206209.html
压缩解压
We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who ...
https://www.eeworm.com/dl/542/206211.html
其他书籍
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So f ...
https://www.eeworm.com/dl/678/268897.html
系统设计方案
朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法
朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后, ...
https://www.eeworm.com/dl/619/381722.html
Linux/Unix编程
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints -----------------
gcclib
This gcc 1.40 suits for Linux kernel 0.11 - 0.95
Installtion hints
-----------------
This suit contains include.taz, local.taz and this README file.
You must download the bootimage and rootimage and install them first.
The include.taz contains all the include files for ...
https://www.eeworm.com/dl/831346.html
技术资料
电子书-RTL Design Style Guide for Verilog HDL540页
电子书-RTL Design Style Guide for Verilog HDL540页A FF having a fixed input value is generated from the description in the upper portion of
Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input,
and ’1’ is output when the START signal rises. ...