文件名称:0910605
介绍说明--下载内容均来自于网络,请自行研究使用
*编写递归函数,求n个元素集合的所有子集。
不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1-* Write a recursive function, find the set of all n-element subset. May wish to make a collection of elements to lowercase letters, the original set is {' a' , ' b' , ..., ' a' + n- 1
不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1-* Write a recursive function, find the set of all n-element subset. May wish to make a collection of elements to lowercase letters, the original set is {' a' , ' b' , ..., ' a' + n- 1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
roc1.cpp
roc2.cpp
roc3.cpp
roc2.cpp
roc3.cpp