文件名称:Simple_Compiler
介绍说明--下载内容来自于网络,使用问题请自行百度
程序功能:实现对一些简单语句的解释运算。支持的运算种类:
int a(这种情况下a=0)
int a,45
int b,44
a=a+b
a=a-b
a=a*b
a=a/b
string str(str为空)
string str1,hello!
string str2,like
str=str1+str2
input str
input a
print str
print a
输入文件:输入“file”命令,随后输入文件路径
读取命令行参数:在命令的后面紧跟文件路径,个数不限(This program can realize some simple expression(newly created). It's like the command line in MATLAB, and it can also read lines from local documents.)
int a(这种情况下a=0)
int a,45
int b,44
a=a+b
a=a-b
a=a*b
a=a/b
string str(str为空)
string str1,hello!
string str2,like
str=str1+str2
input str
input a
print str
print a
输入文件:输入“file”命令,随后输入文件路径
读取命令行参数:在命令的后面紧跟文件路径,个数不限(This program can realize some simple expression(newly created). It's like the command line in MATLAB, and it can also read lines from local documents.)
相关搜索: 解释器
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Compiler.c | 9751 | 2017-11-26 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.