搜索资源列表
运算符重载
- vc运算符重载,能对不同对象进行+,-,*,/等的运算-vc Operator, can be on different subjects such as arithmetic ,-,*,/
重载运算符
- 包含运算符重载的几个算法。很不错哦!-contains Operator several algorithms. Very good!
3.5.4提取和插入运算符重载
- 提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type
C++运算符重载源程序
- C++运算符重载源程序,各种符号“+”“-”“=”重载的实例
运算符重载
- 源于c++中的运算符重载。
实现一个complex class.(数学里的复数)运算符的重载
- 实现一个complex class.(数学里的复数)运算符的重载
运算符重载
- vc运算符重载,能对不同对象进行+,-,*,/等的运算-vc Operator, can be on different subjects such as arithmetic ,-,*,/
重载运算符
- 包含运算符重载的几个算法。很不错哦!-contains Operator several algorithms. Very good!
3.5.4提取和插入运算符重载
- 提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type
array111111111
- 用C++实现运算符重载的例子,包含所有文件信息。-C achieve Operator example, the document contains all the information.
MyString20060704
- 我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
overload
- 简单的运算符重载,c++环境下实现的,对于初学者比较有帮助-simple operator overloading, c environment to achieve, and for more help beginners
p10
- 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看-Original C++ The matrix type, there are many operator overloading, it is simple, but easy to use, good-looking
studentgradeinformationmanagement
- 定义学生类Student,包含学生姓名、学号、3门或更多门课程的成绩以及对这些成员的操作; 2. 定义Student的对象数组,然后录入学生信息并显示到屏幕,同时保存到文件; 3. 从文件读取数据并查询、修改和统计学生成绩。 4. 在录入信息前要有提示信息。 5. 屏幕输出和文件存取时可使用>>、<<运算符重载或用I/O流对象引用作参数的成员函数实现。*/-The definition of ca
exp
- 我的实习作业,vc++ 6写的,一些小程序,如运算符重载,每句等等。-My internship operation, vc++ 6 written some small programs, such as operator overloading, and so every.
shijain
- 单目运算符“++”重载为成员函数形式。通过重载运算符的方式来计算并显示24小时制时间-Monocular operator "++" heavy-duty as a member function. Through the use of ordinary adder operator overloading approach to calculating and display 24-hour time
Vector
- 定义一个向量类,重载运算符,完成向量的运算。(Define a vector class, overloading operator, complete the operation of the vector.)
矩阵
- 有两个矩阵a,b,均为2行3列,求两矩阵之和。 重载“+”、 “-”运算符,实现两矩阵相加、相减运算;重载“==”运算符,比较两矩是否相等。(There are two matrices A, B, all 2 rows, 3 columns, and the sum of the two matrices. Heavy "+" and "-" operator, to achieve t
大数高精度四则运算(重载运算符版)
- 和上次的不同,这次使用了重载运算符,而且增加了一些运算和增加了比较大小,使用方便(Different from last time, this time used overloading operator, and added some arithmetic and increased the size, and it was easy to use)
运算符重载
- 1、设计一个用于人事管理的People(人员)类。考虑到通用性,这里只抽象出所有类型人员都具有的属性:number(编号)、sex(性别)、birthday(出生日期)、id(身份证号)等等。其中“出生日期”定义为一个“日期”类内嵌子对象。用成员函数实现对人员信息的录入和显示。要求包括:构造函数和析构函数、拷贝构造函数、内联成员函数、聚集。 2、对people类重载“==”运算符和“=”运算符,“==”运算符判断两个people类对象