文件名称:cnr
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
只使用加法,不用递归来实现组合数的计算。利用到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.
及整个递归过程中的迭代性质(类似杨辉三角的计算)。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
...\cnr.plg
...\cnr_add.o
...\q2_12.mdsp
...\simplecnr.cpp
...\cnr.dsp
...\cnr.plg
...\cnr_add.o
...\q2_12.mdsp
...\simplecnr.cpp