-
介绍C++编程语法及技巧的一本电子书,书名为《C++编程思想》。对于C++初学者来说,是一本非常好的入门课本。...
介绍C++编程语法及技巧的一本电子书,书名为《C++编程思想》。对于C++初学者来说,是一本非常好的入门课本。-nothing
- 2022-03-20 09:40:50下载
- 积分:1
-
WINDOWS核心编程的教程,中文版,非常详细
WINDOWS核心编程的教程,中文版,非常详细-WINDOWS tutorial core programming, the Chinese version of a very detailed
- 2022-04-18 17:58:40下载
- 积分: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
-
smartphone2003 上用evc编译的按键测试程序, api编写的
smartphone2003 上用evc编译的按键测试程序, api编写的-Smartphone2003 EVC compiler use the button test procedure, api prepared
- 2022-04-23 19:50:21下载
- 积分:1
-
led电子显示屏推送数据
通过IP地址推送显示消息到电子显示屏LED。使用16进制的方式推送
- 2022-04-22 20:05:35下载
- 积分:1
-
一个论坛的原创代码,是不是太多说了自己看啊
一个论坛的原代码,~多的就不说了自己看吧,~-a forum of the original code, was not much said his Behold, O ~
- 2022-05-10 22:12:28下载
- 积分:1
-
应很多人要求给出的vids:tscc解码程序(不是源码)
应很多人要求给出的vids:tscc解码程序(不是源码)- Should very many people the vids:tscc decoding procedure which
request to produce (not be source code)
- 2022-08-31 10:20:04下载
- 积分:1
-
通用下载网页验证码
通用下载网页验证码,可以自定义网页,自定义要本地目录,只用了单线程,界面会卡,不过,会一直下载,可以在任务管理器内终止
- 2022-07-25 13:00:13下载
- 积分:1
-
定制 MessageBox 的式样(初学者好用的东东)
定制 MessageBox 的式样(初学者好用的东东)-customize the layout MessageBox (beginners handy saucepan)
- 2022-02-14 08:05:43下载
- 积分:1
-
Four
四间隔频率变化,并循环输出50~51ms之间的频率。-Four-interval frequency changes and the cycle between 50 ~ 51ms output frequency.
- 2022-03-14 14:32:51下载
- 积分:1