搜索结果
找到约 394 项符合
There 的查询结果
按分类筛选
- 全部分类
- 书籍 (80)
- 其他 (27)
- Java编程 (21)
- matlab例程 (18)
- 其他书籍 (15)
- 单片机开发 (14)
- Linux/Unix编程 (11)
- 数据结构 (10)
- 编译器/解释器 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (8)
- VC书籍 (8)
- Delphi控件源码 (7)
- 技术资料 (7)
- 汇编语言 (6)
- GPS编程 (6)
- 压缩解压 (6)
- 游戏 (6)
- 通讯编程文档 (6)
- 模拟电子 (5)
- 电源技术 (5)
- 数学计算 (5)
- Java书籍 (5)
- 软件工程 (5)
- 数值算法/人工智能 (5)
- 软件设计/软件工程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- VHDL/FPGA/Verilog (4)
- SQL Server (4)
- 行业发展研究 (4)
- 技术管理 (3)
- 文章/文档 (3)
- 加密解密 (3)
- 教程资料 (2)
- 嵌入式综合 (2)
- 可编程逻辑 (2)
- 接口技术 (2)
- FlashMX/Flex源码 (2)
- 操作系统开发 (2)
- DSP编程 (2)
- 文件格式 (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- Windows CE (2)
- 嵌入式/单片机编程 (2)
- *行业应用 (2)
- JavaScript (2)
- 源码 (2)
- PCB相关 (1)
- 通信网络 (1)
- 无线通信 (1)
- 测试测量 (1)
- 书籍源码 (1)
- Applet (1)
- Symbian (1)
- 生物技术 (1)
- 编辑器/阅读器 (1)
- 系统设计方案 (1)
- Windows Mobile (1)
- 电子书籍 (1)
- 串口编程 (1)
- 磁盘编程 (1)
- 医药行业 (1)
- 其他行业 (1)
- VxWorks (1)
- MySQL数据库 (1)
- 微处理器开发 (1)
- Internet/网络编程 (1)
- 百货/超市行业 (1)
- J2ME (1)
- 认证考试资料 (1)
- Windows编程 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 论文 (1)
- 手册 (1)
游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...
游戏 游戏开发数据结构Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For
游戏开发数据结构Data Structures for Game Programmers
The Goodies Directory contains all sorts of stuff. For example, there are the four
3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses),
and STLPort, which is one implementation of the Standard Template Library.
Also, ...
文章/文档 To review what a metaball is, and how to render them and to describe a new optimization I ve made
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change the
characteristic ...
其他 The basic principle using the branchand- bound strategy to solve the traveling salesperson optimiz
The basic principle using the branchand-
bound strategy to solve the traveling
salesperson optimization problem (TSP)
consists of two parts.
&#1048708 There is a way to split the solution space.
&#1048708 There is a way to predict a lower bound for a
class of solutions.
&#1048708 There is also a way ...
单片机开发 This product has been manufactured to your company’s specifications a part for use in your company’
This product has been manufactured to your company’s specifications a part for use in your
company’s general electronic products. It is guaranteed to perform according to delivery
specifications. For any other use apart from general electronic equipment, we cannot take
responsibility if the produc ...
VC书籍 This sample shows different ways of performing anti-aliasing - both by using only the native hardwa
This sample shows different ways of performing anti-aliasing - both by using only
the native hardware AA support, and by mixing the hardware modes with additional
supersampling. There are various ways in which the supersampled image can be
down-sampled. The way we do the downsampling in this example ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
Java编程 Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system devel
Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I ...
Java编程 What I am trying to introduce here is a full fledged Java Instant messenger, which has all the featu
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and JNI concepts. The challenges ...
VHDL/FPGA/Verilog Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel conversion, bit stuffing/unstuff
Very simple USB 1.1 PHY. Includes all the goodies: serial/parallel
conversion, bit stuffing/unstuffing, NRZI encoding decoding. Uses a
simplified UTMI interface. Currently doesn t do any error checking in
the RX section [should probably check for bit unstuffing errors].
Otherwise complete and fully ...