大整数阶乘算法
摘要:
#include "stdafx.h"#include "stdlib.h"#include "string" int a[10000] = {0};//结果数组 void Calculate(int n){ int i; int j; int pos = 0;//当前结果数组a[]中最高的,a[pos]不是0值的下标 int x[10000] = {0};//处理进位的数组, a[0] ... 阅读全文
posted @ 2010-09-30 00:22
black_1890
阅读(254)
评论(0)
推荐(0)
浙公网安备 33010602011771号