搜索结果
找到约 10,000 项符合
source 有哪些应用? 的查询结果
按分类筛选
- 全部分类
- 技术资料 (37896)
- 单片机开发 (4214)
- 其他 (2686)
- 其他书籍 (2448)
- Java编程 (2281)
- 单片机编程 (1818)
- 学术论文 (1635)
- matlab例程 (1628)
- VC书籍 (1368)
- 技术书籍 (1144)
- 嵌入式/单片机编程 (1065)
- 软件设计/软件工程 (1056)
- 人工智能/神经网络 (1035)
- 电子书籍 (951)
- Linux/Unix编程 (923)
- 数据结构 (796)
- 微处理器开发 (791)
- 汇编语言 (782)
- 文章/文档 (760)
- DSP编程 (759)
- 书籍源码 (734)
- 系统设计方案 (666)
- VHDL/FPGA/Verilog (651)
- 数学计算 (634)
- Java书籍 (541)
- 电子书籍 (503)
- 其他嵌入式/单片机内容 (488)
- Delphi控件源码 (464)
- 通讯/手机编程 (455)
- 电源技术 (453)
- 加密解密 (432)
- 文件格式 (432)
- 教育系统应用 (413)
- 通讯编程文档 (388)
- 数值算法/人工智能 (371)
- 嵌入式Linux (368)
- Internet/网络编程 (358)
- SQL Server (338)
- 压缩解压 (337)
- 游戏 (329)
- 企业管理 (327)
- Windows CE (317)
- 操作系统开发 (308)
- 模拟电子 (306)
- 软件工程 (297)
- uCOS (297)
- VIP专区 (294)
- 编译器/解释器 (290)
- 数据库系统 (289)
- 串口编程 (288)
- 其他行业 (282)
- 驱动编程 (276)
- 可编程逻辑 (265)
- Jsp/Servlet (256)
- 网络 (252)
- J2ME (251)
- 教程资料 (238)
- 技术管理 (224)
- 行业发展研究 (222)
- 通信网络 (216)
- 嵌入式综合 (213)
- 其他数据库 (205)
- 源码 (199)
- 书籍 (193)
- 技术教程 (179)
- 无线通信 (177)
- USB编程 (170)
- 传感与控制 (166)
- Applet (150)
- 中间件编程 (137)
- Symbian (136)
- JavaScript (134)
- 测试测量 (128)
- 工控技术 (128)
- FlashMX/Flex源码 (128)
- Delphi/CppBuilder (128)
- *行业应用 (123)
- VxWorks (122)
- GPS编程 (116)
- 手册 (115)
- 教程 (107)
- 行业应用文档 (107)
- 论文 (100)
- PCB相关 (100)
- 多国语言处理 (94)
- BREW编程 (94)
- 交通/航空行业 (92)
- 编辑器/阅读器 (89)
- 精品软件 (87)
- C/C++语言编程 (86)
- 手机短信编程 (84)
- 其他 (83)
- Ajax (83)
- 单片机 (79)
- Oracle数据库 (76)
- 实用电子技术 (75)
- 邮电通讯系统 (73)
- 资料/手册 (68)
- 开发工具 (68)
- 软件 (67)
DSP编程 This rar file contains the source code for inplementing H264 encoder on a DSP 64xx processor
This rar file contains the source code for inplementing H264 encoder on a DSP 64xx processor
Windows Mobile This code is Address book code for Windows Mobile. This source code support windows mobile 5.0 over.
This code is Address book code for Windows Mobile. This source code support windows mobile 5.0 over.
通讯/手机编程 This source code. simple tools for huawei CDMA platform function : read code write code read sp
This source code.
simple tools for huawei CDMA platform
function :
read code
write code
read spc
write spc
info
etc.
其他 通讯录管理程序源代码,Address.book.management.program.source.code
通讯录管理程序源代码,Address.book.management.program.source.code
DSP编程 dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code
dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code
Windows CE this source code is jpeg-viewer in ce5.0 it need to COM, JPG DECODER in pb5.0
this source code is jpeg-viewer in ce5.0
it need to COM, JPG DECODER in pb5.0
游戏 Bomberman + source code. This Bomberman has many, many more features then regular Bomberman-games d
Bomberman + source code.
This Bomberman has many, many more features then regular Bomberman-games do. Fun to play, 1-4 players.
Linux/Unix编程 VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applica
VideoMan (Video Manager) is an open-source C++ library that helps you developing video based applications. We created VideoMan to increase our productivity developing computer vision applications, but it can be used in many other ways.
With VideoMan is very easy and fast to initialize any kind of ...
单片机开发 This is the source code of a digital clock implemented using Atmel 8 bit AVR Controller(ATMega16). T
This is the source code of a digital clock implemented using Atmel 8 bit AVR Controller(ATMega16). To fully understand it look at the hardware implementation shown in attached photo(pdf).
数据结构 I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s
I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.