搜索结果
找到约 156 项符合
ELSE 的查询结果
按分类筛选
- 全部分类
- 编译器/解释器 (27)
- 源码 (17)
- 单片机编程 (12)
- 其他 (8)
- 技术资料 (7)
- 汇编语言 (5)
- matlab例程 (5)
- 人工智能/神经网络 (5)
- Linux/Unix编程 (5)
- 书籍源码 (4)
- Java编程 (4)
- 数据结构 (4)
- 加密解密 (3)
- 书籍 (3)
- 开发工具 (2)
- Internet/网络编程 (2)
- VHDL/FPGA/Verilog (2)
- 系统设计方案 (2)
- 软件工程 (2)
- 软件设计/软件工程 (2)
- 网络 (2)
- Delphi控件源码 (2)
- 数学计算 (2)
- C/C++语言编程 (2)
- 嵌入式综合 (2)
- Jsp/Servlet (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- 设计相关 (1)
- 单片机开发 (1)
- SCSI/ASPI (1)
- Windows CE (1)
- Delphi/CppBuilder (1)
- 电子书籍 (1)
- CA认证 (1)
- 驱动编程 (1)
- 数值算法/人工智能 (1)
- 操作系统开发 (1)
- DSP编程 (1)
- 游戏 (1)
- 通讯编程文档 (1)
- Linux/uClinux/Unix编程 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 接口技术 (1)
- 软件 (1)
- 习题答案 (1)
- VIP专区 (1)
Internet/网络编程 软件测试:一个编译器测试软件
软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
其他 对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序
对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt ...
单片机开发 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句)
最高优先级编码器 8位相等比较器
三人表决器(三种不同的描述方式) 加法器描述
8位总线收发器:74245 (注2) 地址译码(for m68008)
多路选择器(使用select语句) LED七段译码
多路选择器(使用if-else语句) 双2-4译码器:74139
多路选择器(使用when-else语句) 二进制到BCD码转换
多路选择器 (使用case语 ...
网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A
接收pop3
Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message
Dim message, response As String
Dim msg As New Pop3Message
msg.bytes = rhs.bytes
msg.number = rhs.number
message = "RETR " + rhs.number.ToString + vbCrLf
write(message)
response = Respond()
If response.Substring(0, 3 ...
编译器/解释器 词法分析器的构造方法
词法分析器的构造方法,词法分析器能够识别一些关键字(如if,else等)词法分析器能够识别一些运算符(如+,-,*,/等)词法分析器能够识别标识符
matlab例程 Frequency Scale Conversion From f To f Scale frq2mel mel2frq mel The mel scale is based on the hu
Frequency Scale Conversion
From f To f Scale
frq2mel mel2frq mel The mel scale is based on the human perception of sinewave pitch.
frq2erb erb2frq erb The erb scale is based on the equivalent rectangular bandwidths of the human ear.
frq2midi midi2frq midi The midi standard specifies a numbering o ...
编译器/解释器 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集
在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。
PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为 ...
系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言
1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
软件工程 软件工程方法Prefactoring Prefactoring, in essence, is the art of applying the insights gleaned from previ
软件工程方法Prefactoring
Prefactoring, in essence, is the art of applying the insights gleaned from previous experience (whether yours or someone else s) when developing software to new projects. Doing so will likely save you from making costly design changes midstream--and maybe even save your job! ...
Java编程 The project Adventure is a simple text-based adventure game. The game, as given, involves the hero t
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...