搜索资源列表
wanquan
- 用户输入一个范围 程序会将此范围内的完全数全部打印出来 (完全数即此整数的各个因子值的和等于该整数)-The user to enter a range of procedures would be fully within the scope of the number of all the print out (full number that is the integer value of each factor and equal to the integer)
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.
Prime_Numbers
- Threw history,prime numbers has always be a great fascination for mathematicians. Even in modern times,primes numbers continues to fascinate many people.Probably the main reason why prime numbers continues to create such great interest would be beca
FastWalshHadamardTransform
- The function implement the 1D sequency(Walsh) ordered fast Walsh-Hadamard transform which can be used in signal processing, pattern recongnition and Genetic alogorithms. This algorithm uses a Cooley-Tukey type signal flow graph and is implemented
2_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
flowcontrol
- 流程控制学习程序,包括多层嵌套的IF-ELSE语句实例、正整数分解质因数、判断素数等-Process control learning process, including multiple nested IF-ELSE statements instance, a positive integer prime factor decomposition to determine prime numbers, etc.
1
- 本程序由三部分组成:输入员工的信息(年工作时间和工种系数);计算员工年工作量;输出员工年工作量。 在输入员工的信息年工作时间部分,将十进制数ASCII码转换成二进制数。同时由于可能存在小数和,而小数的位数一般为1位,为了便于计算,将每个数都乘10,对于工种系数则由于它要保留到小数点后两位,所以将它们都乘以100,从而去掉小数和,做整数计算。-This procedure consists of three parts: input employee information (annual w
Apositiveintegerprimefactordecomposition
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer prime factor decomposition
half_divide
- 提供一种分频系数为整数加0.5的分频方法,并在Q2中验证-Provide a frequency division factor of the sub-integer frequency increase of 0.5 methods, and verify in Q2
Demo
- 用netbeans写的swing程序,写了非递归求两整数最大公因子、分治法求大整数乘法、动态规划求最长公共子串,集合划分问题。 -Netbeans swing with written procedures, write a non recursive find the greatest common factor of two integers, divide and conquer seek large integer multiplication, dynamic programming
zhi_yin_shu_fenjie
- C语言实现一个正整数的,质因数分解,有具体的分析步骤-C language to implement a positive integer, the quality factor decomposition, there are specific steps in the analysis
a-factor
- 如何在输入一个整数的时候,利用c++语言求它的因子- how to Find an integer factor of how translation
Positive-integer-decomposition-
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer decomposition of the quality factor. For example: Type 90, print 90 = 2* 3* 3* 5.
height
- 要求用户使用一个整数指出自己的身高(单位为英寸),然后将身高转换为英尺和英寸。程序使用下划线字符来指示输入位置,使用const符号常量来表示转换因子。-Requires the user to use an integer that their height (in inches), then the height converted to feet and inches. The program uses the underscore character to indicate the inp
duoxiangshi
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出: 以指数递
calculator
- 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
factor
- N的阶乘 【问题描述】 精确计算N的阶乘。其中,N可能是小于200的任意正整数。 【输入形式】 输入文件为当前目录下的factor.in。 该文件只包含一个正整数,表示需要求该正整数的阶乘。 【输出形式】 输入文件为当前目录下的factor.out。 该文件只包含一个正整数,表示该正整数的阶乘。50个数字为一行 【输入样例】 57 【输出样例】 40526919504877216755680601
Integer-factor-decomposition
- 算法: 对于给定正整数n,计算n共有多少种不同的分解式。-Algorithm: For a given positive integer n, n calculate how many different factorization total.
A-positive-integer-decomposition-
- 用c语言将一个正整数分解质因数,代码条理非常清晰-Using c language will be a positive integer decomposition of the quality factor, the code is very clear structured