搜索资源列表
实习设计袁红利03060218
- C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened
big
- 可以计算大数的阶乘,速度非常快 用C语言实现,可以直接编译运行
实习设计袁红利03060218
- C语言的的windons下大数阶乘实现,运行良好.感觉很不错,相反啊独特.需要的可以打开开看,主要运用乘法思想的原理编写而成-C language of the majority of factorial windons under achieving, well-functioning. The feeling is very good, contrary ah unique. The need to be opened opened
big
- 可以计算大数的阶乘,速度非常快 用C语言实现,可以直接编译运行-Can calculate the factorial of large numbers, very quickly realize using C language, you can direct the compiler to run
DaShuJieChen
- 将一个数进行阶乘结果会是一个很大的数,在c语言里double型也最大只能存一个两位数的整数的阶乘。本算法是对大数进行阶乘计算。-Factorial of a number of results will be carried out is a very large number of languages in the c-type double can only keep the largest of a double-digit in
shuzijietiqiuhe
- vs2010下c语言编写,在数字的阶乘大于double类型所表示的最大数的时候怎么办呢?这个程序给了一种解决方案!-vs2010 under the c language, more than double the number of factorial type represents the maximum number of times how to do it? This program gives a solution!
dsjc
- 利用高精度计算大数阶乘的c语言源代码及其解释,其中还包括一些在C语言中常用的简单编程习惯和技巧,非常适合C语言初学者借鉴,如果好好的把程序调试一遍会对初学者很大的启发。程序中没有用到指针,结构体,共用体等内容,但运用了预编译,头文件,数组等等知识,特别是对getchar()进行输入容错的运用,并有详细的解释!-The use of high-precision computing factorial of large numbers o
man
- 大数的阶乘,利用c 语言实现,数据结构课程设计,-Factorial of large numbers, using c language, data structure curriculum design,
dashujiecheng
- C++语言,利用数据结构中的链表实现大数阶乘-c++ data structure
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直
阶乘
- 可以计算10000以内的阶乘,并自动识别用户输入的命令(You can calculate the factorial within 10000, and automatically identify the commands that the user enters.)