搜索资源列表
-
0下载:
C++运算符重载的方法,例中是重载运算符“+”,使之能用于两个复数相加的代码。-C++ operator overloading methods, for example, is overloaded operator "+", so that it can code for adding two complex numbers.
-
-
0下载:
实现“向量”的运算符重载 (3维数)
向量的维数可自定义,实现的运算有以下:相加、 相减、点积、自增、自减
以上运算不只能是现在向量与向量之间的运算,同时也可以与常数的运算。-Achieve the " vector" operator overloading (three dimensional) vector dimension can be customized to achieve the operation are the following: additio
-
-
0下载:
此代码实现的是C++中的简单的运算符重载问题。-This code is C++ The simple problem of operator overloading.
-
-
0下载:
拷贝构造函数和等号运算符重载的区别,这是俺花了很多时间做的-the difference between Copy constructor and operator overloading equal which I spent a lot of time to do
-
-
0下载:
This is demo application for operator overloading in visual basic .net.This is very useful application for beginners who are learning VB.NET.
-
-
0下载:
/*
描述:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。
3.尽可能考虑程序性能。-/* Descr iption: 1. Custom scores of class
-
-
0下载:
c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
-
-
0下载:
模板、操作符重载实现一个集合类。主要是简单地体现面向对象编程在c++中的实现,以及c++中模板类和操作符的使用。-Templates, operator overloading to implement a collection class.
-
-
0下载:
用C++实现运算符重载,对于初学者是很有帮助的。-Using C++, operator overloading, is very helpful for beginners.
-
-
0下载:
运算符重载为友元形式,希望对大家有所帮助-Operator overloading for the Friends of the element form, we want to help
-
-
0下载:
C++时间类,包含增量操作符重载函数,时间可以自增-C++ class time, including incremental operator overloading function, time may, by
-
-
0下载:
运算符重载多个程序对C++初学者有很大帮助-Operator Overloading multiple programs on the C++ very helpful for beginners
-
-
0下载:
实现分数之间的四则运算,通过运算符重载和友元函数-Achieve scores between the four operations through operator overloading and friend function
-
-
0下载:
通过使用C++中的模板类,运算符重载以及C++的继承能力来处理计算机操纵的底层元素。-By using the C++, template classes, operator overloading, inheritance and C++ capability to handle the computer manipulation of the underlying elements.
-
-
0下载:
用运算符重载的知识实现两个字符串的赋值运算(=)和连接运算(+)。在类外实现并在主函数中进行了测试。-With the knowledge of operator overloading assignment operator to achieve the two strings (=) and concatenation (+). Outside of class to achieve and in the main function was tested.
-
-
0下载:
在vc环境下实现复数的加减法,包括操作符重载-Vc environment to achieve the addition and subtraction of complex numbers, including operator overloading
-
-
0下载:
封装实现了 多线程操作、TCP/IP操作、运算符重载等。-Package which enables multi-threaded operation, TCP/IP operations, operator overloading, and so on.
-
-
0下载:
一个运算符重载的例子,友元类型,类包含关系的例子。-Examples of operator overloading, operator overloading an example Society!
-
-
0下载:
一个运算符重载程序,对+、-、*、/运算符重载后,使之能进行复数之间的运算。-An operator overloading procedures,+,-,*,/operator overloading after so that it can carry out complex operations between.
-
-
0下载:
运算符重载例题。设计一个三角形类Triangle,包含三角形三条边长的私有数据成员,另有重载运算符“+”与“-”,以实现求两个三角形对象的面积之和与之差。-Operator overloading examples. Design a triangle class Triangle, containing private data members three sides of the triangle long, otherwise overloaded operators " +&qu
-