-
Visual Basic for beginner
Visual Basic for beginner
- 2022-08-10 22:09:31下载
- 积分:1
-
绿壁虎模板 绿壁虎模板
绿壁虎模板 绿壁虎模板 -绿壁虎模板
- 2022-05-23 05:48:58下载
- 积分: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
-
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器...
自己开发的Wince5.0下EP9315 SDK,该SDK可提供支持中文字符的模拟器-Wince5.0 own under EP9315 SDK, the SDK provides support for Chinese characters simulator
- 2023-01-15 21:10:09下载
- 积分:1
-
仓库选址问题的算法,选择在高速公路上XP的设置位置…
仓库选址问题算法,在公路上选择一个位置xp建立仓库,使得仓库为超市供货的总费用最小。-Warehouse location problem algorithm, select a location on the highway xp setting up a warehouse, allowing warehouse supermarket minimize the total cost of supply.
- 2023-02-15 10:15:03下载
- 积分:1
-
使用GDI和GDI+绘图橡皮筋lines_src混合
Using GDI and GDI+ mixed drawing rubber band lines_src
- 2022-04-23 21:57:13下载
- 积分:1
-
一个清除各种历史记录的代码
一个清除各种历史记录的代码-a clear historical record of all code
- 2022-02-06 04:41:32下载
- 积分:1
-
44B0X luxury version of NAND test code
44B0X豪华版NAND 测试代码-44B0X luxury version of NAND test code
- 2022-02-28 19:13:18下载
- 积分:1
-
WinCE串口通讯,使用EVC开发,rar文件,不需要解压密码。
WinCE串口通讯,使用EVC开发,rar文件,不需要解压密码。-WinCE serial communications, the use of EVC development, rar, not extracting passwords.
- 2022-05-07 02:12:14下载
- 积分:1
-
rendering translucent bitmaps and how transparent bitmap painting some slim, we...
绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering translucent bitmaps and how transparent bitmap painting some slim, we hope to show a translucent bitmaps. That is to say we will be a bit Figure B shows that the A bitmap, and they hope to see Figure B A part of the bitmap images, but not all. For example, A bitmap is a curve, B is a Bitmap suggest, we would like to suggest the show has been seen at the same time show the curve, but it does not need curve background on the need for useful to translucent bitmaps. From the curve looks like B infiltrate map, in fact technology is a translucent infiltration, infiltration formula we can use multiple, and here we choose (A AND which) OR B. Note that not produce white infiltration.
- 2022-08-07 15:05:14下载
- 积分:1