文件名称:Soct
介绍说明--下载内容均来自于网络,请自行研究使用
假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。
[需求分析]-Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis]
[需求分析]-Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis]
(系统自动生成,下载前可以参看下载内容)
下载文件列表
排序问题
........\build
........\build.xml
........\.....\classes
........\.....\.......\Dataliti9
........\.....\.......\Sort
........\.....\.......\Sort1
........\.....\.......\.....\BubbleSort.class
........\.....\.......\.....\Ex9_17.class
........\.....\.......\.....\HeapSort.class
........\.....\.......\.....\InsertSort.class
........\.....\.......\.....\LinQueue.class
........\.....\.......\.....\MergeSort.class
........\.....\.......\.....\Node.class
........\.....\.......\.....\Queue.class
........\.....\.......\.....\QuickSort.class
........\.....\.......\.....\RadixSort.class
........\.....\.......\.....\SelectSort.class
........\.....\.......\.....\ShellSort.class
........\.....\.......\.....\Sort.class
........\.....\.......\Sort3
........\.....\.......\.....\BubbleSort.class
........\.....\.......\.....\Ex9_17.class
........\.....\.......\.....\HeapSort.class
........\.....\.......\.....\InsertSort.class
........\.....\.......\.....\LinQueue.class
........\.....\.......\.....\Node.class
........\.....\.......\.....\Queue.class
........\.....\.......\.....\QuickSort.class
........\.....\.......\.....\SelectSort.class
........\.....\.......\.....\ShellSort.class
........\.....\.......\.....\Sort.class
........\.....\.......\.....\Sort1.class
........\.....\.......\.....\Test.class
........\.....\.......\....\Sort_bubble.class
........\.....\.......\....\Sort_heap.class
........\.....\.......\....\Sort_insert.class
........\.....\.......\....\Sort_quick.class
........\.....\.......\....\Sort_select.class
........\.....\.......\....\Sort_shell.class
........\manifest.mf
........\nbproject
........\.........\build-impl.xml
........\.........\genfiles.properties
........\.........\private
........\.........\.......\private.properties
........\.........\.......\private.xml
........\.........\project.properties
........\.........\project.xml
........\src
........\...\Sort
........\...\Sort1
........\...\.....\BubbleSort.java
........\...\.....\Ex9_17.java
........\...\.....\HeapSort.java
........\...\.....\InsertSort.java
........\...\.....\LinQueue.java
........\...\.....\MergeSort.java
........\...\.....\Node.java
........\...\.....\Queue.java
........\...\.....\QuickSort.java
........\...\.....\RadixSort.java
........\...\.....\SelectSort.java
........\...\.....\ShellSort.java
........\...\.....\Sort.java
........\...\Sort3
........\...\.....\BubbleSort.java
........\...\.....\Ex9_17.java
........\...\.....\HeapSort.java
........\...\.....\InsertSort.java
........\...\.....\LinQueue.java
........\...\.....\Node.java
........\...\.....\Queue.java
........\...\.....\QuickSort.java
........\...\.....\SelectSort.java
........\...\.....\ShellSort.java
........\...\.....\Sort.java
........\...\.....\Sort1.java
........\...\.....\Test.java
........\...\....\Sort_bubble.java
........\...\....\Sort_heap.java
........\...\....\Sort_insert.java
........\...\....\Sort_quick.java
........\...\....\Sort_select.java
........\...\....\Sort_shell.java
........\test
........\build
........\build.xml
........\.....\classes
........\.....\.......\Dataliti9
........\.....\.......\Sort
........\.....\.......\Sort1
........\.....\.......\.....\BubbleSort.class
........\.....\.......\.....\Ex9_17.class
........\.....\.......\.....\HeapSort.class
........\.....\.......\.....\InsertSort.class
........\.....\.......\.....\LinQueue.class
........\.....\.......\.....\MergeSort.class
........\.....\.......\.....\Node.class
........\.....\.......\.....\Queue.class
........\.....\.......\.....\QuickSort.class
........\.....\.......\.....\RadixSort.class
........\.....\.......\.....\SelectSort.class
........\.....\.......\.....\ShellSort.class
........\.....\.......\.....\Sort.class
........\.....\.......\Sort3
........\.....\.......\.....\BubbleSort.class
........\.....\.......\.....\Ex9_17.class
........\.....\.......\.....\HeapSort.class
........\.....\.......\.....\InsertSort.class
........\.....\.......\.....\LinQueue.class
........\.....\.......\.....\Node.class
........\.....\.......\.....\Queue.class
........\.....\.......\.....\QuickSort.class
........\.....\.......\.....\SelectSort.class
........\.....\.......\.....\ShellSort.class
........\.....\.......\.....\Sort.class
........\.....\.......\.....\Sort1.class
........\.....\.......\.....\Test.class
........\.....\.......\....\Sort_bubble.class
........\.....\.......\....\Sort_heap.class
........\.....\.......\....\Sort_insert.class
........\.....\.......\....\Sort_quick.class
........\.....\.......\....\Sort_select.class
........\.....\.......\....\Sort_shell.class
........\manifest.mf
........\nbproject
........\.........\build-impl.xml
........\.........\genfiles.properties
........\.........\private
........\.........\.......\private.properties
........\.........\.......\private.xml
........\.........\project.properties
........\.........\project.xml
........\src
........\...\Sort
........\...\Sort1
........\...\.....\BubbleSort.java
........\...\.....\Ex9_17.java
........\...\.....\HeapSort.java
........\...\.....\InsertSort.java
........\...\.....\LinQueue.java
........\...\.....\MergeSort.java
........\...\.....\Node.java
........\...\.....\Queue.java
........\...\.....\QuickSort.java
........\...\.....\RadixSort.java
........\...\.....\SelectSort.java
........\...\.....\ShellSort.java
........\...\.....\Sort.java
........\...\Sort3
........\...\.....\BubbleSort.java
........\...\.....\Ex9_17.java
........\...\.....\HeapSort.java
........\...\.....\InsertSort.java
........\...\.....\LinQueue.java
........\...\.....\Node.java
........\...\.....\Queue.java
........\...\.....\QuickSort.java
........\...\.....\SelectSort.java
........\...\.....\ShellSort.java
........\...\.....\Sort.java
........\...\.....\Sort1.java
........\...\.....\Test.java
........\...\....\Sort_bubble.java
........\...\....\Sort_heap.java
........\...\....\Sort_insert.java
........\...\....\Sort_quick.java
........\...\....\Sort_select.java
........\...\....\Sort_shell.java
........\test