CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 阶乘

搜索资源列表

  1. Java

    0下载:
  2. Test为输出60到69之间的随机数,Dig为用非递归求n的阶乘,ball为标签彩色球,YH为杨辉三角,Q21为矩阵转置。-Test the output of 60 to 69 random numbers between, Dig for the use of non-recursive find n factorial, ball color ball for the label, YH for the Yang Hui triangle, Q21 for the matrix trans
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:1860
    • 提供者:小李
  1. java

    0下载:
  2. 求和,平均数,数的阶乘,以及素数的运算。-Sum, average, the number of factorial, as well as computing prime numbers.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1149
    • 提供者:lijing
  1. javaxiaochenxu

    0下载:
  2. 阶乘、奇数和、日志、质数的一些介绍与程序代码-Factorial, odd and, logs, introduced a number of prime numbers and code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:16990
    • 提供者:
  1. jiechen

    0下载:
  2. JAVA程序编码,程序代码,求阶乘,求阶乘代码,代码-JAVA program code, program code, find the factorial, factorial code requirements, code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:3229
    • 提供者:
  1. NineMultiply

    0下载:
  2. java 实验 (1)实现一个整数N的阶乘运算。N为固定常数。 (2)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 -java test (1) to achieve an integer N factorial operation. N is a fixed constant. (2) in the following format on the scr
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2845
    • 提供者:duanduan
  1. MY_JAVACODE

    0下载:
  2. 这段代码简单的实现了1到20阶乘的Java编程-The factorial in the Java programming
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1349
    • 提供者:子桬
  1. Computing-factorials--

    0下载:
  2. 计算阶乘,用JAVA实现阶乘的计算,程序很简单,仅供参考-Computing factorials, factorial calculations using JAVA program is very simple, for reference only
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1023
    • 提供者:TAOTAO
  1. Jython-display

    0下载:
  2. Jython应用实例,echo.py factorial.py进行阶乘! -Jython application instance, echo.py factorial.py the the factorial!
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6981
    • 提供者:li bin
  1. TextOperator

    0下载:
  2. 多种方法实现阶乘,包括运用递归算法,运用简单的循环相乘的算法-A variety of methods, including the use of a recursive algorithm for factorial, the use of a simple cycle multiplication algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:2063
    • 提供者:Homer
  1. Factorial

    0下载:
  2. 关于阶乘Factorial的 java 程序-about Factorial
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:838
    • 提供者:michelle
  1. Java

    0下载:
  2. 资料里的是Java的程序代码,有求n个奇数的和,输出给定范围的质数,阶乘的计算,输出前五个被3整除的数,用非递归的方法打印Fibonacci数列。-Data is the Java code, n odd and output demand given the scope of the prime numbers, the factorial calculation output five divisible by 3, non-recursive print the Fibonacci seq
  3. 所属分类:JavaScript

    • 发布日期:2017-11-25
    • 文件大小:12664
    • 提供者:yuyu
  1. runnian

    0下载:
  2. N的阶乘的计算,判断年份是否为闰年等几个有用的小程序代码。-N factorial calculation to determine the year is a leap year, and several other useful little program code.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:4916
    • 提供者:John Smith
  1. JAVA

    0下载:
  2. 关于阶乘的算法,输入X算出X!,有兴趣的可以看下-On factorial algorithm, the input X calculated X! Interested can look
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:3991
    • 提供者:TOM
  1. src

    0下载:
  2. java计算器源码 内含三角函数,反三角函数,阶乘等运算,大多属于函数库调用-java calculator source code contains trigonometric functions, inverse trigonometric functions, factorial operation, most of them belonging to the library calls
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:9353
    • 提供者:丁贤达
  1. java-application

    0下载:
  2. 基于java的编程应用,比如图形化的任意数的阶乘,多功能记事本,非图形化字符串等的应用程序-Java-based application programming factorial of any number, such as graphical, multi-functional Notepad, non-graphical string applications
  3. 所属分类:JavaScript

    • 发布日期:2017-11-18
    • 文件大小:31560
    • 提供者:王兴亮
  1. aa

    0下载:
  2. 计算器实例,设计一个能实现计算器功能的Java程序,可以进行加减乘除(另外可适当加上阶乘正弦余弦和指数)运算。-Calculator Example: design a calculator function Java program, you can add, subtract, multiply, division (may be appropriate to add the factorial, sine, cosine and index) operator.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-24
    • 文件大小:1215
    • 提供者:
  1. JIECHENG

    0下载:
  2. 图形化计算阶乘,输入任意数字都可计算,经典java程序,初学者必学-The graphical computing factorial, enter any number can be calculated
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:1024
    • 提供者:和小夷
  1. Factorial_algorithm

    0下载:
  2. 一个实现阶乘功能的JAVA小程序,代码较为简单。-A JAVA applet of the factorial function , the code is simple.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:534
    • 提供者:
  1. Calculators

    0下载:
  2. 计算器的设计与实现 设计一个能实现计算器功能的Java程序,可以进行加、减、乘、除(另外可适当加上阶乘、正弦、余弦和指数)运算。-Design and Implementation of the calculator design a Java program that implements a calculator function, you can add, subtract, multiply, and divide (may be appropriate to add anot
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1024
    • 提供者:李琪
  1. jiechen

    0下载:
  2. 编写一个JSP程序,计算整数的阶乘,并显示出结果。-Write a JSP program to calculate the factorial of an integer, and displays the result.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:737
    • 提供者:肖昌武
« 1 23 »
搜珍网 www.dssz.com