搜索结果
找到约 99 项符合
done 的查询结果
按分类筛选
- 全部分类
- 电子书籍 (7)
- 其他 (6)
- Linux/Unix编程 (5)
- 单片机开发 (4)
- 其他书籍 (4)
- VHDL/FPGA/Verilog (4)
- 文章/文档 (4)
- 通讯编程文档 (4)
- 压缩解压 (4)
- 数学计算 (4)
- 技术资料 (4)
- 单片机编程 (3)
- matlab例程 (3)
- Java编程 (3)
- 书籍 (3)
- 可编程逻辑 (2)
- 嵌入式/单片机编程 (2)
- 微处理器开发 (2)
- 数值算法/人工智能 (2)
- 行业发展研究 (2)
- MySQL数据库 (2)
- 通讯/手机编程 (2)
- 教程资料 (1)
- 嵌入式综合 (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- 汇编语言 (1)
- Windows CE (1)
- VC书籍 (1)
- 嵌入式Linux (1)
- 系统设计方案 (1)
- 人物传记/成功经验 (1)
- 中间件编程 (1)
- uCOS (1)
- DSP编程 (1)
- Internet/网络编程 (1)
- 软件工程 (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 软件设计/软件工程 (1)
- 其他嵌入式/单片机内容 (1)
- 能源行业(电力石油煤炭) (1)
- 操作系统开发 (1)
- Ajax (1)
- Java书籍 (1)
单片机开发 ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether ...
Linux/Unix编程 Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pang
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed however, most of the work on Pango so far has been done using
the GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handli ...
微处理器开发 Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -
Flex chip implementation
File: UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset - FLEX_PB1
Input n - FLEX_SW switches 1 to 8
Output:
Countdown - two 7-segment LEDs.
Done light - decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset switch.
See the count ...
电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra
The literature of cryptography has a curious history. Secrecy, of course, has always played a central
role, but until the First World War, important developments appeared in print in a more or less
timely fashion and the field moved forward in much the same way as other specialized disciplines.
A ...
数值算法/人工智能 anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce
anb 版的LBM程序 This code was written to show beginners in a simple and
c short way the relevant procedures of a lattice Boltzmann solver,
c pointing on how everything works "in principle". Nearly all
c procedures could be implemented other (and better) as it is done
c here, and even the algorithm ...
电子书籍 This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size
This sample is a simple example on how to perform a glow effect by rendering into
an arbitrary size Frame Buffer Object (FBO).
The Glow effect is performed on a specific part of the screen and can be done only
on specific objects of the scene.
You can imagine using such a postprocessing effect in CA ...
其他 Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard
Custom Visual Basic Packager and Installer for Visual Basic Developers. This is a group of standard exe projects
1. Packager 2. Setup1
The packager works like Visual basic Application deployment Wizard. And the setup1 project is used for the installation of the package. This project demonstrates how ...
行业发展研究 The existence of numerous imaging modalities makes it possible to present different data present in
The existence of numerous imaging modalities makes it possible to present different data present in different modalities together thus forming multimodal images. Component images forming multimodal images should be aligned, or registered so that all the data, coming from the different modalities, ar ...
压缩解压 SPIHT coding implementation. using wavelet transforms as a key tool. compression and decoding is don
SPIHT coding implementation. using wavelet transforms as a key tool. compression and decoding is done using SPIHT algorithm.
技术管理 if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are don ...