搜索资源列表
C运算符优先级
- C语言的运算优先集的说明是一非常重要的参考手册-C language computing priority Set note is a very important reference manual
02_1
- 本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为-the procedures for lexical analysis : DOS interface input from the C his statement, and in the end, # (attention to the need to put an e
C++
- 构造函数 析构函数 拷贝构造函数 赋值运算符重载 的实例
type
- vba中的东西: 第一节 标识符 第二节 运算符 第三节 数据类型   第四节 变量与常量       第五节 数组   第六节 注释和赋值语句 第七节 书写规范
convert
- 后缀式转中缀式 将由数字和四则运算符组成的后缀表达式变换为中缀表达式。 输入的后缀表达式包含的运算符不超过15个。 要求转换后的中缀表达式中不应出现不必要的括号。例如, 整个表达式两端的括号要省略,不影响原计算顺序的括号要省 略。-Suffix-type switch-type will be made up of four numbers and the composition operator for suffix expressions transform inf
test15
- (1) 编写程序,用文件流操作文件,把实验14中的类数据存入文件中; (2) 编写程序,针对三个类实现“>>”运算符重载; (3) 编写程序,异常类来处理相关的错; -(1) programming, file with the file stream operations, experimental 14 class data stored in the file (2) write a program for the three classes " >
A-friend-function
- 一个用友元函数实现运算符重载的例子,对运算符进行重载定义,实现两个复数的四则运算-A friend function implementation example of operator overloading, the operator overloading definition, implement two complex arithmetic