-
Enumeration system is currently running programs, VC++ to achieve, the test
枚举系统当前正在运行的程序,VC++实现,测试通过-Enumeration system is currently running programs, VC++ to achieve, the test
- 2023-03-06 17:05:04下载
- 积分: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
-
VC++运用WINDOWS API实现应用程序版本检测
VC++运用WINDOWS API实现应用程序版本检测-VC use Windows API application version detection
- 2022-09-22 06:35:03下载
- 积分:1
-
In the VC++ environment to achieve the related binary operation ... ...
在VC++环境下实现二叉树的相关操作-In the VC++ environment to achieve the related binary operation ... ...
- 2023-08-13 21:45:03下载
- 积分:1
-
EMAIL服务器源代码
EMAIL服务器源代码-email server source code
- 2022-05-07 05:41:30下载
- 积分:1
-
VB do a highly functional View, modify system tools.
VB做的一个功能极强的查看,修改系统的工具.-VB do a highly functional View, modify system tools.
- 2023-05-20 13:40:02下载
- 积分:1
-
http://www.bumblebeesoftware.com上有一个Parser Generator 这是它的C++版计算器,不同的是我用VC把它配置好了,...
http://www.bumblebeesoftware.com上有一个Parser Generator 这是它的C++版计算器,不同的是我用VC把它配置好了,我想很多人不知道怎么用VC,虽然那个软件的帮助里有讲述. 有问题haoyujie@sohu.com-http://www.bumblebeesoftware.com have a Parser Generator This is the version of the C calculator, I was the different VC configures it, I think many people do not know how VC, although with the help of software that there are about. Problems haoyujie@sohu.com
- 2022-03-18 21:25:00下载
- 积分:1
-
自己编写的很多源代码,很适用,需要的来下,非常辛苦地编写的代码...
自己编写的很多源代码,很适用,需要的来下,非常辛苦地编写的代码-Many have written the source code, it is applicable, needed to, it is very hard to write code
- 2023-03-10 16:00:04下载
- 积分:1
-
named pipe clients FOSS
命名管道客户机源码-named pipe clients FOSS
- 2023-03-15 02:35:03下载
- 积分:1
-
自己写的一个高校学生收费和票据套打程序,供大家参考
自己写的一个高校学生收费和票据套打程序,供大家参考-Himself wrote a college student fees and bills套打procedures for your reference
- 2022-02-06 22:32:35下载
- 积分:1