搜索资源列表
-
0下载:
矩阵形式的龙格库塔程序C++源代码矩阵类的构造及运算符重载太长,在此不提供-matrix form the Runge - Kutta procedures C source code matrix type structure and Operator Overloading too long, this does not provide
-
-
0下载:
这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
-
-
0下载:
用循环链表实现的多项式 包括 运算符及io重载-By cyclic list, including the realization of a polynomial operator overloading and io
-
-
0下载:
设计一个用于检查数组在使用时下标是否越界的类,如越界给出提示。(知识点:下标运算符的重载)。-Used to check the design of a current array subscr ipt is in the use of cross-border class, such as cross-border give tips. [Knowledge points: subscr ipt operator overloading].
-
-
0下载:
可以序列化的矩阵操作类。实现了众多矩阵的操作运算算子-A Matrix manipulation class with serialization and operator overloading implemented
-
-
0下载:
该程序定义了一个向量类,里面的元素是模板形式,定义了有关向量类的各种属性,方法及运算符重载函数。根据向量处理的程序实现矩阵数乘-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
-
-
0下载:
通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载-Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading
-
-
0下载:
综合演示运算符重载及其应用,突出运算符重载中需要注意的事项及问题-Comprehensive demonstration and application operator overloading, operator overloading in highlighting issues and problems that need attention
-
-
0下载:
用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.
-
-
0下载:
多项式运算的C++实现 包括加减乘除四种多项式运算 用到了友元等概念 对运算符实现了重载 代码均调试通过-Polynomial arithmetic C++, including addition, subtraction polynomial expression of four other friend uses the concept of operator overloading to achieve the code and debugging through
-
-
0下载:
自己编写的二叉查找树,分享给想学数据结构的开发人员。包括节点插入、节点删除、最大值,最小数值,后继元素,重载标准输出操作符……
-I have written a binary search tree data structure wants to learn to share the development of staff. Including node insertion, node deletion, the maximum value, minimum value, subsequ
-
-
0下载:
多项式加法和乘法运算的设计与实现分析元素关系,
选择存储表示方法,使用单链表已有的成员函数实现多项式的相加运算,重载+、>>、<<等运算符-Polynomial addition and multiplication of elements in the design and implementation of relationship, select the storage representation, the use of single-member list
-
-
0下载:
C++中,运算符重载实现复数的加法运算的实例源码-In C++, operator overloading to achieve the instance addition operation complex source
-
-
0下载:
运算符的重载,用来计算复数的加减法。虚部与虚部,实部与实部-Operator overloading, used to calculate addition and subtraction of complex numbers. Imaginary part and imaginary part, the real and the real
-
-
0下载:
复数类Complex,运算符重载,修改了网上代码,可在各平台上实现连续运算,不会报错了-Complex class Complex, operator overloading, to modify the online code can achieve continuous operation of the platform, not an error of the
-
-
0下载:
运算符重载>=,<=,==运算符的重新载入,实用类和友元函数-Operator Overloading > =,< =,== reload operator, practical classes and friend functions
-
-
0下载:
运用运算符重载和虚函数实现时间的自增自减运算-The use of operator overloading and virtual functions of time increment decrement
-
-
0下载:
实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
-
-
0下载:
对二维数组进行运算符+、—的重载,一个使用成员函数,另一个使用友元函数-Add and Subtraction between Two dimensional arrays,using Operator overloading.
-
-
0下载:
vc++中运算符重载函数++运算符重载函数的实现;-c++ operator overloading function++ operator overloading function to achieve
-