查看会员资料
用 户 名:wj ****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
cmbn
- A RUBY class for generating n-element combinatatorials of any m elements (indexed by [0,1,...m-1]): C(m, n) To test, first uncomment the test block. Then run: >ruby cmbn.rb 7 4 ==> C(7, 4) or >ruby cmbn.rb 7 ==> {C(7,0), C(7,1)