搜索结果
找到约 595 项符合
First 的查询结果
按分类筛选
- 全部分类
- 书籍 (86)
- 其他书籍 (38)
- 编译器/解释器 (36)
- 数值算法/人工智能 (35)
- 其他 (28)
- Java编程 (26)
- Java书籍 (18)
- 软件设计/软件工程 (14)
- matlab例程 (13)
- 汇编语言 (13)
- VC书籍 (13)
- 数据结构 (12)
- Linux/Unix编程 (11)
- 软件工程 (11)
- 单片机编程 (10)
- 单片机开发 (10)
- 数学计算 (9)
- 技术资料 (9)
- 书籍源码 (8)
- 微处理器开发 (8)
- VHDL/FPGA/Verilog (8)
- 人工智能/神经网络 (6)
- 通讯/手机编程 (6)
- 系统设计方案 (6)
- 嵌入式/单片机编程 (6)
- 模拟电子 (5)
- 可编程逻辑 (5)
- 文章/文档 (5)
- uCOS (5)
- 游戏 (5)
- 技术管理 (5)
- 电源技术 (4)
- Internet/网络编程 (4)
- 编辑器/阅读器 (4)
- 电子书籍 (4)
- 行业发展研究 (4)
- J2ME (4)
- 驱动编程 (4)
- 压缩解压 (4)
- DSP编程 (4)
- Jsp/Servlet (4)
- Ajax (4)
- 其他嵌入式/单片机内容 (4)
- PCB相关 (3)
- 教程资料 (3)
- 通讯编程文档 (3)
- 加密解密 (3)
- 操作系统开发 (3)
- GPS编程 (3)
- Applet (3)
- JavaScript (3)
- SQL Server (3)
- 程序设计 (2)
- 技术教程 (2)
- 技术书籍 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- 教育系统应用 (2)
- STL (2)
- 嵌入式Linux (2)
- Windows CE (2)
- Delphi控件源码 (2)
- 企业管理 (2)
- VIP专区 (2)
- 行业应用文档 (1)
- 通信网络 (1)
- 无线通信 (1)
- C/C++语言编程 (1)
- 开发工具 (1)
- 测试测量 (1)
- Modem编程 (1)
- VxWorks (1)
- Delphi/CppBuilder (1)
- 人物传记/成功经验 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
- 其他行业 (1)
- 手机彩信(MMS)编程 (1)
- 中间件编程 (1)
- BREW编程 (1)
- 文件格式 (1)
- 数据库系统 (1)
- MTK (1)
- 3G开发 (1)
- Symbian (1)
- 其他文档 (1)
- 接口技术 (1)
- 论文 (1)
- 笔记 (1)
- 教程 (1)
压缩解压 MPEG-2 has 7 distinct parts as well. The first part is the Systems section which defines the contain
MPEG-2 has 7 distinct parts as well. The first part is the Systems section which defines the container format and the Transport Streams that are designed to carry the digital video and audio over ATSC and DVB. The Program Stream defines the container format for lossy compression on optical disks, DV ...
Java编程 经典书籍《Head First 设计模式》的附书源码
经典书籍《Head First 设计模式》的附书源码,这个是JAVA版的,还有一个是C#版的
数值算法/人工智能 Computes approximate significance points of a Pearson curve with given first four moments, or first
Computes approximate significance points of a Pearson curve with given first four moments, or first three moments and left or right boundary
Java编程 Java is the first language to provide a cross-platform I/O library that is powerful enough to handle
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than ...
uCOS uc/os-ii随书源代码,first time, thanks
uc/os-ii随书源代码,first time, thanks
数值算法/人工智能 Ontology Development 101:A Guide to Creating Your First Ontology
Ontology Development 101:A Guide to Creating Your First Ontology
Jsp/Servlet first 没有用,用同学的号玩下,呵呵,下下程序
first 没有用,用同学的号玩下,呵呵,下下程序
嵌入式/单片机编程 Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace
Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates.
The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering vectors corresponding to the angles ...
操作系统开发 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used
用JAVA实现操作系统的页面置换
其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现
编译器/解释器 利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储
利用字符二维数组对文法、First集、Follow集、终结符集、非终结符集等数据进行存储,还有一个是状态表存储DFA的状态。二维TAB表对其中的DFA表进行存储,横坐标是状态号,纵坐标为文法中的符号(终结符和非终结符)。