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

搜索资源列表

  1. c++_class_matrix

    0下载:
  2. 完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2931
    • 提供者:dingdong
  1. MyMatrixVtr

    0下载:
  2. 自己写的矩阵向量库,测试通过,常用运算符经过重载,VC6.0环境下运行。-himself wrote the vector matrix, the test, usually after heavy Operators, VC6.0 operating environment.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2871
    • 提供者:华浩波
  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
    • 文件大小:1573
    • 提供者:李虹
  1. fs02

    0下载:
  2. 用c++写的关于复数的四则运算,主要复习运算符的重载。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6549
    • 提供者:caixu
  1. p10

    1下载:
  2. 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12769
    • 提供者:junsun
  1. 4-7

    0下载:
  2. 一个用友元函数实现运算符重载的例子,对运算符+,-,*,/进行重载定义,实现两个复数的四则运算
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:620
    • 提供者:yasha
  1. poly

    0下载:
  2. 多项式算法,涉及到c++中的运算符重载及流编程,虽然简单但对初学者不失为一个好的例子
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1120
    • 提供者:Jason
  1. fraction

    0下载:
  2. 实现了分数之间的四则运算,主要在于练习运算符重载。同时从分数类派生出整数类,实现了分数整数的混合运算!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:130977
    • 提供者:jason
  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-12
    • 文件大小:2141
    • 提供者:李萍
  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
    • 文件大小:27117
    • 提供者:林凯杰
  1. youlishu

    0下载:
  2. 定义一个有理数类,实现有理数的加减乘除运算 程序要求定义并实现一个有理数类,通过重载运算符+、-、*、/对所有有理数进行算数运算;写一个优化函数,使有理数约去公分母。 -Define a rational number class, achieve rational numbers, Math computation process requires the definition and implementation of a rational number class, by ove
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:808
    • 提供者:许敏
  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
    • 文件大小:652
    • 提供者:
  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-12
    • 文件大小:1868
    • 提供者:江乐
  1. matrix

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

    • 发布日期:2017-04-05
    • 文件大小:732783
    • 提供者:
  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-07
    • 文件大小:7229
    • 提供者:乔晶
  1. CPP

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

    • 发布日期:2017-05-15
    • 文件大小:3624171
    • 提供者:张婧
  1. large-complex-matrix-inversion

    0下载:
  2. c++ 大型复数矩阵求逆 ,程序用了类定义复数,运用了类的成员函数来重载运算符-C++ Large complex matrix inversion,Program with a class definition plural, the use of a class member function to overload the operator
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1236
    • 提供者:liangxiao
  1. tri

    0下载:
  2. 一个三角形类Tri,包含三角形3条边长的私有数据成员,另有一个成员函数重载运算符“+”,以实现求两个三角形对象的面积之和-A triangle class Tri, contains a triangle three side length of the private data members and another member function overloaded operator " +" to the area seeking two triangle object
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3660383
    • 提供者:slp
  1. fushu

    0下载:
  2. 定义复数类,通过成员函数重载运算符-(求负)、-=、!=,通过友元函数重载运算符+、+=、==,直接实现复数对象间的运算,测试结果-Complex type definition, through the member function overloading operator- (for negative), =,! =, through a friend function overloaded operators+,+ =, = =, direct implementation of com
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:540
    • 提供者:顾仲
  1. num

    0下载:
  2. 定义一个复数类,重载运算符+,-,*,/, 使之能用于复数的加减乘除。-Define a complex class, overload the operator+,-,*,/so that it can be used for complex addition and subtraction.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-14
    • 文件大小:10240
    • 提供者:张旭
« 12 »
搜珍网 www.dssz.com