资源列表

« 1 2 ... .61 .62 .63 .64 .65 466.67 .68 .69 .70 .71 ... 1384 »

[编译器/词法分析BankOfComputing.cpp

说明: 本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos),求10为底的对数log,求2为底的对数ln,求e的指数幂exp,其参数也可以是合法的表达式; 计算器并能对表达式的合法性进行测试,错误的能给出表达式错误的信息。 ] 输入文件格式:第一行是一个正整数N,表示有多少行表达式。接下来的N行每一行是 一个表达式。表达式使用由浮点数(只用
<刘志兵> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[编译器/词法分析Parser

说明:本程序要求用户在控制台里输入非终极符,终结符与产生式,然后对用户输入的文法进行分析,得出first集 与follow 集,并打印出预测分析表用户决定是否继续进行句型分析,如继续则给出符号分析栈的实现,从而判断刚输入的句子是否为符合该文法的句子。 该程序遵循LL(1) 文法FIRST(A)的构造:是A的所有可能推导的开头终结符或可能的ε FOLLOW(A)是所有句型中出现在紧接A之后的非终结符或“#” 预测分析程序 构造LL(1)分
<刘志兵> 在 2024-10-13 上传 | 大小:6144 | 下载:0

[编译器/词法分析decompiler

说明:我自己写的flash player decompiler,不是幡汇编器,是反编译器,用来反编译swf文件的actionscr ipt,支持swf 6-I wrote it myself flash player decompiler, assembler not Hatabu is Decompiler to decompile the swf file actionscr ipt, support swf 6
<westwind1974> 在 2024-10-13 上传 | 大小:30720 | 下载:0

[编译器/词法分析Compiler

说明:这是一本编译原理的龙书,受到广泛学者的一直好评!本人也觉不错。-This is a Compilation Principle of Liuzhou book, by a wide range of scholars has been positive! I also feel good.
<榕源> 在 2024-10-13 上传 | 大小:38244352 | 下载:0

[编译器/词法分析DLL

说明:简单的语法分析器,本人的能力有限,实现过程中,有些条件没有真正实现,但是我认为我写的方法简单易懂!-Simple grammar analyzer, my limited ability to achieve the process, some of the conditions did not really realize, but I think I write easy-to-understand way!
<linda> 在 2024-10-13 上传 | 大小:4096 | 下载:0

[编译器/词法分析ComPil_Vb_Ana

说明:词法分析器-Lexical analyzer
<> 在 2024-10-13 上传 | 大小:1911808 | 下载:0

[编译器/词法分析ex_1

说明:语法分析程序,简易的,能应付编译原理作业。-Grammar analysis program, simple, and can cope with the principle of operation compiler.
<mengnan> 在 2024-10-13 上传 | 大小:25600 | 下载:0

[编译器/词法分析31110658445

说明:编译原理语义分析代码 ,有详细的实验报告,适合初学者学习-Principles of semantic analysis compiled code, a detailed experimental report, suitable for beginners to learn
<林峰> 在 2024-10-13 上传 | 大小:27648 | 下载:0

[编译器/词法分析cifafenxi

说明:这是编译原理此法分析器的简单代码,能实现基本的功能 -This is the principle of this method to compile a simple code analyzer that can realize the basic functions of
<林峰> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[编译器/词法分析13152747397

说明:词法分析器,里面有说明。用c语言写的,不错的。-Lexical analyzer, which has made it clear. Using c language, and good.
<潘岳> 在 2024-10-13 上传 | 大小:3072 | 下载:0

[编译器/词法分析fishs6

说明:用Q3D中的LUA脚本模拟的鱼的运动,Q3D是专门用于开发VR的平台,是一款非常不错的VR开发平台-Use of the LUA scr ipt Q3D simulation of the movement of fish, Q3D is dedicated to the development of VR platform is a very good development platform for VR
<yy> 在 2024-10-13 上传 | 大小:18432 | 下载:0

[编译器/词法分析N_DFA

说明:将正规式变成NFA的算法,如(a|b)*(aa|bb)(a|b)*-NFA into a formal style of the algorithms, such as (a | b)* (aa | bb) (a | b)*
<侯坤> 在 2024-10-13 上传 | 大小:3072 | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 466.67 .68 .69 .70 .71 ... 1384 »

源码中国 www.ymcn.org