-
bahuanghouwenti dejiejue
bahuanghouwenti dejiejue
- 2022-01-28 08:43:05下载
- 积分:1
-
我玩的一个游戏嘛
我玩的一个游戏嘛-I play a game!
- 2022-10-27 12:00:04下载
- 积分:1
-
画图程序,可以做简单的几何图形,是很好的基础程序
画图程序,可以做简单的几何图形,是很好的基础程序-Paint program, can do a simple geometry
- 2022-11-24 13:30:03下载
- 积分:1
-
串口通信开发示例
主要针对MFC串口通信控件的开发,实现了串口数据的交互,新手学习和了解串口通信的最好示例。
- 2022-01-26 03:39:18下载
- 积分:1
-
rapid implementation of arbitrary document and can be set up as a toolbox, the m...
快速的执行任意的文件
并集合起来可以当做 工具箱 ,媒体箱 等-rapid implementation of arbitrary document and can be set up as a toolbox, the media bins
- 2022-08-20 08:14:21下载
- 积分:1
-
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能
旋转裁剪图片的头文件,实现图片任意角度的旋转裁剪功能-Crop rotation picture header file, to achieve picture at any angle of rotation cropping feature
- 2023-01-23 16:30:04下载
- 积分:1
-
纯文本转PDF格式
一个纯文本(Text)转换成PDF格式 的 C++ 实例,简单实用,欢迎选用。
- 2023-01-30 13:15:03下载
- 积分:1
-
windows interface programming interface imitation Kingsoft
windows界面编程,仿金山词霸的界面-windows interface programming interface imitation Kingsoft
- 2022-04-28 04:25:07下载
- 积分:1
-
Calculate factorial of large numbers, using an array of methods to calculate a f...
计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
- 2022-03-29 07:48:59下载
- 积分: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