搜索资源列表
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
ch01
- C++语言运算符重载章节的内容,能理解C++中运算符重载的需要性,掌握运算符重载的方法,能使用常用几种运算符的重载操作。
str
- 用operator实现字符串加法的重载,还能描述多长呢,就这么简单的事,郁闷!-Operator to achieve with the addition of heavy string, but also describes how long it' s that simple things, depressed!
simp_blkdev
- linux 内核2.6.18(麒麟OS)的块设备驱动 主要做了数据安全方面的功能,在重载内存是数据不会被重新读出来-linux 2.6.18 of the main block device driver to do the data security function, the memory is overloaded will not be re-read the data out
operator
- 此程序是在linux下的对运算符进行重载,了解运算符重载.-This program is in the linux on the operator for overloading, operator overloading to understand.
03operator
- 重载运算符,实现两个分数相加,里面有详细的注释。- Realize two scores to add,using overloaded operators, where there is a detailed annotation
P.=.[]reload
- C++的运算符重载功能,+ = []可是实现将两个字符串拼接,或者选取字符串中的某个字母-C++ operator overloading function,+ = [], but to achieve the two string concatenation, or choose a letter in a string