查看会员资料
- Email:用户隐藏
- Icq/MSN:qq
- 电话号码:
- 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)