-
Liuzhou Ji seven games source code aids in support of search and other demons.
七龙纪游戏辅助工具 源代码
支持恶魔搜索等.-Liuzhou Ji seven games source code aids in support of search and other demons.
- 2022-03-11 07:47:18下载
- 积分: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
-
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。
CH7013 视频编码芯片的WINCE驱动程序,可以在WINCE50中使用。-CH7013 video encoder chip WINCE driver, in WINCE50 use.
- 2022-04-23 23:33:22下载
- 积分:1
-
搜索的数字。多重处理的实现。MPI(RUS)+俄罗斯评论
Search of number of Pi. Multiprocessing realisation. MPI (RUS) +Russian comments-Search of number of Pi. Multiprocessing realisation. MPI (RUS)+Russian comments
- 2022-01-26 01:50:31下载
- 积分:1
-
include some Java applications, many of which are run, very helpful for beginner...
包括了一些Java的应用程序,其中很多都是可以运行的,对于初学者很有帮助.-include some Java applications, many of which are run, very helpful for beginners.
- 2022-05-22 09:30:25下载
- 积分:1
-
实现两个进程之间通信
实现两个进程之间通信-achieve communication between the two processes
- 2022-01-25 15:23:30下载
- 积分:1
-
用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。...
用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
- 2022-01-25 16:56:22下载
- 积分:1
-
c#的登陆入口,是初学者的最基本的数据库的应用程序。
c#的登陆入口,是初学者的最基本的数据库的应用程序。-landing import is the most basic beginners database applications.
- 2022-02-10 02:34:07下载
- 积分:1
-
This program computes the electric field and potential distributions of a dipole...
用来计算电偶极子的电场和电势分布,当然也可以根据需要计算更高阶的电场,只要保留到相应的阶次就OK了。-This program computes the electric field and potential distributions of a dipole. You can also compute higher order electric field with it by preserving the series to corresponding order.
- 2023-01-19 06:55:03下载
- 积分:1
-
callback函数使用的示例
callback函数使用的示例-callback function uses the example
- 2022-01-26 04:37:17下载
- 积分:1