搜索资源列表
C++程序设计语言实验二
- 实验二:C++编程入门 一、实验内容 1. 使用构造函数、析构函数。 2. 使用对象数组。 3. 学习动态创建对象。 4. 学习全局对象、静态对象、局部对象。 5. 运算符重载。 二、实验题目 1,定义一个学生类,要求存储学号,姓名, 年龄,性别,班号等信息,从键盘输入10个学生信息,存储在一个对象数组中,并将所有学生信息打印出来。 要求:1,学号按照1,2,3....排列,并通过对象构造函数输入。 2,学生类提供一个打印函数,负责打印学生信息
computer
- 实现复数运算,设计中要体现MFC基础知识以及C++自定义类的应用 -Complex operation, designed to reflect the MFC basics, as well C++ custom application
ComplexCalculator
- 一个用MFC制作的实现“复数”各种操作的计算器。包括 加减乘除根模 自然对数 实幂指数 虚幂指数 正弦 余弦 正切。 主要是各种算法和类的设计。 可以供初学C++面向对象程序设计和MFC的同学参考。-err
sdsd
- 复数常用的几种运算用C++实现的几个类,用这些类可以定义对象实现相应的功能。-C++ program
pake
- 共9个文件:C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,复数计算(复数类),矩阵计算(矩阵类),捆绑exe文件,收发电子邮件,数值积分,数值微分,用C编程获取WPS的文件密码-A total of 9 files: C Direct Reading dbf files, RS-232-C port real-time monitoring software design implementation, complex computing (complex type), ma
complex
- 复数类的实现C++,用友元实现运算符的重载-using C++ to implement a Conplex Class
cPP-application
- 运算符重载,c++类的简单应用,虚函数的实现,复数的计算,二叉树的创建及遍历及线性表及其操作的实现-Operator overloading, c++ simple application class, virtual functions, complex calculations, binary tree traversal and the creation and implementation of the linear form and its operation
Complex
- 复数类的C++程序设计,complex.cpp仅仅实现+和*功能-complex.cpp file
complex
- c++实现复数类,类的实现,复数的加减乘除 操作符重载-c++ realize complex class that implements the class, complex arithmetic Operator Overloading
c++
- 分别用成员和友元方法实现两个复数类相减;定义三个数之间较小者的函数模板;从屏幕上输入若干行数据,把它自动保存在文件中,输入“exit”结束屏幕保存。(Two complex classes are reduced by member and friend method respectively.Defines the function template of the smaller of the three Numbers;Enter a few lines of data from the s