搜索资源列表
mycompile
- 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
sy2
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值-Reading the course of the preparation of a word, from the input source program to identify the meaning of each word is an independent, that is the basic reserved words,
huawei_training
- 华为内部关于程序设计的一些规范,主要在标识符的命名,程序可读性,可测性,以及程序的效率和质量进行叙述.-Huawei internal program design on a number of norms, mainly in the identifier name, the program readability, testability, as well as the procedures described in the efficiency and quality.
2
- 汇编语言使用过程中 一些主要的标识符 语句 很重要的 总结-Assembly language using some of the key identifier statement summed up a very important
AG
- 编制一个能够分析三种整数、标识符、主要运算符和主要关键字的词法分析程序。-The preparation of a can analyze the three integers, identifiers, the main operator and the main keywords lexical analysis program.
jisuanqi
- 一个基于表达式求值的科学计算器,C++,MFC,支持四种进制的数在一个表达式中同时出现的进制混合运算(除十进制外的各进制数不限于整数,如12d.3axh,xh是我的计算类所能识别的十六进制数的标识符);且程序做得也比较精细(如制作了鼠标键盘、窗口跟随、计算历史查看等)。-Expression based on the evaluation of the scientific calculator, C++, MFC, in support of a number of four-band exp
LinesCaculate
- 自己写的一个很实用的源代码行数统计工具,可以统计物理行数、逻辑行数及注释行数,支持自定义单行及多行注释标识符,并且支持多文件一起统计。-A very useful source code line number of statistical tools writon by myself, you can visit a number of statistical physics, the logic of the number of rows and rows notes in support
softhy107a
- 网站程序更新说明: 露珠网站是一个以文章类、下载类、图片类、动画类、视频类为主的综合网站。我们的目标:麻雀虽小(420kb),五脏俱全!致力于打造互联网上程序最小功能齐全的网站源码,只要你会打字就会做网站和管理网站。任何个人和组织不得用于商业用途,本网站专业为你订做网站。 1.前台更换模板为芳香柑菊. 2.修正文章分页标识符. 3.修正tudou播放器问题. 4.关于操作系统是ntfs的不能运行露珠cms的说明,请看官方相关文章. 5.还有一些记不清,请看我的网站的演示吧. -The web
cifafenxiqi
- 在source_r.txt文件中写入源程序,对此程序进行语法分析,识别出关键字、标识符、分解符、运算符、常数。最后输出二元式。-Source_r.txt document written in the source, this procedure syntax analysis, identify keywords, identifiers, decomposition operators, operators, constants. Finally the output binary type
jinchengdiaodu
- 进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ -Process identifier*/int prio /* process priority number*
LL1
- 编译原理的,关于 标识符词法分析程序的设计-Compile principle, with regard to the design of the identifier lexical analysis programs
cifafenxiqi6
- 该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter =
MemoryAllocation
- 检验标识符是否合法(动态数组) 根据C语言标识符是否合法的程序 主要联系动态分配内存的使用-Memory Allocation
blocks
- SYBASE参考手册 第一卷:构件块 “构件块”介绍Transact-SQL的“构件”:数据类型、内部函数、表达式和标识符、保留字,以及SQLSGTATE错误。-SYBASE Reference Manual Volume I: building blocks " building blocks" introduced Transact-SQL' s " building blocks" : data types, internal functio
Cpp4
- 词法分析器,输出二元式,显示内容为字符值和字符标识符-Lexical analyzer, the output binary type, display the character values and character identifier
02
- /* 十进制输出 */ printf("int_a = #o\n",int_a) /* 带标识符八进制输出 */ printf("int_a = #x\n",int_a) /* 带标识符十六进制输出 */ printf("char_e = c\n",char_e) /* 字符输出 */ printf("float_pi = f\n",float_pi) /* 实型输出 */ printf("double_g = 15.14g\n",double_pi) /* 15位
03
- /* 十进制输出 */ printf("int_a = #o\n",int_a) /* 带标识符八进制输出 */ printf("int_a = #x\n",int_a) /* 带标识符十六进制输出 */ printf("char_e = c\n",char_e) /* 字符输出 */ printf("float_pi = f\n",float_pi) /* 实型输出 */ printf("double_g = 15.14g\n",double_pi) /* 15位
Analisis-words-about-identify
- 实验一词法分析1.实验目的:掌握简单识别程序的分析、设计与实现的基本技术与一般方法。 2.实验内容:假设某种语言标识符由下划线或字母开头的字母数串,编写它的识别程序。对它的其所有字符进行逐个判断,分别输出标识符和非标识符。 3.实验步骤: (1)分析: 程序输入一个字符串,对它的其所有字符进行逐个判断,分别输出标识符和非标识符。 -Analisis words about identify the chars1 experiment: analysis, design a
KeyAnalysis
- 识别cpp文件中的关键字,标识符,分界符,注释-Cpp file identification of keywords, identifiers, delimiters, comments
Cpp1
- 编译原理词法分析器,无需调试直接通过,主要可以针对计算机进行关键字,标识符,常数,界符等等的识别,划分。-Compiler theory lexical analyzer, without debugging directly through the main computer can target keywords, identifiers, constants, etc. delimiters identification division.