cnr

所属分类:Windows编程
开发工具:Visual C++
文件大小:4KB
下载次数:3
上传日期:2009-03-10 22:40:57
上 传 者ganagang
说明:  只使用加法,不用递归来实现组合数的计算。利用到C(n,r)=C(n-1,r)+C(n,r) 及整个递归过程中的迭代性质(类似杨辉三角的计算)。VC6下编译。安装VC6后点击.dsp文件即可。
(Use only addition, not recursive to realize the calculation of the number of combinations. Access to C (n, r) = C (n-1, r)+ C (n, r) and the recursive nature of the process of iteration (similar to the calculation of Yang Hui triangle). Compiled under VC6.)

文件列表:
cnr\cnr.dsp (4254, 2009-03-10)
cnr\cnr.plg (1258, 2009-03-10)
cnr\cnr_add.o (952, 2009-01-31)
cnr\q2_12.mdsp (1442, 2009-01-31)
cnr\simplecnr.cpp (1627, 2009-03-10)
cnr (0, 2009-03-10)

近期下载者

相关文件


收藏者