-
基于Microsoft Visual Basic 6.0 的一个关于数字的小游戏程序
基于Microsoft Visual Basic 6.0 的一个关于数字的小游戏程序-Based on Microsoft Visual Basic 6.0 on the figure of a small game program
- 2022-05-07 11:52:15下载
- 积分:1
-
use javabeanjsp have a linkage distribution of the source code, can help, hope w...
一个利用javabeanjsp产生联动分布的源代码,希望能有所帮助,也希望会被站长采用-use javabeanjsp have a linkage distribution of the source code, can help, hope will be adopted head
- 2022-03-13 21:05:56下载
- 积分:1
-
普通通信信号bpsk,qpsk,qam调制解调
普通通信信号bpsk,qpsk,qam调制解调-bpsk qpsk qam fsk gmsk modulation and demodulation
- 2022-03-24 10:11:39下载
- 积分:1
-
glut库的五个相关文件,替代进windows就可以用glut库了
glut库的五个相关文件,替代进windows就可以用glut库了-glut library five relevant documents, substitute into the windows can use the glut library
- 2022-05-05 14:52:34下载
- 积分:1
-
C++ code for video store
C++ code for video store
- 2022-01-20 23:22:07下载
- 积分:1
-
SET Sensor SIV100B driver debug code
SET Sensor SIV100B驱动调试代码-SET Sensor SIV100B driver debug code
- 2022-05-30 22:59:40下载
- 积分:1
-
1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。
2.物品的种数,重量、价...
1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。
2.物品的种数,重量、价值,背包的容量要求输入;
3.算法中加入剪枝函数(对重量已经超过限制重量的子树不搜索);
-1. In the selection of the items into the backpack, for each of the items I have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times I load backpack can not only part of the goods loaded I. 2. Number of species items, weight, value, capacity backpack for the importation 3. Algorithm to add pruning function (of weight over the weight limit does not search sub-tree)
- 2022-03-25 05:48:01下载
- 积分:1
-
Windows Xp登陆界面修改器,绿色版本,可以方便的修改登陆界面,美化您的PC...
Windows Xp登陆界面修改器,绿色版本,可以方便的修改登陆界面,美化您的PC
- 2022-07-10 07:56:45下载
- 积分:1
-
CAN communication test software, can send and receive data, and setup time
CAN通讯的测试软件,数据可发送及接收,并能设置时间-CAN communication test software, can send and receive data, and setup time
- 2023-02-06 21:30:03下载
- 积分:1
-
图像的二值化处理
实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
- 2022-09-03 03:00:05下载
- 积分:1