搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
C++运算符重载源程序
- C++运算符重载源程序,各种符号“+”“-”“=”重载的实例
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
C++程序设计语言实验三
- 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
运算符重载
- 源于c++中的运算符重载。
moban C++运算符重载的方法
- C++运算符重载的方法,例中是重载运算符“+”,使之能用于两个复数相加的代码。-C++ operator overloading methods, for example, is overloaded operator "+", so that it can code for adding two complex numbers.
cstatictest
- MFC cstatic 控件重载增加其他功能-MFC cstatic control overraded and add other
Complex
- c++简单复数类的运算,包括加法,减法,乘法,除法运算(没用到重载)-c++ simple and complex class operations, including addition, subtraction, multiplication, division operations (useless to overload)
CVector3D
- 实现“向量”的运算符重载 (3维数) 向量的维数可自定义,实现的运算有以下:相加、 相减、点积、自增、自减 以上运算不只能是现在向量与向量之间的运算,同时也可以与常数的运算。-Achieve the " vector" operator overloading (three dimensional) vector dimension can be customized to achieve the operation are the following: additio
shihui
- 本程序在原来数组程序的基础上添加了模板、重载+、- 、=、==和!=运算符等操作。 实现了对两个数组的加、减、赋值、判断是否相等等功能。-This procedure in the original array of procedures based on the added template, overloading+,- ,=,== And! = Operator and other operations. Achieved on the two array add, subtract,
monitor-sou
- VC6.0界面风格程序界面框架,通过重载MFC类库实现,提供全部源码-VC6.0 style interface program interface framework, through the heavy-duty MFC class library, providing all-source
Code1
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC AppWizard生成的工程奠定了良好基础。-err
VC++
- 进行多项式的计算,重载,输入和输出,简单的源代码。-Polynomials to the calculation of heavy-duty, input and output, the simple source code.
Vector
- 定义一个向量类,重载运算符,完成向量的运算。(Define a vector class, overloading operator, complete the operation of the vector.)
重载递增
- 重载++符号,看了书上的代码,非原创,希望能帮助大家(About operator ++. Hope can help you! And you can read it on book)
第六周作业
- 对类Point重载“++”(自增)、“--”(自减)运算符,要求同时重载前缀和后缀。(The Point class overload "+ +" (increment) and "--" (decrement) operator requirements at the same time overloaded prefix and suffix.)
fenshuclass
- 利用c++语言进行分数加减乘除运算,实现分数重载,进行简单有效的运算(The heavy fraction, fractional add, subtract, multiply and divide operations)
ConsoleApplication1
- ce内核重载,需要自己关掉360驱动和腾讯的驱动,要不然蓝屏(The CE kernel is overloaded and needs to turn off the driver of the 360 driver and the Tencent, or the blue screen)
PassGameProtectByBaby
- 内核重载(Kernel heavy load)
ch11重载
- 在实际开发中,有时候我们需要实现几个功能类似的函数,只是有些细节不同。例如希望交换两个变量的值,这两个变量有多种类型,可以是 int、float、char、bool 等,我们需要通过参数把变量的地址传入函数内部。在C语言中,程序员往往需要分别设计出三个不同名的函数,其函数原型与下面类似:(In actual development, sometimes we need to implement several similar functions, but there are some detai