搜索结果
找到约 2,491 项符合
program 的查询结果
按分类筛选
- 全部分类
- 技术资料 (295)
- 其他 (177)
- 单片机开发 (163)
- Java编程 (126)
- matlab例程 (124)
- 汇编语言 (80)
- Linux/Unix编程 (72)
- 其他嵌入式/单片机内容 (69)
- 数学计算 (65)
- 嵌入式/单片机编程 (65)
- 其他书籍 (64)
- 微处理器开发 (60)
- DSP编程 (57)
- 单片机编程 (50)
- VC书籍 (50)
- 人工智能/神经网络 (38)
- 数值算法/人工智能 (37)
- 数据结构 (32)
- 加密解密 (31)
- 电子书籍 (31)
- 编译器/解释器 (30)
- 其他行业 (30)
- 软件设计/软件工程 (30)
- 书籍源码 (29)
- 通讯/手机编程 (27)
- 压缩解压 (27)
- 串口编程 (27)
- 网络 (27)
- 文章/文档 (27)
- Delphi控件源码 (24)
- 驱动编程 (23)
- VIP专区 (22)
- Java书籍 (21)
- Internet/网络编程 (20)
- 通讯编程文档 (19)
- VHDL/FPGA/Verilog (19)
- 游戏 (18)
- 嵌入式Linux (18)
- 软件工程 (17)
- *行业应用 (17)
- JavaScript (15)
- Modem编程 (14)
- 系统设计方案 (14)
- Jsp/Servlet (13)
- Windows CE (12)
- 数据库系统 (11)
- 操作系统开发 (11)
- 多国语言处理 (11)
- 其他数据库 (11)
- BREW编程 (10)
- 可编程逻辑 (9)
- USB编程 (9)
- 教育系统应用 (8)
- SQL Server (8)
- 书籍 (7)
- 文件格式 (7)
- J2ME (7)
- 行业发展研究 (7)
- GPS编程 (7)
- CA认证 (6)
- uCOS (6)
- 邮电通讯系统 (6)
- 编辑器/阅读器 (5)
- Windows Mobile (5)
- 多媒体处理 (4)
- 开发工具 (4)
- 教程资料 (4)
- 磁盘编程 (4)
- Applet (4)
- FlashMX/Flex源码 (4)
- Delphi/CppBuilder (4)
- 家庭/个人应用 (4)
- 中间件编程 (4)
- 人物传记/成功经验 (4)
- RFID编程 (4)
- 3G开发 (4)
- 能源行业(电力石油煤炭) (4)
- 源码 (3)
- 软件 (3)
- C/C++语言编程 (3)
- 金融证券系统 (3)
- 手机WAP编程 (3)
- PCB相关 (2)
- 驱动程序 (2)
- 实用工具 (2)
- 通信网络 (2)
- 模拟电子 (2)
- 手机短信编程 (2)
- 技术管理 (2)
- STL (2)
- VxWorks (2)
- Symbian (2)
- 并行计算 (2)
- 电源技术 (1)
- 经验分享 (1)
- Linux/uClinux/Unix编程 (1)
- 存储器技术 (1)
- PCB图/BOM单/原理图 (1)
- 其他文档 (1)
- EDA相关 (1)
压缩解压 Structure the sources so that the compression and decompression code form a library usable by any
Structure the sources so that the compression and decompression code
form a library usable by any program, and write both gzip and zip on
top of this library. This would ideally be a reentrant (thread safe)
library, but this would degrade performance. In the meantime, you can
look at the sample ...
电子书籍 the minimun square elimination in curve fitting,introduction how to orgnize the data and has the pro
the minimun square elimination in curve fitting,introduction how to orgnize the data and has the program flow chat
Linux/Unix编程 The intention is to show you how to incorporate the AWGN/Rayleigh fading models in the basic decodin
The intention is to show you how to incorporate the AWGN/Rayleigh fading models in the basic decoding program.
单片机开发 STC ISP 功能测试程序
STC ISP 功能测试程序,
包含program /erase/read 程序,
以及测试程序
技术资料 介绍在DS80C310系列微控制器设计中降低ALE信号噪声的方法
The 8051 architecture allows for external program anddata access through the use of Port 0 and P
微处理器开发 C51 ADC Program Examples. 适用于AT89C51AC2,AT89C51AC3,AT89C51CC01,AT89C51CC02,AT89C51CC03单片机内建AD转换器.
C51 ADC Program Examples.
适用于AT89C51AC2,AT89C51AC3,AT89C51CC01,AT89C51CC02,AT89C51CC03单片机内建AD转换器.
Atmel官方例程,C和汇编都有,很有帮助
其他书籍 Some Aspects of Chess Programming
Some Aspects of Chess Programming,老外写的关于棋类人工智能程序设计的书。
1.overall look on chess programming
2.typical structure of a chess program
3.implementation of my own chess program
4.experiments
数值算法/人工智能 This matrix C++ template class library is for performing common matrix operations in your C++ progra
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file