Description: 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.
To Search:
File list (Check if you may need any files):
cnr
...\cnr.dsp
...\cnr.plg
...\cnr_add.o
...\q2_12.mdsp
...\simplecnr.cpp