-
Pascal 到C的转换器
Pascal 到C的转换器 -Converter from Pascal to C
- 2022-04-01 08:29:33下载
- 积分:1
-
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示...
这是一个文法分析器,很方便,只要输入句子,程序会自动分析,如果错误也会提示-It s a grammer analyzer,which is convenience,if you input sentence,program will automatic analyse and clue to if it is error.
- 2023-02-26 14:45:03下载
- 积分:1
-
NT上的Perl解释器
NT上的Perl解释器 -Perl interpretor on NT
- 2022-12-18 19:10:03下载
- 积分:1
-
简单的c词法分析器,能分析出整数,标志符,保留字等。
简单的c词法分析器,能分析出整数,标志符,保留字等。-easy wordedit
- 2022-04-09 03:29:37下载
- 积分:1
-
Libboost_regex regular expression
基于libboost_regex的正则表达式测试程序,可用于入门者的参考代码。-Libboost_regex regular expression-based test procedure can be used for a reference code for beginners.
- 2022-03-21 21:31:53下载
- 积分:1
-
a C language compiler source code, written in the Eastern foreigners, generating...
一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
- 2023-03-13 21:30:04下载
- 积分:1
-
脚本处理控件源码,支持的脚本格式有:Pascal,C++,JScript,Basic
脚本处理控件源码,支持的脚本格式有:Pascal,C++,JScript,Basic- Script processing controls the source code, supports the script
form includes: Pascal, C, JScript, Basic
- 2022-07-08 18:59:14下载
- 积分:1
-
词法分析程序,可对以下的C源程序进行分析
词法分析程序,可对以下的C源程序进行分析:main() {int a[12] ,sum for(i=1 i=1 j--){ if(i==j&&i+j==13)sum+=a[i][j] } } printf("%c",sum) }-lexical analysis procedures, right below the C source code analysis : main () (int a [12] [12], the sum for (i = 1 ilt; I = 12) (for (j = 1 JLT; J = 12) Scanf ( "% d", a [i] [j])) for (i = 12 IGT; a = i--) (for (j = 12 IGT; = 1 j--) (if (i == ji j == 13) sum = a [i] [j])) printf ( "% c", sum
- 2022-07-19 15:44:58下载
- 积分:1
-
强大的反
强大的Java反编译程序。能编译多个,甚至整个jar文件,具体的就不多说了。用就知道了-Powerful anti-Java compiler. Be able to build multiple, or even the entire jar file is not more specific on that. Used to know ..
- 2023-08-02 16:00:04下载
- 积分:1
-
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include<st...
C语言词法分析器 by wpc_LK
这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢!
示例语句
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
输入 exit 退出程序。-C language lexical analyzer by wpc_LK
This is a simple lexical analyzer can t avoid that there re some errors here,please correct, thank you!
for exzample:
include
int main{
int a=3,b=4,c
if((a+b)==7)c=1
else c=0
return 0 }
input exit quit the program.
- 2022-01-22 06:15:36下载
- 积分:1