-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
sudoku很麻烦!不过自己试过也不错~
sudoku很麻烦!不过自己试过也不错~-sudoku lot of trouble! But they tried too ~!
- 2022-01-28 11:37:42下载
- 积分:1
-
gcc的object c的源代码,具有非常高的参考价值
gcc的object c的源代码,具有非常高的参考价值-c gcc object of the source code with a very high reference value
- 2023-08-25 20:40:04下载
- 积分:1
-
Game Institute C++ will write a second book project, I hope you can help
游戏学院C++第二本书必写项目,希望能帮助大家-Game Institute C++ will write a second book project, I hope you can help
- 2022-08-16 13:28:40下载
- 积分:1
-
一个较小的采购系统,一些比较实际的代码,可以用来参考
一个较小的采购系统,一些比较实际的代码,可以用来参考-A smaller procurement system, some more practical code that can be used to reference
- 2022-02-14 11:33:10下载
- 积分:1
-
水印程序,基于DWT变换的文字水印程序,有比较好的鲁棒性和其他性能...
水印程序,基于DWT变换的文字水印程序,有比较好的鲁棒性和其他性能-Watermark program, based on DWT transform text watermark procedures, better robustness and other performance
- 2022-07-23 18:08:24下载
- 积分:1
-
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦...
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-10-25 18:50:03下载
- 积分:1
-
基于python实现的青蛙过河游戏
使用python实现青蛙过河,在程序中调用button与graphics模块,将每个青蛙包装为一个模块,点击后可以判断跳动方向并向左或右移动、以及根据边上青蛙的个数自行判断决定是否越过一只青蛙,当最终所有青蛙成功调换位置后,显示“success”,另外,利用stack实现可后悔之前步骤。
- 2022-06-30 16:35:30下载
- 积分:1
-
带加权的寻路算法演示(DELPHI源码)
关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是...
带加权的寻路算法演示(DELPHI源码)
关于A*寻路算法的代码在网上有很多,但用DELPHI的比较少,本人花了一天时间找到这个,代码和界面都比较精炼,于是在关键处作了中文注释,但愿对朋友们有用。-with weighted routing algorithm Demo (DELPHI OSS) on the A* algorithm routing code on the Internet which is very , but with the DELPHI relatively small, I spent a whole day to find the time, code and interface are more refined, So the Department made a key Chinese translations, I hope that friends useful.
- 2022-12-25 16:35:04下载
- 积分:1
-
FPGA
FPGA-Xilinx 官方下载线,英文。入门必备!-FPGA-Xilinx Download the official line, in English. Entry required!
- 2023-02-20 03:35:03下载
- 积分:1