搜索结果
找到约 587 项符合
such 的查询结果
按分类筛选
- 全部分类
- 书籍 (113)
- 其他书籍 (40)
- 其他 (29)
- 技术资料 (25)
- Linux/Unix编程 (23)
- 电源技术 (22)
- Java编程 (22)
- matlab例程 (20)
- 单片机编程 (19)
- VC书籍 (15)
- 单片机开发 (14)
- 软件设计/软件工程 (14)
- 微处理器开发 (12)
- 模拟电子 (10)
- 通讯编程文档 (10)
- 技术管理 (9)
- Java书籍 (9)
- 电子书籍 (9)
- 嵌入式/单片机编程 (7)
- 可编程逻辑 (6)
- 网络 (6)
- 人工智能/神经网络 (6)
- VHDL/FPGA/Verilog (6)
- 测试测量 (5)
- Internet/网络编程 (5)
- 数学计算 (5)
- 数据结构 (5)
- 通讯/手机编程 (5)
- 数值算法/人工智能 (5)
- 其他嵌入式/单片机内容 (5)
- Delphi控件源码 (5)
- 教程资料 (4)
- 驱动编程 (4)
- 压缩解压 (4)
- 汇编语言 (4)
- 文章/文档 (4)
- 编译器/解释器 (4)
- DSP编程 (3)
- 无线通信 (3)
- 书籍源码 (3)
- 其他数据库 (3)
- 系统设计方案 (3)
- 操作系统开发 (3)
- 论文 (3)
- 嵌入式综合 (2)
- ARM (2)
- 游戏 (2)
- 并行计算 (2)
- 行业发展研究 (2)
- 加密解密 (2)
- 文件格式 (2)
- 嵌入式Linux (2)
- JavaScript (2)
- SQL Server (2)
- 软件工程 (2)
- 其他 (2)
- uCOS编程 (1)
- 资料/手册 (1)
- 传感与控制 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 电子元器件应用 (1)
- 接口技术 (1)
- 源码/资料 (1)
- 磁盘编程 (1)
- 手机短信编程 (1)
- 手机WAP编程 (1)
- GPS编程 (1)
- uCOS (1)
- 语音压缩 (1)
- *行业应用 (1)
- Windows Mobile (1)
- 其他行业 (1)
- 交通/航空行业 (1)
- Symbian (1)
- 邮电通讯系统 (1)
- USB编程 (1)
- 金融证券系统 (1)
- 多国语言处理 (1)
- Windows CE (1)
- Delphi/CppBuilder (1)
- 认证考试资料 (1)
- Matlab (1)
- 工业控制 (1)
- 其他文档 (1)
- DSP工具/软件 (1)
- 源码 (1)
- 软件 (1)
Linux/Unix编程 //获得当前的模式 oldmode = vga_getcurrentmode[] //初始化 vga_init[] //判断是否支持该模式 if[vga_ha
//获得当前的模式
oldmode = vga_getcurrentmode[]
//初始化
vga_init[]
//判断是否支持该模式
if[vga_hasmode[mode]]
vga_setmode[mode]
else {
printf["No such mode\n"]
exit[1]
}
//取得信息
width = vga_getxdim[]
height = vga_getydim[]
colors = vga_getcolors[]
// ...
Linux/Unix编程 //获得当前的模式 oldmode = vga_getcurrentmode[] //初始化 vga_init[] //判断是否支持该模式 if[vga_ha
//获得当前的模式
oldmode = vga_getcurrentmode[]
//初始化
vga_init[]
//判断是否支持该模式
if[vga_hasmode[mode]]
vga_setmode[mode]
else {
printf["No such mode\n"]
exit[1]
}
//获得当前的模式
mode = vga_getcurrentmode[]
info = vga_getmodeinfo[mode] ...
文章/文档 A fingerprint recognizing system is built with two principal components: the fingerprint administra
A fingerprint recognizing system is built with two
principal components: the fingerprint administrator and
the fingerprint recognizer. Fingerprints are identified by
their special features such as ridge endings, ridge
bifurcation, short ridges, and ridge enclosures, which are
collectively called the ...
其他书籍 Builder uses to integrate a larger system module. Each component consists of a structured set of fi
Builder uses to integrate a larger system module. Each component
consists of a structured set of files within a directory.
The files in a component directory serve the following
The RS232 UART Core implements a method for communication of serial data. The core provides
a simple register-mapped Avalo ...
软件工程 This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. ...
文章/文档 In an electromagnetic cloak based on a transformation approach, reduced sets of material properties
In an electromagnetic cloak based on a transformation approach, reduced sets of
material properties are generally favored due to their easier implementation in reality,
although a seemingly inevitable drawback of undesired reflection exists in such cloaks.
Here we suggest using high-order transforma ...
其他 Introduction Sometimes you may collide with the following problem: a third-party binary component o
Introduction
Sometimes you may collide with the following problem: a third-party binary component or control embedded into your application displays windows (usually message boxes) that hang your code until they are closed.
If you do not have the source code of this binary and one does not have a g ...
Java编程 In the bank all the activities are being done manually .As the bank widens its services & it finds d
In the bank all the activities are being done manually .As the bank widens its services & it finds difficult to manage its operations manually and hence this leads to the automation of some of its operations.
Banking Information system is a windows based applications. This project mainly deal ...
微处理器开发 Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any of the resource kits.
Netcat for NT is the tcp/ip "Swiss Army knife" that never made it into any
of the resource kits. It has proved to be an extremely versatile tool on
the unix platform. So why should NT always be unix s poor cousin when it
comes to tcp/ip testing and exploration? I bet many NT admins out there
ke ...
编译器/解释器 c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlyin
c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths ...