搜索结果
找到约 656 项符合
First 的查询结果
按分类筛选
- 全部分类
- 书籍 (86)
- 技术资料 (68)
- 其他书籍 (38)
- 编译器/解释器 (36)
- 数值算法/人工智能 (35)
- 其他 (29)
- Java编程 (26)
- Java书籍 (18)
- 软件设计/软件工程 (14)
- 汇编语言 (13)
- matlab例程 (13)
- VC书籍 (13)
- 数据结构 (12)
- 软件工程 (11)
- Linux/Unix编程 (11)
- 单片机编程 (10)
- 单片机开发 (10)
- 数学计算 (9)
- 书籍源码 (8)
- 微处理器开发 (8)
- VHDL/FPGA/Verilog (8)
- 通讯/手机编程 (6)
- 嵌入式/单片机编程 (6)
- 人工智能/神经网络 (6)
- 系统设计方案 (6)
- 模拟电子 (5)
- 可编程逻辑 (5)
- 游戏 (5)
- 技术管理 (5)
- uCOS (5)
- 文章/文档 (5)
- 电源技术 (4)
- DSP编程 (4)
- 电子书籍 (4)
- 压缩解压 (4)
- 驱动编程 (4)
- Internet/网络编程 (4)
- 编辑器/阅读器 (4)
- J2ME (4)
- 其他嵌入式/单片机内容 (4)
- 行业发展研究 (4)
- Jsp/Servlet (4)
- Ajax (4)
- PCB相关 (3)
- 加密解密 (3)
- 操作系统开发 (3)
- 教程资料 (3)
- Applet (3)
- 通讯编程文档 (3)
- JavaScript (3)
- SQL Server (3)
- GPS编程 (3)
- 程序设计 (2)
- 技术书籍 (2)
- 技术教程 (2)
- 教育系统应用 (2)
- 企业管理 (2)
- 其他数据库 (2)
- 嵌入式Linux (2)
- STL (2)
- FlashMX/Flex源码 (2)
- Delphi控件源码 (2)
- Windows CE (2)
- VIP专区 (2)
- 教程 (1)
- 电路图 (1)
- 论文 (1)
- 笔记 (1)
- C/C++语言编程 (1)
- 行业应用文档 (1)
- 无线通信 (1)
- 接口技术 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 测试测量 (1)
- 开发工具 (1)
- 通信网络 (1)
- Modem编程 (1)
- 文件格式 (1)
- BREW编程 (1)
- VxWorks (1)
- Delphi/CppBuilder (1)
- 其他行业 (1)
- Symbian (1)
- 手机彩信(MMS)编程 (1)
- 中间件编程 (1)
- 邮电通讯系统 (1)
- 并行计算 (1)
- 人物传记/成功经验 (1)
- MTK (1)
- 3G开发 (1)
Java编程 objects first with java: a practical introduction using bluej 英国爱丁堡大学java教程源代码
objects first with java: a practical introduction using bluej 英国爱丁堡大学java教程源代码
Java编程 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver ...
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.
书籍源码 比如源程序sum ∶= first+count*10可生成四元式序列
比如源程序sum ∶= first+count*10可生成四元式序列,如图1.7所示,其中ti(i=1,2,3)是编译程序生成的临时名字,用于存放运算结果的。 图1.7 id1:= id2 + id3 * 10的四元式序列
STL implement huffman algorithm with stl priority-queue, first you must have the file, then the result i
implement huffman algorithm with stl priority-queue, first you must have the file, then the result is saved
其他 Input The input contains blocks of 2 lines. The first line contains the number of sticks parts afte
Input
The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero.
Output
The output should contains the small ...
技术管理 Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out th
Writing Your First ASP Application ( Quick Start )
(Page 1 of 8 )
There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first ...
其他 Agile Java for new programmers who want to learn Java as their first language. The book can also be
Agile Java for new programmers who want to learn Java as their first language. The book can also be effective for programmers familiar with TDD, but new to Java, or vice versa.
J2ME First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But
First of all, the Applet-phone is a SIP User-Agent
with audio and text messaging capabilities. But i s also embedded in
an applet where you can use it as usual if your firewall allow you to
use the UDP transport. If not, you can use TCP to carry your voice in a
voice messaging fashion. Your voice is ...
matlab例程 When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the
When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a v ...