搜索结果
找到约 238 项符合
WANT 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (22)
- Java编程 (21)
- 技术资料 (20)
- 其他 (19)
- matlab例程 (12)
- 书籍 (11)
- Java书籍 (10)
- 软件工程 (6)
- Linux/Unix编程 (6)
- 网络 (6)
- 单片机开发 (6)
- 软件设计/软件工程 (6)
- 数学计算 (5)
- VC书籍 (5)
- 数值算法/人工智能 (4)
- 电子书籍 (4)
- 文章/文档 (4)
- Delphi控件源码 (4)
- 电源技术 (3)
- Internet/网络编程 (3)
- 文件格式 (3)
- 通讯编程文档 (3)
- 嵌入式/单片机编程 (3)
- 人工智能/神经网络 (3)
- 源码 (2)
- 无线通信 (2)
- DSP编程 (2)
- 操作系统开发 (2)
- 手机短信编程 (2)
- 游戏 (2)
- 汇编语言 (2)
- uCOS (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 人物传记/成功经验 (2)
- 软件 (1)
- 单片机编程 (1)
- 加密解密 (1)
- 通讯/手机编程 (1)
- 图形图像 (1)
- 书籍源码 (1)
- 实用工具 (1)
- 驱动编程 (1)
- 传真(Fax)编程 (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- CA认证 (1)
- 技术管理 (1)
- USB编程 (1)
- 数据结构 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- VHDL/FPGA/Verilog (1)
- Windows CE (1)
- 系统设计方案 (1)
- 中间件编程 (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- SQL Server (1)
- GPS编程 (1)
- VIP专区 (1)
汇编语言 This is a assembly languages that teach how to write floppy disk subroutine. A great start for begin
This is a assembly languages that teach how to write floppy disk subroutine. A great start for beginner who want to learn how ASM work. i got 100 for this assignment. have a look and comment
嵌入式/单片机编程 The evaluation software will be operational for a limited time only. Please contact your nearest IAR
The evaluation software will be operational for a limited time only. Please contact your nearest IAR Systems office or IAR Systems distributor if you want to purchase the full version of the product (contact link found below).
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
人工智能/神经网络 If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
matlab例程 QAM通信系统用matlab进行仿真
QAM通信系统用matlab进行仿真,希望对大家的学习和工作有所帮助!-QAM communications system simulation using Matlab, we want to study and work some help!
GPS编程 这个是一个vb编的GPS程序的源代码
这个是一个vb编的GPS程序的源代码,呵呵希望对大家会有所帮助!-this a vb series of the GPS program s source code, as long as you will want to help!
Java书籍 The Java Language Specification is the definitive technical reference for the Java programming langu
The Java Language Specification is the definitive technical reference for the Java programming language. It provides complete, accurate, and detailed coverage of the entire language and its syntax. If you want to know the precise meaning of Java s constructs, this is the source for you.
技术资料 09031720119075
protel的封装库 希望对大家有用,这是和99se相适应的,希望大家能够逐渐丰富该文件-protel library package you want to be useful
技术资料 电子信息
/***********************************************************************/
/*
* Configures the ARM system control register for STOP (deep sleep) mode
* and then executes the WFI instruction to enter the mode.
*
* Parameters:
* none
*
* Note: Might want to change this later to allow for passing ...