-
Simulation Bank Queue System, the parent process is responsible for scheduling,...
模拟银行排队机系统,父进程负责调度,子进程负责接收顾客、打印顾客号、呼叫顾客到相应窗口和服务顾客。-Simulation Bank Queue System, the parent process is responsible for scheduling, sub-process is responsible for receiving clients, print customer number, call customer to the appropriate window and customer service.
- 2022-01-25 15:59:30下载
- 积分:1
-
Shortest Path 2 is the data structure of knowledge but the procedures are a litt...
最短路径2 是有关数据结构的知识 但是程序稍稍有一个小小的失误-Shortest Path 2 is the data structure of knowledge but the procedures are a little bit errors
- 2023-01-02 17:10:03下载
- 积分:1
-
栈的基本操作,有初始化,清空,添加,删除,判空等!
栈的基本操作,有初始化,清空,添加,删除,判空等!-stack the basic operation, initialization, emptied, add, delete, subcontracting air!
- 2022-02-14 14:00:29下载
- 积分:1
-
PB商场零售管理系统源码,无需解压密码,对需要的兄弟有所帮助...
PB商场零售管理系统源码,无需解压密码,对需要的兄弟有所帮助-PB retail shopping center management system source code, without extracting passwords needed to help brothers
- 2022-04-15 14:21:57下载
- 积分:1
-
数据结构程序(顺序表 单链表 栈 队列 串 数组)
自己写的一些简单的数据结构代码 包括了顺序表 单链表 栈 队列 串 数组 树 和 图还没写 写完再发
- 2022-09-07 17:30:03下载
- 积分:1
-
数据结构课程设计,C语言,其中包含两则,一个是单链表的基本操作,500条语句,另外一个200条,是利用堆栈进行多种运算,均有报告...
数据结构课程设计,C语言,其中包含两则,一个是单链表的基本操作,500条语句,另外一个200条,是利用堆栈进行多种运算,均有报告-Curriculum design, data structures, C language, which contains two, one is the basic operation of a single linked list, 500 statements, while a 200 is the use of the stack for a variety of operations, are being reported
- 2022-04-07 12:48:23下载
- 积分:1
-
php数据库操作类,access的数据库 欢迎使用
php数据库操作类,access的数据库 欢迎使用-php database opreater access database welcome to use
- 2022-01-26 08:33:24下载
- 积分:1
-
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7...
/*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/* Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures. 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 programming tasks : for a given n line by the number of digits triangle, triangle programming calculated from the top to the bottom of the path through the figures and the maximum
- 2022-09-23 22:05:03下载
- 积分:1
-
在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!...
在知道点的坐标或者数量和权重值时,选择最优的路径,这种有的是基于时间有的是基于运费等等,自动找两点路径最短距离!-Know the coordinates of points in the volume and weight or value, the choice of the optimal path, this time based on some because of some freight, etc., automatically find the shortest distance between two points in the path!
- 2023-05-14 01:05:03下载
- 积分:1
-
1.定义图的数据结构。
2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。
3.编写函数,输出图的遍历序列。...
1.定义图的数据结构。
2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。
3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.
- 2022-02-13 12:01:18下载
- 积分:1