搜索结果
找到约 353 项符合
then 的查询结果
按分类筛选
- 全部分类
- 其他 (29)
- Java编程 (21)
- 书籍 (21)
- matlab例程 (20)
- 单片机编程 (17)
- 编译器/解释器 (14)
- 其他书籍 (13)
- 单片机开发 (12)
- 人工智能/神经网络 (10)
- 汇编语言 (10)
- Java书籍 (9)
- 软件设计/软件工程 (8)
- VC书籍 (8)
- DSP编程 (8)
- 模拟电子 (7)
- Linux/Unix编程 (7)
- 技术资料 (7)
- 数学计算 (6)
- 通讯/手机编程 (6)
- 微处理器开发 (6)
- Delphi控件源码 (5)
- 嵌入式/单片机编程 (5)
- 技术管理 (5)
- 通讯编程文档 (5)
- 驱动编程 (4)
- 数据结构 (4)
- 其他嵌入式/单片机内容 (4)
- 系统设计方案 (4)
- 数值算法/人工智能 (4)
- JavaScript (4)
- 软件工程 (4)
- VHDL/FPGA/Verilog (4)
- 电源技术 (3)
- 网络 (3)
- 行业发展研究 (3)
- SCSI/ASPI (3)
- 书籍源码 (3)
- SQL Server (3)
- J2ME (3)
- 可编程逻辑 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- GPS编程 (2)
- 文件格式 (2)
- 压缩解压 (2)
- 游戏 (2)
- 加密解密 (2)
- 编辑器/阅读器 (2)
- 软件 (2)
- 其他 (2)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 医药行业 (1)
- Modem编程 (1)
- STL (1)
- 邮电通讯系统 (1)
- 文章/文档 (1)
- 金融证券系统 (1)
- 3G开发 (1)
- BREW编程 (1)
- 中间件编程 (1)
- 语音压缩 (1)
- Jsp/Servlet (1)
- 手册 (1)
- 论文 (1)
- VIP专区 (1)
微处理器开发 The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processi
The OpenMAX DL (Development Layer) APIs contain a comprehensive set of audio, video, signal processing function primitives which can be implemented and optimized on various CPUs and hardware engines and then used for accelerated codec functionality. API functions target key algorithms in such codecs ...
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 ...
通讯编程文档 data are often used interchangeably, they are actually very different. Data is a set of unrelated in
data are often used interchangeably, they are actually very different. Data is a set of unrelated information, and as such is of no use until it is properly evaluated. Upon evaluation, once there is some significant relation between data, and they show some relevance, then they are converted into in ...
通讯编程文档 as a message came into prominence with the publication in 1948 of an influential paper by Claude Sha
as a message came into prominence with the publication in 1948 of an influential paper by Claude Shannon, "A Mathematical Theory of Communication." This paper provides the foundations of information theory and endows the word information not only with a technical meaning but also a measure. If the s ...
其他 实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序
实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。
c.1词法分析
c.1.1实验目的
设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。
c.1.2实验要求
c.1.2.1待分析的简单语言的词法
(1) 关键字:
begin if then while do ...
编译器/解释器 设计题三:条件语句的语法分析及语义分析程序设计。 1.目的 通过设计、编制、调试一个语法及语义分析程序
设计题三:条件语句的语法分析及语义分析程序设计。
1.目的
通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。
2.设计内容及要求
IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉
其中
(1)可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选 ...
其他书籍 A pdf regarding, reading of bar codes from mobile phones. All types of bar codes can be read from th
A pdf regarding, reading of bar codes from mobile phones. All types of bar codes can be read from the mobile phones. It includes the details regarding, how to convert the bar codes into appropriate formats and then to verify it for the geniality.
Jsp/Servlet asp实现限制一个ip只能访问一次的方法
asp实现限制一个ip只能访问一次的方法
<%&nbsp;
'/////////////////////////////////////////////////////&nbsp;
'// //&nbsp;
'//作用:一个IP地址只允许访问本页一次 //&nbsp;
'//引用:<!-- #include file="Check_Ip.asp" --> //&nbsp;
'// //&nbsp;
'/////////////////////////////////////////////////////&nbsp; ...
软件 RVDS2.2破解工具
RealView Developer Suite v2.2 破解 (2009-12-11)
&nbsp;使用RealView Developer Suite v2.2,传说中的RVDS 2.2,破解也有问题,经过我琢磨。
&nbsp;
破解步骤修改如下:
1)用generate产生license file (注意自己的系统时间 &nbsp; 最好是真实的当前时间,如果时间比较旧的话,产生的license file 将不能注册。license ...
软件 PL0语言设计一个词法分析器
PL0语言是与pascal类似的语言,但是比pascal语言的词法、语法更加严格苛刻。
在PL0语言中,只有五种类型的单词:关键字、用户自定义标识符、数字、特殊符号以及非法标识符。
根据题目给出的PL0的文法,关键字只有如下几个:
Const——用来声明常量;
Var——用来声明变量;
Procedure——用来声明过程;
...