-
快递服务
在 Visual Basic 6.0 开发项目。它是一个快递管理系统来管理和跟踪快递。欢迎大家下载、试用。谢谢大家的支持!
- 2023-05-10 21:15:03下载
- 积分:1
-
问题描述:假设一个商店,有一个架子和一个仓库,当第…
问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then s
- 2022-07-13 01:56:00下载
- 积分:1
-
运动会成绩分析统计,数据结构实验课题的一个项目
运动会成绩分析统计,数据结构实验课题的一个项目-Sports Performance Analysis of statistics, data structure, a project of experimental subjects
- 2023-06-22 12:45:03下载
- 积分:1
-
一个有关电力系统收费的管理软件
一个有关电力系统收费的管理软件-an electricity pricing system management software
- 2022-09-23 21:35:03下载
- 积分:1
-
C language data structures Several structures, including Critical Path procedure...
用C语言实现数据结构的几种常用结构,还包括关键路径的程序。-C language data structures Several structures, including Critical Path procedures.
- 2022-03-14 20:17:49下载
- 积分:1
-
binary tree first sequence, sequence after sequence, layer by traversal algorith...
二叉树的先序,中序,后序,按层遍历算法。以中序输入,用‘#’代替叶子节点的子节点输入。-binary tree first sequence, sequence after sequence, layer by traversal algorithm. The order to import, use "#" instead of the leaf nodes for input nodes.
- 2022-12-12 20:15:03下载
- 积分:1
-
数据库开发
DataBase development
- 2023-04-02 14:40:04下载
- 积分:1
-
Algorithm
算法类,二进制加法的源代码,算法导论上的-Algorithm-type, binary adder
- 2022-03-25 22:19:43下载
- 积分:1
-
铅源31号
pb源码 No.31 - CSDN离线浏览器 - 0.1版-pb source No.31- CSDN offline browser-version 0.1
- 2022-04-24 00:29:49下载
- 积分:1
-
C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。...
C语言编写的栈操作模板。包含栈的9种基本操作,从栈的创建、栈的判断到入栈、出栈操作,以及栈的删除等操作。-C language template stack operation. Stack contains 9 kinds of basic operation, from the stack to create, to determine the stack入栈, a stack operation, and stack operations such as delete.
- 2022-02-04 04:46:55下载
- 积分:1