-
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。...
本书深入介绍了C++语言的来源发展及编程中的改进。必定对C++有进一步的认识。-This book gave an insight into the source of C++ language development and programming improvements. C++ will definitely have further understanding.
- 2023-04-17 21:30:02下载
- 积分:1
-
这是一个reratively简单程序。
this a reratively simple program.-this is a reratively simple program.
- 2022-03-21 23:51:18下载
- 积分:1
-
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!...
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!-an ftp vc source code! Sparrow Although small, but with all! If you want to become their own ftp from the start of this procedure!
- 2022-11-21 09:20:03下载
- 积分:1
-
shell程序,大家
shell程序,大家-shell, we look at
- 2022-02-07 17:22:54下载
- 积分: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
-
文本格式的bit流转化为binary格式的字节流
文本格式的bit流转化为binary格式的字节流-text format of the circulation bit binary format into a byte-stream
- 2022-05-21 09:43:08下载
- 积分:1
-
本软件可以在windows
下对BIOS的设置进行模拟
本软件可以在windows
下对BIOS的设置进行模拟-the software under the windows of the BIOS setup simulation
- 2023-05-22 20:25:02下载
- 积分:1
-
Skype API application5
skype api application5
- 2022-04-08 19:43:35下载
- 积分:1
-
卡消息提示信息管理
很多卡管理用于添加、 删除、 修改、 导出。然后查询为 1 个月、 2 月、 3 个月和过期。
- 2022-07-01 14:58:15下载
- 积分:1
-
CUM after the modified code from Tianjin Part 5
经更改后的CUM 代码 来自天津 第5部分-CUM after the modified code from Tianjin Part 5
- 2022-05-25 17:31:37下载
- 积分:1