文件名称:fushujisuanqi
介绍说明--下载内容来自于网络,使用问题请自行百度
(一) 题目
复数计算器
(二) 功能要求
实现对复数的+、×、+=、-=、×=、++、――、>=、<=、!=运算,其中>=、<=是针对复数的模进行运算。
(三) 解决方案
1. 明确实验操作对象和目的。
2. 针对目的和对象进行总体设计。
3. 细化流程:书写程序,编译、运行并调试。
(四) 设计思路
定义一个复数类complex。
声明所需成员函数和友元函数对各运算符进行重载。
定义各成员函数。
定义主函数,实现对整个程序的控制。
编译、运行并调试。
-(A) Title
Complex Calculator
(B) the functional requirements
Achieve the plural+,×,+=,-=,×=,++,--,>=,<=,!= operation, where >=,<= for plural mold for operations.
(C) solution
1 clear object and purpose of the experimental operation.
(2) the purpose and object for the overall design.
3 refinement process: writing the program, compile, run and debug.
(D) design ideas
Define a complex type complex.
statement required member functions and friend functions of the operator to overload.
definition of member functions.
define the main functions, to achieve control of the whole process.
compile, run and debug.
复数计算器
(二) 功能要求
实现对复数的+、×、+=、-=、×=、++、――、>=、<=、!=运算,其中>=、<=是针对复数的模进行运算。
(三) 解决方案
1. 明确实验操作对象和目的。
2. 针对目的和对象进行总体设计。
3. 细化流程:书写程序,编译、运行并调试。
(四) 设计思路
定义一个复数类complex。
声明所需成员函数和友元函数对各运算符进行重载。
定义各成员函数。
定义主函数,实现对整个程序的控制。
编译、运行并调试。
-(A) Title
Complex Calculator
(B) the functional requirements
Achieve the plural+,×,+=,-=,×=,++,--,>=,<=,!= operation, where >=,<= for plural mold for operations.
(C) solution
1 clear object and purpose of the experimental operation.
(2) the purpose and object for the overall design.
3 refinement process: writing the program, compile, run and debug.
(D) design ideas
Define a complex type complex.
statement required member functions and friend functions of the operator to overload.
definition of member functions.
define the main functions, to achieve control of the whole process.
compile, run and debug.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fushujisuanqi.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.