查看会员资料
用 户 名:q****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
递归枚举模板
- 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: // abcba 满足条件 // abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string and its 26 characters from the