搜索资源列表
扩充pl0文法编译器
- 对PL/0作以下修改扩充: (1)课内上机作业(考试前交报告): 增加单词:保留字 ELSE,FOR,TO, DOWNTO 运算符 +=,-=,++,-- 修改单词:不等号# 改为 <> 增加条件语句的ELSE子句 -right PL / 0 expansion for the following modifications : (1) the reverse on the plane operations (examination reports) : Increased word
linux——bits
- LINUX下逻辑运算符的应用-LINUX Logical Operators Application
C++Convert
- view plaincopy to clipboardprint? 标准c++中主要有四种强制转换类型运算符:
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
cifa
- 从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行)
ch01
- C++语言运算符重载章节的内容,能理解C++中运算符重载的需要性,掌握运算符重载的方法,能使用常用几种运算符的重载操作。
逆波兰表达式
- 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the e
RSA_FINAL
- RSA加密 大素数生成 运算符重载 -RSA encryption large prime number generator operator overloading
evaluation_translate
- 此程序使用算符优先法的语义分析方法实现了将赋值语句翻译为四元式的功能这种仅将{=,+,-,*,/}当做运算符,而将括号当做深度的变种算符优先法,很好控制,很容易就能翻译赋值语句。-This program uses operator precedence to achieve a semantic analysis to translate the quaternary assignment functions of this type only the {=,+,-,*,/} as opera
TemplateClass
- 运算符重载实现复数的加法运算的实例源码,很不错的vc源码,推荐!-Operator overloading to achieve complex examples of the addition operation code, source code vc very good, recommended!
operator
- 此程序是在linux下的对运算符进行重载,了解运算符重载.-This program is in the linux on the operator for overloading, operator overloading to understand.
C_Program1
- C语言程序,包括数据加密,使用比较运算符,统计大写字母和小写字母的数量,信息管理,银行储蓄- c language program , including data encryption, the use of comparison operators , the statistics the number of uppercase and lowercase letters , information management, the bank savings
Array
- 有关数组的综合编程,涉及类,运算符重载等内容,适合C++初学者!-Array programming, involving classes, operator overloading, etc., suitable for C++ for beginners!
MALAJ
- 简单计算器包括双目运算和单目运算功能。双目运算符包含基本的四则运算及乘幂功能,单目运算符包含正余弦,阶乘,对数,开方,倒数等运算。可对输入任意操作数,包括小数和整数及正数和负数进行以上的所有运算并能连续运算。出现错误会给出相应提示,同时包含清除,退格,退出功能以及有与所有按钮相对应的菜单项-Simple calculator includes a binary operator and a unary function. Binocular operator contains four basi
chapter5
- 一些小代码。包括语句,块和表达式的应用。数学、赋值、关系运算符的应用,if else语句应用举例,逻辑运算符举例。-Some small code. Statement block and expressions of the application. Application of mathematics, assignment, relational operators, if else statement application example, example of logical ope
Decode
- 使用Decode运算符.rar 使用Decode运算符.rar-Decode operator Decode operator. Rar rar use Decode operator. Rar
34546232
- 用运算符重载设计有理分数类,实现+、-、*、/等操作。 提示: 创建一个有理分数类Rational,有两个数据成员,一个构造函数,四个运算符重载函数,一个显示函数和一个约简函数。其中数据成员有分子numerator和分母denominator,构造函数可以避免分母为0,对不是约化型的分数进行约化。显示函数显示计算结果。约简函数对分数进行化简-Design a rational fraction class with operator overloading and achiev
03operator
- 重载运算符,实现两个分数相加,里面有详细的注释。- Realize two scores to add,using overloaded operators, where there is a detailed annotation
High-precision
- 进行过运算符重载,可以作为高精度类的模板直接调用-Operator overloading can be used as high-precision direct calls to the class template
Calculator
- C#计算器 Calculator源码+注释,参考价值大,此计算器源码记录操作运算符-C# Calculator Calculator source+ comments, reference value, this calculator source recording operation operator