登录
首页 » C# » 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:...

将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成:...

于 2022-08-16 发布 文件大小:2.60 kB
0 42
下载积分: 2 下载次数: 1

代码说明:

将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果nk,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n,  重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Will be a positive integer decomposition of the quality factor. For example: enter 90, print out 90 = 2* 3* 3* 5. Program analysis: the decomposition of n quality factor, should be to find a smallest prime number k, then complete the following steps: (1) If the prime number exactly equal to n, is illustrated in the process of decomposition of the quality factor has come to an end, you can print out . (2) If n

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MAN
    Start the thread of the case hope to give you some help(Start the thread of the case, hope to difference you some help)
    2017-04-07 20:58:42下载
    积分:1
  • SendMessage模拟鼠标单击事件(在webbrowser网页实现) 实例完整源码
    一个利用winapi模拟鼠标单击webbrowser中网页实例
    2013-04-04下载
    积分:1
  • 20100808
    电脑鼠学习计划书,可以帮助你规划电脑鼠设计。(Computer mouse study plan can help you plan the computer mouse design.)
    2010-08-08 12:55:52下载
    积分:1
  • Gauss-Projection
    一个通过高斯正反算公式计算高斯投影后投影平面的二维坐标,也可通过坐标反算大地经纬度。提供54系,西安80系,WGS-84系和CGCS2000系四种椭球参数。(A positive and negative Gaussian Formulas to calculate the two-dimensional coordinates of the Gauss projection projection plane can also be computed from coordinates latitude and longitude of the earth. 54 Department of the the Xi' an 80 series, WGS-84 system and CGCS2000 Department of four oval ball parameters.)
    2020-12-10 16:09:19下载
    积分:1
  • The-program-design-
    使用一个语言特征是因为你需要它,而不是因为它的存在。学习一门程序设计语言,并不需要掌握其全部的语法,关键是要学习使用语法来解决实际问题的方法。 要充分利用现有资源而不要做重复劳动,这样才能用好一门语言,才能开发出高质量的程序。(The program design )
    2014-05-09 09:59:26下载
    积分:1
  • 某OA办公系统
    信息中心标准化管理系统源码 源码描述: 一、源码描述     这是石家庄财政局信息中心标准化管理系统源码,整体功能相对较为完整,界面也比较美观,可以作为学习交流使用或者课程设计使用,需要的朋友可以下载看看哦。 二、功能介绍     该源码具体功能如下:     1、文档管理            文档上传            文档查询     2、资产管理            资产登记            资产维修报废申请            资产维修报废审核            资产维修报废查询            资产设备统计查询     3、机房管理            机房进出申请            机房进出审批   &
    2023-02-14 23:55:11下载
    积分:1
  • poll-su
    Poll servey management system with documents
    2014-02-01 19:06:18下载
    积分:1
  • STM32F407FFT
    说明:  使用STM32官方提供的DSP库进行FFT,虽然在使用上有些不灵活(因为它是基4的FFT,所以FFT的点数必须是4^n),但其执行效率确实非常高效,看图1所示的FFT运算效率测试数据便可见一斑。该数据来自STM32 DSP库使用文档(. Using the official DSP library provided by STM32 for FFT is not flexible in use (because it is the FFT of base 4, so the number of FFT points must be 4 ^ n), but its execution efficiency is really very efficient, as can be seen from the test data of FFT operation efficiency shown in Figure 1. This data comes from STM32 DSP library usage document)
    2020-06-20 19:00:02下载
    积分:1
  • hero.tgz33
    一个游戏的源代码(a game's source code)
    2004-09-25 00:09:19下载
    积分:1
  • PSO-LSSVM
    C语言代码,用于粒子群(PSO)优化LSSVM,很有用的代码(C language code for Particle Swarm (PSO) to optimize LSSVM, very useful code)
    2014-05-28 19:40:10下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载