搜索结果
找到约 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)
行业发展研究 In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to
In this paper, we describe the development of a mobile butterfly-watching learning (BWL)
system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching
learning system was designed in a wireless mobile ad-hoc learning environment. This is first result
to provide a ...
DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s
CCS编程环境 使用的是汇编加C的混合编程方法:
The programme of the Correlation Algorithm.
Using INT2 to get the input signal.
Array x, in first step, is the input signal produced by programme,
in next step, is the input signal get from A/D,
the length is 128, 32-bit floating point.
Array y, in first s ...
VC书籍 软件开发工程是有趣的、多产的
软件开发工程是有趣的、多产的,甚至是大胆的。同时,它也能源源不断地带来商业价值,并保持在我们的掌控之下。 极限编程(XP)的构思和发展是针对小型团队进行软件开发时,在面对不确知的、变化的需求时所产生的特定需要的。这一新的、轻量级的方法学对许多传统思维提出了挑战,这其中包括一个一直以来的假设,即在软件开发 ...
数学计算 This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the ar
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
Delphi/CppBuilder Do your applications look a little boring? Would you like to get spectacular yet easy to use visual
Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About form t ...
编译器/解释器 学编译原理时写的一个语法分析程序 一.[目的要求] ① 对输入文法
学编译原理时写的一个语法分析程序
一.[目的要求]
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。
二.[题目分析]
该程序可分为如下几步:
(1)读入文法
(2)判断正误
(3)若无误,判断是否为LL(1) ...
数据结构 HDOJ ACM input:The input consists of T test cases. The number of test cases ) (T is given in the fi
HDOJ ACM
input:The input consists of T test cases. The number of test cases ) (T is given in the first line of the input. Each test case begins with a line containing an integer N , 1<=N<=200 , that represents the number of tables to move. Each of the following N lines contains two positive integers ...
数据结构 acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o
acm HDOJ 1051WoodenSticks
Description:
There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. Th ...
VC书籍 图的深度优先遍历和广度优先遍历
图的深度优先遍历和广度优先遍历,以邻接矩阵方式输入。(按照提示输入)! - The chart depth first spreads the calendar and the breadth first spreads the calendar, is next the matrix way input. (According
其他书籍 Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general
Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general problem of machine learning and how it relates to statistical inference. 1.1 The Learning Problem and (Statistical) Inference It was only a few years after the introduction of the first computer that ...