说明:典型的操作符重载的例子Time,是C++语言的经典例子- int main()
{
Time A
Time B(5,40)
Time C(2,55)
cout<<"A="
A.Show()
cout<<"B=" <Annile> 在 2025-01-31 上传
| 大小:248kb | 下载:0
说明:校园导游,c程序。1,浏览所有景点的信息,2.求两景点间最短路径-Campus Tour, c program. 1, view all the attractions of the information, 2. Seeking the shortest path between two spots, etc. <储敏> 在 2025-01-31 上传
| 大小:5kb | 下载:0
说明:简单顺序表的实现,vc++操作环境。代码短小精悍-Simple realization of the order of the table, vc++ operating environment. Code is short and pithy <张穑> 在 2025-01-31 上传
| 大小:1kb | 下载:0
说明:假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have contin <lishan> 在 2025-01-31 上传
| 大小:3kb | 下载:0
说明:从入口处摸墙求解,利用循环通过对墙壁的触摸来寻找出口。规定迷宫为一个二维数组,迷宫入口在二维数组第一行,出口在二维数组最后一列。-From the entrance to touch the wall solving, use of loop through the walls of touch to find export. The provisions of the maze for a two-dimensional array, <lishan> 在 2025-01-31 上传
| 大小:201kb | 下载:0
说明:自己写的c++链栈实现迷宫求解,可实现手动或自动初始化迷宫。-My own chain of stack c++ to achieve a maze solving, can be realized manually or automatically initialize the maze. <cc> 在 2025-01-31 上传
| 大小:19kb | 下载:0
说明:(1)分别采用递归和非递归算法建立二叉树;
(2)采用先序、中序和后序三种方式遍历该二叉树;
(3)按层次遍历该二叉树。
-(1) were used to establish the recursive and non-recursive algorithm for binary tree (2) using first-order, middle order and post-order traversal of th <w> 在 2025-01-31 上传
| 大小:2kb | 下载:0
说明:冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序的关键字比较和交换次数进行统计-Bubble sort, direct insertion sort, simple selection sort, quick sort, Shell sort, Heap sort of keyword statistics on the number of comparisons and the exchange of <w> 在 2025-01-31 上传
| 大小:2kb | 下载:0