-
c++程序开发,实现多种功能,面向对象程序设计,非可视化
c++程序开发,实现多种功能,面向对象程序设计,非可视化-program, to achieve a variety of functions, object-oriented programming, visual-
- 2023-08-23 02:50:03下载
- 积分:1
-
一个不错的注册表工具源代码
一个不错的注册表工具源代码-registry a good tool for source code
- 2023-02-01 07:20:03下载
- 积分:1
-
真彩BMP图像转化为256色,以及灰度化源代码,有参考价值。
真彩BMP图像转化为256色,以及灰度化源代码,有参考价值。-True color BMP images into 256 colors, as well as the gray of the source code, have reference value.
- 2022-02-06 00:55:29下载
- 积分:1
-
Batch job scheduling problem, with VC++ Realize, code can be directly run
批处理作业调度问题,用VC++ 实现,代码可直接运行,-Batch job scheduling problem, with VC++ Realize, code can be directly run
- 2022-04-14 18:08:48下载
- 积分:1
-
为大选的学生领袖电子投票
这一项目使学生投票学校组织的领袖。
它可以方便地进行操作与 sql 的连接
- 2022-01-26 04:14:28下载
- 积分:1
-
查询输入字符串中字符个数
这个是纯C代码,对初学者比较好,可以看看。。。。。。。。。。。。。。
- 2023-02-28 17:20:04下载
- 积分:1
-
文件包然后写出其具体功能LCD12864读写程序可C51控制
文件包然后写出其具体功能LCD12864读写程序可C51控制-xdgsgdgfdgd
- 2022-06-29 13:03:38下载
- 积分:1
-
c++ high
c++高级编程的源代码,供大家学习c++时使用-c++ high-level programming source code for everyone to learn c++ use
- 2022-01-24 16:41:10下载
- 积分:1
-
Dew multimedia players
Dew 多媒体播放器 -Dew multimedia players
- 2022-01-26 01:45:19下载
- 积分:1
-
1背包问题是NP难题。0
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
- 2022-03-25 00:00:51下载
- 积分:1