-
数据结构大型作业 包括三个实验
图的建立 城市最小生成树 赫夫曼书
有文档跟编译调试的代码 hubeiminyuan...
数据结构大型作业 包括三个实验
图的建立 城市最小生成树 赫夫曼书
有文档跟编译调试的代码 hubeiminyuan-Data structure diagram of large operations include the establishment of three pilot cities in the minimum spanning tree Huffman book has to compile a document with the code for debugging
- 2022-05-25 01:51:39下载
- 积分:1
-
household registration management system
户籍管理系统--毕业设计-household registration management system-- Graduation
- 2023-08-20 13:35:03下载
- 积分:1
-
考试管理程序,属数据库管理类,直接解压后就可以使用。
考试管理程序,属数据库管理类,直接解压后就可以使用。-examination management processes, database management is a category that can be directly extracted after use.
- 2022-05-09 01:07:32下载
- 积分:1
-
一个数据库操作类,开发语言为C#。适用于SQL_Server和ACCESS.
一个数据库操作类,开发语言为C#。适用于SQL_Server和ACCESS.-It is the operateing class of database developed C#,and it is suit for SQL_Server and ACCESS.
- 2022-07-17 00:50:28下载
- 积分:1
-
名片夹软件,用户可以建立并管理自己的名片。数据库配置为_app目录下的config目录中的database文件...
名片夹软件,用户可以建立并管理自己的名片。数据库配置为_app目录下的config目录中的database文件-name card management software.
- 2022-03-18 05:14:23下载
- 积分:1
-
编的很垃圾 大家多多包涵 主要功能矩阵相加 减 乘 除 大家多多指点
编的很垃圾 大家多多包涵 主要功能矩阵相加 减 乘 除 大家多多指点-series of the very people refuse excused main function matrix arithmetic is a lot we kind
- 2023-08-14 00:45:03下载
- 积分:1
-
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个...
货郎担问题的分支限界算法,速度很快,并且结点可以到达35个-The branch and bound algorithm for traveling salesman problem, very fast, and the node can reach 35
- 2022-02-03 02:43:54下载
- 积分:1
-
VB网吧管理系统
VB网吧管理系统-VB Internet Management System
- 2022-03-05 18:05:17下载
- 积分: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
-
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共...
用c语言设计实现一个用事件驱动的“救护车调度”离散模型,模拟120急救中心响应每个病人的呼救信号统一调度救护车运行的情况。 我们对问题作适当简化,假设:某城市共有m个可能的呼救点(居民小区、工厂、学校、公司、机关、单位等),分布着n所医院(包含在m个点中),有k辆救护车分派在各医院待命,出现呼救病人时,由急救中心统一指派救护车接送至最近的医院救治。救护车完成一次接送任务后即消毒,并回原处继续待命。假定呼救者与急救中心、急救中心与救护车之间的通讯畅通无阻,也不考虑道路交通堵塞的影响。可以用m个顶点的无向网来表示该城市的各地点和道路。时间可以分钟为单位,路段长可表示为救护车行驶化费的分钟数。 这里设m=10,n=3,k=2。并且令消毒时间为2分钟-language used to achieve a design using event-driven "ambulance dispatch" dispersion model to simulate 120 emergency response center each patient"s distress signal unified dispatching ambulances running. We issue the appropriate simplified assumptions : m in a certain city a total of 000 points possible hue (residential quarters, factories, schools, companies, organizations, units, etc.), distributed by the hospital n (m included in the points), k ambulances were deployed in the various hospitals on standby there cries of the patients, from the first-aid center unified ambulance escort assigned to the nearest hospital for treatment. Ambulance completed
- 2023-03-26 11:35:03下载
- 积分:1