CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - factor integer

搜索资源列表

  1. 完全数

    0下载:
  2. 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algorithm design based on the defin
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:姚紫欣
  1. simpleMathFunctions

    0下载:
  2. some simple but time wasting math logic 一些不难但麻烦(适合用电脑作)的数学函数的源码 1.Test for Prime numbers 2.Find the factorial of a number 3.Find the triangle(total sum) of a number 4.Reverse every integer of a number 5.Find any power of any value 6.Fin
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1580
    • 提供者:jeffery
  1. YFFXQ

    0下载:
  2. 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:194818
    • 提供者:龙一
  1. require-the-use-of-a-linked-

    2下载:
  2. 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
  3. 所属分类:OS Develop

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:xy
  1. 5

    0下载:
  2. 提示用户输入一个整数,并判断是否是素数,如果是将输出它本身,否则输出所有的真因子-Prompts the user to enter an integer, and determine whether it is a prime number, and if the output itself, otherwise the output of all the true factor
  3. 所属分类:MPI

    • 发布日期:2017-05-05
    • 文件大小:10950
    • 提供者:sun
搜珍网 www.dssz.com