-
的Kruskal最小生成树算法Mathematica软件应用
MATHEMATICA 软件运用
最小生成树的Kruskal算法-MATHEMATICA software application of the Kruskal minimum spanning tree algorithm
- 2022-01-27 19:27:15下载
- 积分:1
-
数据库Access查询,显示在treeview上
用C#语言编写的访问Access数据库的程序,主要的特点是可以在treeview上显示,并添加,删除,编辑,treeview上的节点。
- 2022-03-01 15:27:17下载
- 积分:1
-
这个是数据结构经典实现算法,是一些很不错的算法
这个是数据结构经典实现算法,是一些很不错的算法-shu ju jie gou jing dian suan fa shi xian
- 2022-01-26 04:15:44下载
- 积分:1
-
Algorithm, coin combinations. Can set the number of coin types, identify the com...
算法,钱币组合。可设定钱币种类数量,找出组合种数。-Algorithm, coin combinations. Can set the number of coin types, identify the combination of species.
- 2022-08-21 07:41:00下载
- 积分:1
-
这个是数据结构经典算法实现,是一些不错的算法
这个是数据结构经典算法实现,是一些不错的算法-shu ju jie gou jing dian suan fa shi xian
- 2022-06-21 22:44:35下载
- 积分:1
-
vc++商品管理系统
商品管理系统,制作登陆界面,商品编号、商品名称、单价、数量、总金额,录入商品信息、删除商品信息,菜单等内容
- 2022-09-08 18:50: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
-
箱中的主要功能的身份,房东和我建立了查询,…
在主要功能框内我设置了房东身份查询、租户身份查询、空置出租屋资料、租户资料、业务管理、加载管理人员信息、加载租户相关信息、加载出租屋相关信息。-Box in the main function of the identity of the landlord and I set up inquiries, the status of tenant inquiries, vacant rented information, tenants information, business management, load management information, load information about tenants, rented load related information.
- 2022-03-04 16:28:24下载
- 积分:1
-
用C++写的链表操作,可以作为一个简易的文本编辑器
用C++写的链表操作,可以作为一个简易的文本编辑器-list
- 2022-08-23 08:14:25下载
- 积分:1
-
编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能...
编写好的VC为基础的二进制,八进制,十进制,十六进制的数值转换器,功能类似于windows的计算器中的转换功能-VC good preparation for the foundation of binary, octal, decimal, hexadecimal numerical converter, similar to the function of the windows of conversion calculator functions
- 2022-04-24 14:12:44下载
- 积分:1