-
school guides Advisory System
学校导游咨询系统-school guides Advisory System
- 2022-03-23 05:22:49下载
- 积分:1
-
failed to translate
c言语环境下进行 黑白棋 仿真
很有趣的小程序-failed to translate
- 2022-10-01 10:15:03下载
- 积分:1
-
报表演示示例源码
报表演示示例源码-statements demonstration examples FOSS
- 2022-08-06 11:40:27下载
- 积分:1
-
金鹏 s900 6225 TV00578002DABD
金鹏 s900 6225 TV00578002DABD -s900 6225 TV00578002DABD
- 2023-08-13 03:30:08下载
- 积分:1
-
reading and writing large documents
读写大块资料文件-reading and writing large documents
- 2023-08-09 01:40:03下载
- 积分:1
-
超市后台管理系统
本系统实现了用户的登录与注册,超市员工信息的管理,商品库存以及出库、入库的管理,以及不同管理员权限的管理。
- 2022-07-24 11:36:43下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
The public method is used when you devolop B/S architecture ERP programe
开发B/S结构的ERP中用到的一些公共的方法-The public method is used when you devolop B/S architecture ERP programe
- 2022-06-30 22:02:36下载
- 积分:1
-
已知一颗有根树是 2
已知一颗有根树是 2-tree(只有度为2和度为0的结点),并且有n个叶子节点,从左到右编号为1,2,…, n,还知道两个相邻编号节点之间的 ChonSu(这棵树中这链接这两个节点的路径的边数)。求任意两个叶子节点x, y (1≤x≤n)之间的 ChonSu-Rooted tree is known to a 2-tree (only the degree 2 and degree 0 nodes), and there are n-leaf nodes from left to right numbered 1,2, ..., n, also know that two adjacent numbers between nodes ChonSu (this tree that links these two nodes in the path of the number of edges). Seeking any two leaf nodes x, y (1 ≤ x ≤ n) between the ChonSu
- 2022-01-22 01:37:29下载
- 积分:1
-
一个简单的五子棋程序
一个简单的五子棋程序-a simple procedure Gobang
- 2022-03-17 22:19:20下载
- 积分:1