搜索资源列表
Chapt-9
- 运算符重载-Operator
double类形的数组类
- 该程序设计了一个double类形的数组类,同时将赋值运算符和数组界标运算符[]进行了重载
2
- 窗建一个CPoint类,代表平面直角坐标系中的点,创建构造函数和运算符重载函数, 运算符重载为类重载(非友元重载),可以实现计算两个点之间的距离。可以根据需要 加入自己的成员变量或成员函数 用3点来代表一个三角形, 输入三个点的坐标,实现判断此三角形是不是直角三角形,并输出此三角形的周长。 可以根据需要加入自己的成员变量或成员函数
OverrideOperator
- 含有定长参数的重载,变长参数的重载,运算符的重载,true/false的重载,显示/隐式转换的重载。
10_83
- 能比较两位学生的年龄差距(精确到多少天),用重载“-”运算符实现年龄差的计算-Comparison of two students to the age gap between the (accurate to the number of days), with heavy-duty "-" operator to achieve the calculation of the age difference
overloading
- 基本运算符重载的实验报告,有详细的结果和界面信息-Basic operator overloading experiments report the results of detailed information and interface
5-1
- 对Point类重载++和――运算符实现--p,p--,++p,p++运算-Point Class of overload++ and- operators to achieve- p, p-,++ p, p++ operator
Rational
- 有理数以及复数的计算,对于类以及运算符重载的运用-Rational and Complex ‘s caculation
yunsuanfuchongzai
- 简单的运算符重载 大家可以试一试 其中有+ -等-yunsuanfuchongzai yunsuanfuchongzai
Operator
- 运算符重载,用C#写的关于运算符重载的示例代码-Operator overloading, using C# to write on the sample code operator overloading
ComplexOperations
- 运用运算符重载,实现复数的运算。可实现加减乘除四则运算。-The use of operator overloading, to achieve complex arithmetic. Can be realized Math arithmetic.
csharp
- 第一章 C#简介 第二章 C#基础元素 第三章 布尔逻辑与分支语句 第四章 循环 第五章 方法 第六章 结果及异常处理 第七章 类与对象 第八章 枚举与机构 第九章 数组与集合 第十章 面向对象技术进阶 第十一章 字段与属性 第十二章 迭代器和分部类 第十三章 索引器 第十四章 泛型 第十五章 委托和时间 第十六章 运算符重载 第十七章 Windows窗体应用程序 第十八章 菜单与工具栏设计 第十九章 Windows窗体应用
application-login-the-system.text
- 设计一个职工类,然后设计3种不同职工子类(比如正式工,临时工,行政人员,销售人员,等), 思考职工类和它地子类各自应该包含什么成员变量和方法。 1、屏幕给出菜单,可进行职工人数录入,职工基本情况和薪水录入, 可查询每个职工的工资,可打印工资列表,可查询工资平均值,可退出系统等功能。 2.要求使用多态完成对“打印工资列表”的工作 3.实现两个职工对象之间比较的运算符重载-Design a class of employees, and then design 3
jiancha
- 设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-An array of designs in use nowadays used to check whether the cross-border standard classes, such as cross-border prompting. (Knowledge points: subscr ipt operator overloading.)
fushujisuanqi
- (一) 题目 复数计算器 (二) 功能要求 实现对复数的+、×、+=、-=、×=、++、――、>=、<=、!=运算,其中>=、<=是针对复数的模进行运算。 (三) 解决方案 1. 明确实验操作对象和目的。 2. 针对目的和对象进行总体设计。 3. 细化流程:书写程序,编译、运行并调试。 (四) 设计思路 定义一个复数类complex。 声明所需成员函数和友元函数对各运算符进行重载。 定义各成员
chongzaishuangmuyunsuanfu.
- 重载双目运算符最经典的实例,了解双目运算符最经典用法-failed to translate
victual.abstract.I
- 由于个人对:继承 动态多态 派生 泛型 运算符重载(静态多态的一种) 【Virtual Abstract Interface】 结构 枚举 有很多疑问,所以就从网上和csharp帮助中整理了这方面的知识。基本上可以对以上概念由很清楚的全面的认识。说明:需要自己将代码单列出来调试。-Individuals: the inherited dynamic polymorphism derive generic operator overloading (static polymorphism a
cube
- c++的一个小程序,设计一个水立方,要求实验运算符的重载,以及比较他们的大小。-c++ an applet, designed a water cube, requires experimental operator overloading, and compare their size.
58
- 用运算符重载实现CDate类的操作,类CDate中,重载的前置和后置增一运算符将一个CDate对象增加1天,必要时使年,月递增。-CDate class operation with operator overloading, class CDate, overloading the front and rear increase an operator in a CDate object increased by one day, the year, month increments nece
zuoye_HugeInteger
- 重载运算符 求100的阶乘 求超过int范围的大整数-huge number