搜索结果
找到约 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)
其他 Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions
Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions instead of Gaussian. The images do not need to be aligned.
VHDL/FPGA/Verilog This approach, we feel, came very close to obtaining an image from the camera OV7620. Before we trie
This approach, we feel, came very close to obtaining an image from the camera OV7620. Before we tried to capture a camera signal, we successfully transferred a test image from the FPGA s onboard RAM modules through RS232 to the PC program. This file do it.
VHDL/FPGA/Verilog Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t
Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the obje ...
Java编程 f you have not registered, Please [regist first].You should upload at least five sourcecodes/documen
f you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to
FlashMX/Flex源码 f you have not registered, Please [regist first].You should upload at least five sourcecodes/documen
f you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to
文件格式 Please read your package and describe it at least 40 bytes in English. System will automatically de
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
VC书籍 If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood,"
If you are a C++ programmer who desires a fuller understanding of what is going on "under the hood," then Inside the C++ Object Model is for you!
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary ge ...
其他 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序
实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。
c.1词法分析
c.1.1实验目的
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
c.1.2实验要求
c.1.2.1待分析的简单语言的词法
(1) 关键字:
begin if then while do ...