CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 质因数分解

搜索资源列表

  1. qzsdzyfj

    0下载:
  2. 求整数的质因数分解(采用了数组).c.rar 可以求出整数的质因数-for the quality factor decomposition (using the arrays). C.rar integers can be calculated the quality factor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1988
    • 提供者:z
  1. fenjiezhiyinshu

    0下载:
  2. 软件简介: 你只需要输入一个大于2的数,就能自动判断这个数是否是素数,如果不是素数就自动分解质因数。-software descr iption : you only need to import a few of the more than 2, will automatically judge whether the number is prime, If not automatically prime factor decomposition quality.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5274
    • 提供者:chensi
  1. div

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:雷中科
  1. zhiyingshu

    0下载:
  2. 这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6321
    • 提供者:郑淑美
  1. fenjieyinshu

    0下载:
  2. 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,   重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:598
    • 提供者:huhaibin
  1. maththe

    0下载:
  2. 数论的基础有素数删选质因数的分解公约数的求解等-On the basis of several well-established quality factor of the number of censored election decomposition to solve a few, such as the Convention
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:3614
    • 提供者:tjj
  1. fjzys

    0下载:
  2. 一个很实用的程序,将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A very useful procedure, a positive integer decomposition of the quality factor. For example: enter 90, print out 90 = 2* 3* 3* 5.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:928
    • 提供者:海浪
  1. fenjie

    0下载:
  2. 用vb编写的分解质因数的小程序,可以把一个正整数分解为质因数。-Vb prepared by the decomposition of the quality factor of small procedures, a positive integer can be decomposed into the quality factor.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6070
    • 提供者:Jewelin Hanks
  1. fenjiezhiyinshu

    0下载:
  2. 将一个数分解质因数然后打印到屏幕,数由键盘输入-A number of decomposition of the quality factor and then print to screen, keyboard input from
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:843
    • 提供者:shengli
  1. 2_2

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5-A quality factor decomposition of positive integer. For example: enter 90, print out the 90 = 2* 3* 3* 5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4159
    • 提供者:吴文钊
  1. flowcontrol

    0下载:
  2. 流程控制学习程序,包括多层嵌套的IF-ELSE语句实例、正整数分解质因数、判断素数等-Process control learning process, including multiple nested IF-ELSE statements instance, a positive integer prime factor decomposition to determine prime numbers, etc.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1736
    • 提供者:SY
  1. biggest

    0下载:
  2. 用蛮力法,分解质因数法,欧几里得算法分别求解最大公约数问题-With the brute force method, the quality factor decomposition method, the Euclidean algorithm for greatest common divisor problem solving, respectively
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1268276
    • 提供者:hehuiling
  1. Apositiveintegerprimefactordecomposition

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer prime factor decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2820
    • 提供者:王军
  1. fenjiezhiyinshu

    0下载:
  2. 分解质因数。先用筛法筛出素数,然后求解。-Sift the quality factor decomposition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6359
    • 提供者:张晓媛
  1. Decomposition-of-the-quality-factor

    0下载:
  2. 分解质因数,对于特定领域有特殊的用途-Decomposition of the quality factor
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-26
    • 文件大小:659
    • 提供者:凌聿辉
  1. zhi_yin_shu_fenjie

    0下载:
  2. C语言实现一个正整数的,质因数分解,有具体的分析步骤-C language to implement a positive integer, the quality factor decomposition, there are specific steps in the analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:605
    • 提供者:zhangyp
  1. 将一个正整数分解质因数

    0下载:
  2. 题目4:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 -Title 4: a positive integer decomposition of prime factors. For example: input 90, print out 90 = 2* 3* 3* 5.
  3. 所属分类:其他小程序

    • 发布日期:2017-11-10
    • 文件大小:2976
    • 提供者:崔嬴
  1. Desktop

    0下载:
  2. 又是一个小程序,c++的,质因数分解,很熟悉吧?-It is a small program, c++, the prime factorization, very familiar with it?
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:750
    • 提供者:111111
  1. 质因数

    0下载:
  2. 输入两个整数a,b。求出所有整数的质因数分解。(Enter two integers a, B. The qualitative factor decomposition of all integers is obtained.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:282624
    • 提供者:melocarter
  1. 分解质因数

    0下载:
  2. C++语言程序,用于分解质因数,发复杂度较高
  3. 所属分类:C#编程

    • 发布日期:2020-10-17
    • 文件大小:12800
    • 提供者:Lxinwei28@
« 12 »
搜珍网 www.dssz.com