CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - operator overloading

搜索资源列表

  1. juzhenxingshidelonggekuta

    0下载:
  2. 矩阵形式的龙格库塔程序C++源代码矩阵类的构造及运算符重载太长,在此不提供-matrix form the Runge - Kutta procedures C source code matrix type structure and Operator Overloading too long, this does not provide
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:李虹
  1. Date

    0下载:
  2. This a Date class overloading operator ++,--,+=,-=,+,-,>>,<<-This a Date class overloading operator++,--,+=,-=,+,-,>>,<<
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:238.62kb
    • 提供者:Le Quoc Dung
  1. Vecto

    0下载:
  2. This a Vector Class overloading operator >>,<<,+,-,*,=,! 2 vector
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:247.46kb
    • 提供者:Le Quoc Dung
  1. matrix_class_with_serialization

    0下载:
  2. 可以序列化的矩阵操作类。实现了众多矩阵的操作运算算子-A Matrix manipulation class with serialization and operator overloading implemented
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:10.01kb
    • 提供者:zeng qin
  1. 3

    0下载:
  2. 该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-The program defines a vector class, which the element is the template form, the vector class defines the various properties, methods, and operator overloading function. According to the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:李萍
  1. BIGNUMBER

    0下载:
  2. 用code blocks 写的多文件结构版本的大数运算,用的是面向对象的方法,运用类以及运算符的重载。-Multi-use code blocks to write the file structure version of the operation of large numbers, using the object-oriented approach, the use of classes and operator overloading.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:26.48kb
    • 提供者:林凯杰
  1. yunsuanfu

    0下载:
  2. 运算符的重载,用来计算复数的加减法。虚部与虚部,实部与实部-Operator overloading, used to calculate addition and subtraction of complex numbers. Imaginary part and imaginary part, the real and the real
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:652byte
    • 提供者:
  1. Complex

    0下载:
  2. 复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:江乐
  1. matrix

    0下载:
  2. 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:715.61kb
    • 提供者:
  1. matrix

    0下载:
  2. 矢量类,可以实现矢量的基本运算:相加,相乘,求逆等,其中实现了运算符重载-Vector class, you can achieve the basic vector operations: add, multiply, inverse, etc., which implement operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:7.06kb
    • 提供者:乔晶
  1. CPP

    0下载:
  2. C++的运算符重载功能,包括“+”、“-”、“*”、“=”等运算符的重载-C++ operator overloading functions, including operator overloading and other " +" ," -" ," *" ," ="
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3.46mb
    • 提供者:张婧
  1. fraction

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

    • 发布日期:2017-04-03
    • 文件大小:2.49kb
    • 提供者:白子豪
  1. try

    0下载:
  2. 一个关于运算符重载的c++程序,实现了通过对"+","-","*","/"的重载实现矩阵的四则运算-One on operator overloading c++ program, realized through the implementation of "+","-","*","/" overloaded matrix arithmetic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.27kb
    • 提供者:张超
  1. juzheng

    0下载:
  2. 矩阵的数乘源文件,VC++课程设计。该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。根据向量处理的程序实现矩阵数乘。-The program defines a vector class, inside the element is a template form, define the various properties of the vector class, methods, and operator overloading functio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:241.09kb
    • 提供者:沙沙
  1. MatrixPro

    0下载:
  2. 通过运算符的重载,用来实现矩阵的加 减 乘-Realization of matrix addition and subtraction, multiplication operator overloading,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:869.69kb
    • 提供者:高山
  1. matrix

    0下载:
  2. 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:9.11kb
    • 提供者:汤慧
  1. p4

    0下载:
  2. using C++ s object-oriented feature to implement a matrix class. Matrix operations are achieved by operator overloading.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:22.79kb
    • 提供者:yehanyu
  1. calculator00

    0下载:
  2. C++实现计算器功能,数据流处理,运算符重载-C++ achieve calculator, data stream processing, operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:林伟
  1. Matrix

    0下载:
  2. 矩阵常用加减乘求逆及转置运算的类 求逆用dolittle分解方法 运算符重载-Common modified by the inverse matrix transpose operation and class inversion with dolittle decomposition operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.5kb
    • 提供者:sosozxy
  1. matrix

    0下载:
  2. 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.32kb
    • 提供者:袁亮
« 12 »
搜珍网 www.dssz.com