-
用C生成一个课程二叉树,同时先、中、后序遍历该二叉树
用C生成一个课程二叉树,同时先、中、后序遍历该二叉树-C programs generated a binary tree, first, during and after the preorder the binary tree
- 2022-03-24 04:30:49下载
- 积分:1
-
无线实时仓库管理系统 (ADO+ACCESS)
无线实时仓库管理系统 (ADO+ACCESS)-Wireless real-time warehouse management system (ADO+ ACCESS)
- 2022-02-01 00:12:43下载
- 积分:1
-
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考....
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!-err
- 2023-06-26 16:35:04下载
- 积分:1
-
在线投票系统,本系统采用myeclipse开发工具,结合sqlserver2000数据库。完成一个在线投票系统...
在线投票系统,本系统采用myeclipse开发工具,结合sqlserver2000数据库。完成一个在线投票系统-Online voting system, this system development tools myeclipse, combined with sqlserver2000 database. Completion of an online voting system
- 2022-09-16 01:30:03下载
- 积分:1
-
Data structure algorithms, three runway airport simulation. The algorithm is mai...
数据结构算法,三跑道飞机场模拟。
主要是队列的算法
内容包括:
实验报告
源码工程文件-Data structure algorithms, three runway airport simulation. The algorithm is mainly queue includes: experimental report source project file
- 2022-02-14 18:36:29下载
- 积分: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
-
数据结构中线性表的合并链式实现,VC++实现的。
数据结构中线性表的合并链式实现,VC++实现的。-Data structure in linear chain realize the merger table, VC++ Achievable.
- 2022-10-17 07:40:03下载
- 积分:1
-
关于图遍历的演示包括所有的源代码和执行文件,内容齐全,数据结构的有关作业...
关于图遍历的演示包括所有的源代码和执行文件,内容齐全,数据结构的有关作业-Ergodic on the map presentation, including all source code and implementation of document, content complete, the data structure of the operating
- 2022-12-03 15:10:03下载
- 积分:1
-
我写的数据结构小程序是关于排序算法的,功能比较全
我写的数据结构小程序是关于排序算法的,功能比较全-The little procedure of data structure that I wrote is about arranging in an order the algorithm, the function is more complete
- 2022-02-14 18:01:22下载
- 积分:1
-
该源代码利用计算机模拟乘法竖式 计算阶乘
将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒...
该源代码利用计算机模拟乘法竖式 计算阶乘
将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒-the source code used a computer simulation multiplication calculation factorial shaft will be preserved for each digit used in the distribution of a new long arrays of characters in my machine on computable 30,000! The precise value of time spent nearly 60 seconds
- 2022-03-21 21:13:08下载
- 积分:1