资源列表
[控制台(字符窗口)编程] qi_pan
说明:用C++语言编写的残缺棋盘问题的分治法源代码,很完整,可直接编译运行。-Using C++ language problems and incomplete chessboard divide and conquer the source code, it is complete, can be directly compiled to run.<陈皮> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] Multiplication
说明:A program that process the multiplication table of a given dimension of a given numbers. Usually binary formulation from the abstract algebra is needed for this program.<Eilana> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] Even
说明:Even number program is a program that will enable the user to tell what numbers are even from the given sets of numbers.<Eilana> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[打印编程] zeng
说明:有一个汽车类vehicle,它具有一个需传递参数的构造函数,类中的数据成员——车轮个数wheels和车重weight放在保护段protected中;它有一个返回车轮个数的公有函数get_wheels,有一个返回车重的公有函数get_weight,有一个计算每个车轮的承载重量(车重除以车轮数)的公有函数wheel_load,一个公有的打印函数print,它将输出vehicle的车轮数和重量。 小车类car是它的私有派生类,包含一个私有数据成员载客量passenger_load,定义小车类的构造<zengzeng> 在 2025-06-18 上传 | 大小:1kb | 下载:0