-
/ *说明:1。自定义分数的类分数,使用这样的分数可以C。
/*
描述:
1.自定义分数类fraction,使用该类可以完成分数的输入、分数的加、减、乘、除二目运算和一目减运算、分数的约分操作、分数的倒数运算、对两个分数进行六种比较运算、以及对分数的输出等操作。
2.尽量用运算符重载函数。如,可重载+、-、*、/、>、>=、 =,< ,< =,==,!=, in order to achieve a variety of computing scores. And achieve scores and mixed integer operations. 3. As far as possible to consider application performance.
- 2023-08-25 05:25:02下载
- 积分:1
-
mapgis二次开发其中一部份,介绍了有关DBS的原始代码
mapgis二次开发其中一部份,介绍了有关DBS的原始代码-MAPGIS secondary development of one part of the introduction of the DBS source code
- 2022-04-21 17:17:14下载
- 积分:1
-
c++很好的一些练习实验
c++很好的一些练习实验,文本查询,重载运算符,快速排序等。
- 2022-10-09 20:35:03下载
- 积分:1
-
emacs 中的一个插件,对于想学习EMACS编程的 很有用。
emacs 中的一个插件,对于想学习EMACS编程的 很有用。-emacs in a plug-in, for want to learn useful programming EMACS.
- 2022-01-31 20:47:44下载
- 积分:1
-
ZLG开发USB的ISP1161x参考手册
ZLG开发USB的ISP1161x参考手册-ZLG development USB ISP1161x reference manual
- 2022-01-26 01:21:50下载
- 积分:1
-
关于遗传算法优化BP网络的 ,感觉没什么用
关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
- 2022-05-30 06:31:34下载
- 积分:1
-
- 2022-02-12 14:04:53下载
- 积分:1
-
VB做的超级
vb做的超级马力游戏
相似度挺高,应该是画面相似度高:)-vb do super-powered game similarity Tinggao should screen similarity is high :)
- 2022-03-19 03:48:00下载
- 积分:1
-
自己写的JAVA贪吃蛇程序,相当有参考价值
自己写的JAVA贪吃蛇程序,相当有参考价值-wrote JAVA huge memory process, have considerable reference value
- 2023-08-04 17:20:02下载
- 积分:1
-
本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们...
本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下:
(1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件:
(2) 采用二级或二级以上的多级文件目录管理;
(3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”;
(4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令:
命 令 功 能 命 令 功 能
Create 建立文件 Read 读文件
Open 打开文件 Write 写文件
Close 关闭文件 Copy 复制文件
Delete 撤消文件 Directory 查询目录
(5) 通过键盘使用该文件系统,系统应显示操作命令的执行结果。-the purpose of this design is by designing and debugging a simple file system, main operation is simulated documents the execution of the order to simulate document management, enable students to the main document commands the substance and the implementation process of a more in-depth understanding, They grasp of the basic method. Specific requirements are as follows : (1) design a support n user file system, each user can have multiple files : (2) use of two or more than two multi-level directory management; (3) the document should be set up to deposit control and protection methods, such as "the only
- 2023-04-23 12:45:04下载
- 积分:1