文件名称:13-Subset-and-Number
介绍说明--下载内容均来自于网络,请自行研究使用
问题陈述:给定N个数,和一个数T,判定是否可以从N个数中取出若干个数,使它们的和等于T。输出:YES或者NO。把N个数看成一个集合,问题就是从这个集合中选出一个子集,使这个子集满足和是T-Problem Statement: a given number N, and a number of T, and determines whether or not can be removed from the number N of a certain number, so that their equal T. Output: YES or NO. The number N as a set, the problem is selected from the set a subset, so that this subset satisfy and is T
(系统自动生成,下载前可以参看下载内容)
下载文件列表
13 子集和数问题(回溯算法)\子集和数问题(回溯算法) 实验报告.doc
.........................\子集和数问题(回溯算法).cpp
.........................\子集和数问题(回溯算法).exe
.........................\子集和数问题(回溯算法).o
13 子集和数问题(回溯算法)