搜索结果
找到约 544 项符合
do 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (40)
- 单片机开发 (26)
- 书籍 (25)
- 技术资料 (25)
- 编译器/解释器 (24)
- 单片机编程 (22)
- matlab例程 (22)
- 其他 (21)
- Java编程 (21)
- VC书籍 (16)
- Java书籍 (14)
- 通讯编程文档 (14)
- 书籍源码 (12)
- 电源技术 (10)
- 汇编语言 (10)
- 电子书籍 (9)
- 驱动编程 (9)
- VHDL/FPGA/Verilog (9)
- 可编程逻辑 (8)
- 数学计算 (8)
- 软件工程 (8)
- 压缩解压 (7)
- 加密解密 (7)
- Linux/Unix编程 (7)
- 其他嵌入式/单片机内容 (7)
- 软件设计/软件工程 (7)
- 源码 (7)
- SQL Server (6)
- 网络 (6)
- 文件格式 (5)
- 数据结构 (5)
- Jsp/Servlet (5)
- 文章/文档 (5)
- Delphi控件源码 (5)
- 教程资料 (4)
- 多国语言处理 (4)
- 人工智能/神经网络 (4)
- 操作系统开发 (4)
- 嵌入式/单片机编程 (4)
- 系统设计方案 (4)
- 技术管理 (4)
- 通讯/手机编程 (4)
- Internet/网络编程 (3)
- 其他数据库 (3)
- 家庭/个人应用 (3)
- 人物传记/成功经验 (3)
- 游戏 (3)
- 微处理器开发 (3)
- DSP编程 (3)
- 模拟电子 (2)
- 无线通信 (2)
- 技术书籍 (2)
- 开发工具 (2)
- J2ME (2)
- Delphi/CppBuilder (2)
- 行业发展研究 (2)
- Applet (2)
- USB编程 (2)
- FlashMX/Flex源码 (2)
- 数值算法/人工智能 (2)
- 其他行业 (2)
- JavaScript (2)
- 编辑器/阅读器 (2)
- 嵌入式综合 (2)
- 学术论文 (1)
- 多媒体处理 (1)
- allegro (1)
- 开关电源 (1)
- C/C++语言编程 (1)
- PCB相关 (1)
- 测试测量 (1)
- 仿真技术 (1)
- Symbian (1)
- 生物技术 (1)
- Windows CE (1)
- 嵌入式Linux (1)
- MTK (1)
- 数据库系统 (1)
- Oracle数据库 (1)
- 传真(Fax)编程 (1)
- 医药行业 (1)
- 中间件编程 (1)
- MySQL数据库 (1)
- 并行计算 (1)
- 企业管理 (1)
- Windows编程 (1)
- 源码/资料 (1)
- 工业控制 (1)
- 接口技术 (1)
- 图形图像 (1)
- 软件 (1)
- 教程 (1)
- VIP专区 (1)
单片机开发 AMOP 0.3 is an Automatic Mock Object for C++. By using ABI and template techniques, it can simulate
AMOP 0.3 is an Automatic Mock Object for C++.
By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not support in C++ .
The main differences between AMOP and other mock object library is that, users DO NOT need to implement the interface of the object which ...
Linux/Unix编程 fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be releas
fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas.
fwknop implements network access controls (via iptables) based on a flexible port knocking mini-language, but with a twist it combines port ...
人工智能/神经网络 * Lightweight backpropagation neural network. * This a lightweight library implementating a neura
* Lightweight backpropagation neural network.
* This a lightweight library implementating a neural network for use
* in C and C++ programs. It is intended for use in applications that
* just happen to need a simply neural network and do not want to use
* needlessly complex neural network librar ...
操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************
int main(int argc,char *argv[])
{
char ch
while(true)
{
printf("*************************************\n")
printf(" 1.Reader Priority\n")
printf(" 2.Writer Priority\n")
printf(" 3.Exit to Windows\n")
printf("*************************************\n")
printf("Enter your choice(1,2, ...
编译器/解释器 词法分析 1 试验目的 设计,编制并调试一个此法分析程序,加深对此法分原理的理解. 2 试验要求 1)待分析的简单语言的词法 * 关键字: begin if then whi
词法分析
1 试验目的
设计,编制并调试一个此法分析程序,加深对此法分原理的理解.
2 试验要求
1)待分析的简单语言的词法
* 关键字:
begin if then while do end
所有关键字都是小写.
2)运算符和界符:
: = + * - / < <= <> > >= = ( ) #
3)其他单词是标识符(ID)和整数型常数(NUM),通过一下正规式定义:
ID=letter (l ...
书籍源码 The NCTUns network simulator and emulator is developed at NCTU, Taiwan. Its predecessor is the Harva
The NCTUns network simulator and emulator is developed at NCTU, Taiwan. Its predecessor is the Harvard network simulator (invented by Prof. S.Y. Wang in 1999).
By using a novel simulation methodology, it can do several tasks that traditional network simulators cannot easily do.
其他嵌入式/单片机内容 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI
此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。
游戏 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 ...
VHDL/FPGA/Verilog The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontro
The Synthetic PIC
Verion 1.1
This a VHDL synthesizable model of a simple PIC 16C5x microcontroller.
It is not, and is not intended as, a high fidelity circuit simulation.
This package includes the following files. Note that the license agreement
is stated in the main VHDL file, PICCPU.VHD and com ...
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 ...