CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - operator overloading

搜索资源列表

  1. moban C++运算符重载的方法

    0下载:
  2. C++运算符重载的方法,例中是重载运算符“+”,使之能用于两个复数相加的代码。-C++ operator overloading methods, for example, is overloaded operator "+", so that it can code for adding two complex numbers.
  3. 所属分类:其他小程序

    • 发布日期:2017-03-23
    • 文件大小:240.52kb
    • 提供者:林玉堂
  1. CVector3D

    0下载:
  2. 实现“向量”的运算符重载 (3维数) 向量的维数可自定义,实现的运算有以下:相加、 相减、点积、自增、自减 以上运算不只能是现在向量与向量之间的运算,同时也可以与常数的运算。-Achieve the " vector" operator overloading (three dimensional) vector dimension can be customized to achieve the operation are the following: additio
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2.31kb
    • 提供者:
  1. overloading

    0下载:
  2. 此代码实现的是C++中的简单的运算符重载问题。-This code is C++ The simple problem of operator overloading.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:896byte
    • 提供者:蔡吉欣
  1. copyConst

    0下载:
  2. 拷贝构造函数和等号运算符重载的区别,这是俺花了很多时间做的-the difference between Copy constructor and operator overloading equal which I spent a lot of time to do
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:10.55kb
    • 提供者:李彧
  1. OperatorOverloadinginVB.Net

    0下载:
  2. This is demo application for operator overloading in visual basic .net.This is very useful application for beginners who are learning VB.NET.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:61.61kb
    • 提供者:ownerslove
  1. fraction

    0下载:
  2. /* 描述: 1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。 2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、<、<=、==、!=,以实现分数的各种运算。并且实现分数与整数的混合运算。 3.尽可能考虑程序性能。-/* Descr iption: 1. Custom scores of class
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.39kb
    • 提供者:跳舞毯
  1. chongzai

    0下载:
  2. c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:597byte
    • 提供者:张利强
  1. CSetOO

    0下载:
  2. 模板、操作符重载实现一个集合类。主要是简单地体现面向对象编程在c++中的实现,以及c++中模板类和操作符的使用。-Templates, operator overloading to implement a collection class.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:江城
  1. congzai

    0下载:
  2. 用C++实现运算符重载,对于初学者是很有帮助的。-Using C++, operator overloading, is very helpful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:886.73kb
    • 提供者:王一
  1. youyuan

    0下载:
  2. 运算符重载为友元形式,希望对大家有所帮助-Operator overloading for the Friends of the element form, we want to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:733byte
    • 提供者:哈达
  1. Time

    0下载:
  2. C++时间类,包含增量操作符重载函数,时间可以自增-C++ class time, including incremental operator overloading function, time may, by
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.19mb
    • 提供者:竹韵
  1. yunsuanfuchongzai

    0下载:
  2. 运算符重载多个程序对C++初学者有很大帮助-Operator Overloading multiple programs on the C++ very helpful for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:2.32kb
    • 提供者:打哈
  1. complex

    0下载:
  2. 实现分数之间的四则运算,通过运算符重载和友元函数-Achieve scores between the four operations through operator overloading and friend function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.18kb
    • 提供者:
  1. A-CPP-garbage-collection

    0下载:
  2. 通过使用C++中的模板类,运算符重载以及C++的继承能力来处理计算机操纵的底层元素。-By using the C++, template classes, operator overloading, inheritance and C++ capability to handle the computer manipulation of the underlying elements.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1.95kb
    • 提供者:艾亥
  1. chongzai

    0下载:
  2. 用运算符重载的知识实现两个字符串的赋值运算(=)和连接运算(+)。在类外实现并在主函数中进行了测试。-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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:806byte
    • 提供者:网络风
  1. complex

    0下载:
  2. 在vc环境下实现复数的加减法,包括操作符重载-Vc environment to achieve the addition and subtraction of complex numbers, including operator overloading
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:844.98kb
    • 提供者:李文静
  1. ALL

    0下载:
  2. 封装实现了 多线程操作、TCP/IP操作、运算符重载等。-Package which enables multi-threaded operation, TCP/IP operations, operator overloading, and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:16.22kb
    • 提供者:Justin Jiang
  1. operator

    0下载:
  2. 一个运算符重载的例子,友元类型,类包含关系的例子。-Examples of operator overloading, operator overloading an example Society!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1.09kb
    • 提供者:sarathy
  1. operator-overloading

    0下载:
  2. 一个运算符重载程序,对+、-、*、/运算符重载后,使之能进行复数之间的运算。-An operator overloading procedures,+,-,*,/operator overloading after so that it can carry out complex operations between.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:1.45kb
    • 提供者:1pianbingxin
  1. Operator-overloading

    0下载:
  2. 运算符重载例题。设计一个三角形类Triangle,包含三角形三条边长的私有数据成员,另有重载运算符“+”与“-”,以实现求两个三角形对象的面积之和与之差。-Operator overloading examples. Design a triangle class Triangle, containing private data members three sides of the triangle long, otherwise overloaded operators " +&qu
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:575byte
    • 提供者:惠风之上
« 12 3 4 »
搜珍网 www.dssz.com