搜索资源列表
factorial
- 一般来说,任何大于0的正整数n的阶乘等于n与(n-1)的阶乘的积,即n!=n(n-1)!。用(n-1)!的值来表示n!的值其表达式就是一种递归调用,因为一个阶乘的值是以另一个阶乘的值为基础的。 此程序是采用递归调用求正数n的阶乘的程序
87
- 本设计以STC89C516RD+单片机为控制运算器,以8*6矩阵键盘控制,以12864ZB液晶显示,以9V电池供电。 对于此计算器我用了38个键的矩阵键盘,10个数字键,1个小数点键,1个正负键,4个常用运算键,1个等号键,1个清零键,1个第二功能键,4个三角函数运算键,4个常用公式键,还有8个其它功能键。此计算器与常用计算器无很大差别,其中四则运算、阶乘、百分比、平方、立方、组合、乘方、倒数都可以精确到十位 ,其它运算因为调用到C语言函数库,为浮点型,有效位只有7位。 -The des
C_language_programming_algorithm_factorial_classic
- C编程实现阶乘的C语言的算法经典代码C language programming algorithm factorial classic code-C of C language programming algorithm factorial classic code
2008.12.1
- 计算大数的阶乘,用的链表和数组的方法。用于学习-Calculation of the factorial of large numbers, using the linked list and array method. For learning
calculator111
- C++语言实现的一个简易文本计算器,可以进行基本的四测运算和阶乘运算。是C++程序设计原理与实践一书中的一个实例。-C++ language to achieve a simple text calculator which can operate four basic arithmetic operations and factorial.It is an example of the book Programming Principles and Practice Using C++.
CPP_jiecheng
- 用C++实现阶乘运算,简单方便,适合初学者使用-With C++ factorial, simple and convenient, suitable for beginners