搜索资源列表
源文件.rar
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的
fjzys
- 你只需要输入一个大于2的数,就能自动判断这个数是否是素数,如果不是素数就自动分解质因数。 -you only need to import a few of the more than 2, will automatically judge whether the number is prime, prime, if not automatically decomposition quality factor.
mathFJZYS
- 分解质因数,这是我刚接触C而编写的一个自认为我现阶段水平最简洁的源代码-decomposition quality factor, which I inadvertently prepared by the C from a level at this stage I think the most concise source code
qzsdzyfj
- 求整数的质因数分解(采用了数组).c.rar 可以求出整数的质因数-for the quality factor decomposition (using the arrays). C.rar integers can be calculated the quality factor
fenjiezhiyinshu
- 软件简介: 你只需要输入一个大于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.
div
- 将一个正整数分解质因数。例如:输入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的值,重复执行第一步。
zhiyingshu
- 这是一个实现质因数分解的程序,输出这个数的质因数的连乘形式
game2
- 将一个很大(最大为29位整数79228162514264337593543950335,即2^96-1)分解成最小的质因数并以指数结果显示,分解速度视情况而定,如果这个数的因数多,则较快,反之则慢.
fenjieyinshu
- 题目:将一个正整数分解质因数。例如:输入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的值,重复执行第一步。
gao610898180_1
- 三种方法(分解质因数法、连续整数检测法、欧几里得算法)求两个数的最大公约数的C++实现
分解质因数
- 这个是简单的用vb编程编的分解质因数的程序和已经编译了的exe文件-This is a simple program with vb series of the quality factor of the decomposition process and is compiled by the exe files
源文件
- 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十
maththe
- 数论的基础有素数删选质因数的分解公约数的求解等-On the basis of several well-established quality factor of the number of censored election decomposition to solve a few, such as the Convention
fjzys
- 一个很实用的程序,将一个正整数分解质因数。例如:输入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.
fenjie
- 用vb编写的分解质因数的小程序,可以把一个正整数分解为质因数。-Vb prepared by the decomposition of the quality factor of small procedures, a positive integer can be decomposed into the quality factor.
zhi_yin_shu_fenjie
- C语言实现一个正整数的,质因数分解,有具体的分析步骤-C language to implement a positive integer, the quality factor decomposition, there are specific steps in the analysis
将一个正整数分解质因数
- 题目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.
Desktop
- 又是一个小程序,c++的,质因数分解,很熟悉吧?-It is a small program, c++, the prime factorization, very familiar with it?
质因数
- 输入两个整数a,b。求出所有整数的质因数分解。(Enter two integers a, B. The qualitative factor decomposition of all integers is obtained.)
分解质因数
- C++语言程序,用于分解质因数,发复杂度较高