Location:
Search - goto
Search list
Description: 12个保护模式教程实例// 源代码// C & ASM// 英文-12 protection mode tutorial examples / / source / / C ASM / / English
Platform: |
Size: 86545 |
Author: 李志海 |
Hits:
Description: ergydfhgdfhggfhg 一.实验目的
二.实验内容
三、程序简要说明
原 文 : C语言词法分析器的设计与实现
一.实验目的:
1.强化对系统软件综合工程实现能力、规划能力的训练;
2.加强对词法分析原理、方法和基本实现技术的理解;
二.实验内容:
用C语言(或 C++ )作为宿主语言完成:
C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。
三、程序简要说明:
1、属性字说明:
共9种
KEYWORD: 关键字
\"auto\",\"break\",\"case\",\"char\",\"const\",\"continue\",
\"default\",\"do\",\"double\",\"else\",\"enum\",\"extern\",
\"float\",\"for\",\"goto\",\"if\",\"int\",\"long\",\"register\",
\"return\",\"short\",\"signed\",\"sizeof\",\"static\",\"struct\",
\"switch\",\"typedef\",\"union\",\"unsigned\",\"void\",
\"volatile\",\"while\",\"include\",\"define\"
共34个
详见IsKeyWord()函数
NUMBER: 数字
包括十进制整数,八进制整数,二进制整数,十六进制整数
还可返回几种错误
详见IsNumber()函数
CONSTANT: 常量
宏定义标识符,不识别C++关键字const,简单处理一层宏定义。
详见IsDefined()函数
......
关键词 : 计算机 编译原理 c语言 词法分析器-ergydfhg gfhg one. Experiment 2. Experiment 3, procedures brief description of the original : C language lexical analyzer Design and Implementation of a. The experiment : 1. To strengthen the integrated system software engineering, planning capacity of training; 2. Lexical analysis on principle, and basic understanding of the technology; 2. Experiment : C (or C) as the host language completed : C language (ANSI C or Turbo C 2.0) lexical analyzer design and implementation. 3, brief description of procedures : 1, the word attribute : a total of nine species KEYWORD : keyword "auto" "break" and "case", "char", "const", "continue", "default", "do", "double", "else", "enum" "ext
Platform: |
Size: 1214 |
Author: 天空 |
Hits:
Description: 一.实验目的
二.实验内容
三、程序简要说明
原 文 : C语言词法分析器的设计与实现
一.实验目的:
1.强化对系统软件综合工程实现能力、规划能力的训练;
2.加强对词法分析原理、方法和基本实现技术的理解;
二.实验内容:
用C语言(或 C++ )作为宿主语言完成:
C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。
三、程序简要说明:
1、属性字说明:
共9种
KEYWORD: 关键字
\"auto\",\"break\",\"case\",\"char\",\"const\",\"continue\",
\"default\",\"do\",\"double\",\"else\",\"enum\",\"extern\",
\"float\",\"for\",\"goto\",\"if\",\"int\",\"long\",\"register\",
\"return\",\"short\",\"signed\",\"sizeof\",\"static\",\"struct\",
\"switch\",\"typedef\",\"union\",\"unsigned\",\"void\",
\"volatile\",\"while\",\"include\",\"define\"
共34个
详见IsKeyWord()函数
NUMBER: 数字
包括十进制整数,八进制整数,二进制整数,十六进制整数
还可返回几种错误
详见IsNumber()函数
CONSTANT: 常量
宏定义标识符,不识别C++关键字const,简单处理一层宏定义。
详见IsDefined()函数
......
关键词 : 计算机 编译原理 c语言 词法分析器-one. Experiment 2. Experiment 3, procedures brief description of the original : C language lexical analyzer Design and Implementation of a. The experiment : 1. To strengthen the integrated system software engineering, planning capacity of training; 2. Lexical analysis on principle, and basic understanding of the technology; 2. Experiment : C (or C) as the host language completed : C language (ANSI C or Turbo C 2.0) lexical analyzer design and implementation. 3, brief description of procedures : 1, the word attribute : a total of nine species KEYWORD : keyword "auto" "break" and "case", "char", "const", "continue", "default", "do", "double", "else", "enum" "extern", "
Platform: |
Size: 1214 |
Author: 天空 |
Hits:
Description: DS18B20和PIC单片机通讯源程序
DS18B20和PIC单片机通讯源程序
--------------------------------------------------------------------------------
PIC单片机 www.pic16.com
ORG PIC54
GOTO MAIN
ORG 0-DS18B20 and PIC source DS18B20 communications and communications PIC source ------------------------------------ -------------------------------------------- PIC www.pic16. com ORG PIC54 MAIN ORG 0 GOTO
Platform: |
Size: 3788 |
Author: 李越 |
Hits:
Description: 批处理文件有时很有用
扩展名是bat(在nt/2000/xp/2003下也可以是cmd)的文件就是批处理文件。
首先批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好象我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。
其次,批处理文件是一种简单的程序,可以通过条件语句(if)和流程控制语句(goto)来控制命令运行的流程,在批处理中也可以使用循环语句(for)来循环执行一条命令。当然,批处理文件的编程能力与C语言等编程语句比起来是十分有限的,也是十分不规范的。批处理的程序语句就是一条条的DOS命令(包括内部命令和外部命令),而批处理的能力主要取决于你所使用的命令。
-batch file sometimes useful extension is bat (in the under NT/2000/XP/2003 it is cmd) of the document is batch file. First batch file is a text file, this document each trip are a DOS command (most of the time as if we re in the DOS prompt implementation of fate Like so OK), you can use the Edit DOS or Windows Notepad (notepad) any paper this document editing tools to create and modify batch file. Secondly, the batch file is a simple procedure, through a conditional statement (if), and flow control statements (goto) to control the operation of the order flow also in the batch cycle statements can be used (for) to the implementation of an order cycle. Of course, the batch file with the programming capabilities C programming language compared statement is very limited and also very irregul
Platform: |
Size: 9892 |
Author: grant |
Hits:
Description: 1. PL/0 语言介绍
●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。
●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL
Platform: |
Size: 513232 |
Author: 与非门 |
Hits:
Description: the sleep file .the program is used to goto sleep mode.-the sleep file. The program is used to goto's leep mode.
Platform: |
Size: 40249 |
Author: taowei |
Hits:
Description: 老师说goto打乱了程序的结构,可是有时候它简单啊,还可以改进我们的算法为什么不用呢?这是对C++实现排列的序数法的改进.-teacher said goto disrupt the structure of the program, but sometimes it simple ah, We can also improve the algorithm Why not? This is the realization of C with a sequential method improvements.
Platform: |
Size: 7888 |
Author: 刘玉训 |
Hits:
Description: VB做的goto的一个经典的例子!!!
VB做的goto的一个经典的例子-VB do goto a classic example! ! ! VB do goto a classic example!
Platform: |
Size: 1438 |
Author: WJL |
Hits:
Description: 大厦游览图,通过命令行来实现
System.out.println(\"where 显示当前在什么地方\")
System.out.println(\"list 列出当前位置的物品\")
System.out.println(\"list allspots 列出大厦内所有地点\")
System.out.println(\"list spots 列出当前位置附近的地点\")
System.out.println(\"list goods 列出当前位置的物品\")
System.out.println(\"goto someplace 到另一个地点\")
System.out.println(\"look somegoods 查询某个物品是否在当前地点\")
System.out.println(\"help 命令行帮助\")
System.out.println(\"exit 退出命令行\")
Platform: |
Size: 9810 |
Author: 陈建湘 |
Hits:
Description: 第三章 程序流程控制
主要内容1、if…else…选择语句。
2、条件运算符。
3、SWITCH开关分支语句。
4、逻辑运算符。
5、循环语句。
6、自增自减运算。
7、break、continue、goto语句
8、运算符的优先级、结合性。
Platform: |
Size: 1102108 |
Author: wsy |
Hits:
Description: 这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。
Platform: |
Size: 10737 |
Author: 严锐 |
Hits:
Description: 这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。-The C++ Procedures, can be converted, such as Fortran 77 program to the C++ Available procedures and, of course, some exceptions, such as Fortan in the FORMAT statement, as well as the goto statement may make your code very long. You can configure to allow the conversion process for bulk conversion of the language.
Platform: |
Size: 10240 |
Author: 严锐 |
Hits:
Description: LR 语法分析 ACTION GOTO 表-LR parsing ACTION GOTO table
Platform: |
Size: 2048 |
Author: cultsharp |
Hits:
Description: goto matlab function
Platform: |
Size: 5120 |
Author: gabriel86 |
Hits:
Description: goto loop in matlab
Platform: |
Size: 9216 |
Author: Parameswari |
Hits:
Description: we can use goto function in matlab.
Platform: |
Size: 9216 |
Author: KUNDAN KUMAR |
Hits:
Description: This matlab codes describe how to use goto in matlab. In addition, there are a lot examples describe how to use it.-This is matlab codes describe how to use goto in matlab. In addition, there are a lot examples describe how to use it.
Platform: |
Size: 9216 |
Author: feras |
Hits:
Description: local byref variable val is in the scope of this goto.
Platform: |
Size: 2048 |
Author: denfjcu |
Hits:
Description: 4个案例,分别围绕goto循环和dowhile循环展开讲述。程序中有说明(The 4 case is about goto cycle and dowhile cycle respectively. There are instructions in the program)
Platform: |
Size: 30720 |
Author: qianbianzhu |
Hits: