-
Turbo C++,良好的Windows开发工具的测试程序代码
turbo c++,很好的windows开发工具,用于测试编程代码-turbo c++, good windows development tools for testing programming code
- 2022-02-04 22:04:36下载
- 积分:1
-
极品贪吃蛇
应用背景休闲娱乐小游戏,用简单的代码创造更多的乐趣,这是基于C++的一款适合大学生。初学者参考的小代码 ,希望大家喜欢,新人送上关键技术这是基于C++,中间参加WINDOWS等程序编译,每段程序后都有备注,简单明了
- 2022-06-16 09:25:41下载
- 积分:1
-
农夫过河问题算法实现,可以直接下载,不用解码的.
农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
- 2022-03-21 14:50:55下载
- 积分: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
-
使用winpcap和vc编写的抓包程序
使用winpcap和vc编写的抓包程序-use vc winpcap and procedures prepared by capturing Packet
- 2022-05-22 16:43:35下载
- 积分:1
-
在判断是否一个变形:先画一个多边形然后判断是否…
判断点是否在多变形内:
先画一个多边形
然后判断,如果在多边形内,显示“N”
如果在多边形外,显示“W”-in judgment over whether a deformation : the first draw a polygon then judge if the polygon, show "N" If the polygon, shows that the "W"
- 2023-05-21 11:25:04下载
- 积分:1
-
cpabe-签名算法实现
实现了2011年cpabe签名的算法,分为四个算法,分别输出了四个文件
- 2022-08-17 22:54:34下载
- 积分:1
-
java简单小系统
初学者可以使用的java小程序,里面用到前端页面设计,主要是后端的商品的增删改的操作。用到数据库,用到html网页设计。可以在上面自己增加操作。使其更加完整。
- 2022-03-04 00:22:29下载
- 积分:1
-
实践
c语言练习--计数器 介绍了一种用c语言实现计数器的程序 供大家参考-practice-- Counter introduces a language counter c procedures for your consideration
- 2023-05-27 20:45:04下载
- 积分:1
-
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。...
Josephu这个游戏问题的实现。设定n个人参加游戏,从第一人开始报数,数到m时的那个人退出,直到最后剩下一个人为止。-无
- 2023-03-03 06:35:04下载
- 积分:1