文件名称:SubsetSum
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 328kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
子集和问题的一个实例为〈 S,t 〉。其中,S={x1 ,x2 ,…, xn }是一个正整数的集合,c是一个正整数。子集和问题判定是否存在S的一个子集S1,使得x1+x2+...+xk=S, 其中x1,x2...xk属于集合S1。
对于给定的正整数的集合S和正整数c,编程计算S 的一个子集S1,使得x1+x2+...+xk=S, 其中x1,x2...xk属于集合S1。-Subset of the problem and an example for < S, t> . Of which, S = (x1, x2, ..., xn) is a set of positive integers, c is a positive integer. And problems in a subset of S to determine whether there is a subset of S1, makes x1+ x2+...+ xk = S, one x1, x2 ... xk are set S1. For a given set of positive integers S and positive integer c, calculated S a subset of S1, makes x1+ x2+...+ xk = S, one x1, x2 ... xk are set S1.
对于给定的正整数的集合S和正整数c,编程计算S 的一个子集S1,使得x1+x2+...+xk=S, 其中x1,x2...xk属于集合S1。-Subset of the problem and an example for < S, t> . Of which, S = (x1, x2, ..., xn) is a set of positive integers, c is a positive integer. And problems in a subset of S to determine whether there is a subset of S1, makes x1+ x2+...+ xk = S, one x1, x2 ... xk are set S1. For a given set of positive integers S and positive integer c, calculated S a subset of S1, makes x1+ x2+...+ xk = S, one x1, x2 ... xk are set S1.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Subset Sum
..........\Debug
..........\.....\StdAfx.obj
..........\.....\Subset Sum.exe
..........\.....\Subset Sum.ilk
..........\.....\Subset Sum.obj
..........\.....\Subset Sum.pch
..........\.....\Subset Sum.pdb
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\ReadMe.txt
..........\StdAfx.cpp
..........\StdAfx.h
..........\Subset Sum.cpp
..........\Subset Sum.dsp
..........\Subset Sum.dsw
..........\Subset Sum.ncb
..........\Subset Sum.opt
..........\Subset Sum.plg
..........\Debug
..........\.....\StdAfx.obj
..........\.....\Subset Sum.exe
..........\.....\Subset Sum.ilk
..........\.....\Subset Sum.obj
..........\.....\Subset Sum.pch
..........\.....\Subset Sum.pdb
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\ReadMe.txt
..........\StdAfx.cpp
..........\StdAfx.h
..........\Subset Sum.cpp
..........\Subset Sum.dsp
..........\Subset Sum.dsw
..........\Subset Sum.ncb
..........\Subset Sum.opt
..........\Subset Sum.plg