搜索结果
找到约 7,485 项符合
In 的查询结果
按分类筛选
- 全部分类
- 书籍 (520)
- 其他书籍 (499)
- matlab例程 (429)
- 其他 (418)
- Java编程 (377)
- VC书籍 (245)
- Java书籍 (241)
- 单片机开发 (227)
- 单片机编程 (212)
- Linux/Unix编程 (186)
- 技术资料 (179)
- 电子书籍 (156)
- 软件设计/软件工程 (154)
- VHDL/FPGA/Verilog (150)
- 数学计算 (149)
- 文章/文档 (129)
- 人工智能/神经网络 (126)
- 通讯/手机编程 (114)
- 通讯编程文档 (112)
- 微处理器开发 (105)
- 书籍源码 (97)
- 嵌入式/单片机编程 (95)
- 电源技术 (93)
- 数值算法/人工智能 (92)
- 压缩解压 (88)
- Delphi控件源码 (87)
- 汇编语言 (84)
- 行业发展研究 (82)
- 软件工程 (82)
- 系统设计方案 (79)
- 加密解密 (77)
- 可编程逻辑 (69)
- DSP编程 (69)
- 其他嵌入式/单片机内容 (67)
- 网络 (65)
- 模拟电子 (63)
- 驱动编程 (59)
- 文件格式 (57)
- 编译器/解释器 (55)
- 其他行业 (54)
- 游戏 (54)
- 数据结构 (49)
- 教程资料 (48)
- Internet/网络编程 (47)
- *行业应用 (37)
- 技术管理 (36)
- JavaScript (32)
- Windows CE (29)
- VIP专区 (29)
- SQL Server (28)
- Jsp/Servlet (27)
- 论文 (27)
- 其他数据库 (26)
- 无线通信 (25)
- 操作系统开发 (25)
- J2ME (25)
- GPS编程 (24)
- 3G开发 (24)
- 嵌入式Linux (21)
- 编辑器/阅读器 (21)
- 源码 (21)
- Symbian (20)
- VxWorks (19)
- 中间件编程 (18)
- 技术书籍 (17)
- 嵌入式综合 (17)
- 串口编程 (17)
- Applet (17)
- 邮电通讯系统 (16)
- 手机短信编程 (15)
- 多国语言处理 (15)
- Windows Mobile (15)
- MySQL数据库 (14)
- FlashMX/Flex源码 (14)
- 测试测量 (13)
- 家庭/个人应用 (12)
- USB编程 (11)
- 数据库系统 (11)
- Oracle数据库 (11)
- 教育系统应用 (11)
- Ajax (11)
- BREW编程 (11)
- CA认证 (11)
- 行业应用文档 (9)
- PCB相关 (9)
- 通信网络 (9)
- uCOS (9)
- Delphi/CppBuilder (9)
- 人物传记/成功经验 (9)
- ARM (8)
- C/C++语言编程 (8)
- 金融证券系统 (8)
- Modem编程 (7)
- RFID编程 (7)
- 手机彩信(MMS)编程 (7)
- 接口技术 (7)
- 资料/手册 (6)
- 并行计算 (6)
- 认证考试资料 (6)
- Linux/uClinux/Unix编程 (6)
其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
电子书籍 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory S
Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. 原 ...
其他 teach yourself C++ in 21 days 第五版
teach yourself C++ in 21 days
第五版
Linux/Unix编程 This driver and utilities are published in form of source code under GNU General Public License in
This driver and utilities are published in form of source code under
GNU General Public License in this version.这是专门针对研华工控机610,开发的PCICOM驱动程序,对应用此机型的程序员很有帮助。
Linux/Unix编程 inifile read and write in stl c
inifile read and write in stl c
书籍源码 1394 controller transmit in dos
1394 controller transmit in dos
软件设计/软件工程 Redistribution and use in source and binary forms, with or without modification, are permitted prov
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met
matlab例程 A hybrid Particle Swarm Optimization algorithm for functions in the real space.
A hybrid Particle Swarm Optimization algorithm for functions in the real space.
单片机开发 contain many examples code for I2c,UART,string ,digital convert, read/write to EEprom in microchip P
contain many examples code for I2c,UART,string ,digital convert, read/write to EEprom in microchip PIC16xx series. and the default compiler is hitech PIC16.
操作系统开发 use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my c
use double link list to implenment memory allocation. There won t appear maloc, new, delete, in my code. All is using freelist to find a suitable memory space.