搜索资源列表
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.
example_num
- 阿姆斯特朗数,回文数,素数,自守数,完全数
MPI_Prime
- MPI并行程序设计: 对于输入的无符号长整型数,统计小于该数的所有素数的个数。
EUCLID
- 本程序完成了欧几里得算法求最大公约数、扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数
lllAppSuShu
- 素数判断计算器 使用说明: | | 用户可以在第一个文本框内输入想要判断的数字,确认后,点击确定,该素 | |数判断器将判断出其是否为素数,并且在第二个文本框中显示结果。如果为素数,则 | |将以蓝色文字显示;如果不是素数,则将以红色文字显。在使用过程中,随时点击关 | |闭按钮,即可关闭窗口,退出判断器。
IsPrimeNum
- 分析某数是不是素数-analysis is not certain primes
ecmnet20ksrc
- 分布式大数分解程序源码,可以再多台机器上利用数域筛法分解大素数。-Distributed integer factorization program source code, the more the machine can use the number field sieve factoring large prime numbers.
assembly
- 里面有六个汇编程序,分别为: 实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。 实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。 实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。 实验四:显示小于1000的素数(用十进制数显示它们)。 实验五:分别统计内存中从0f00H开始的1024个
519
- 输入一个数,选择判断是平方数,回文数还是素数。-Enter a number, select the square to determine the number of prime numbers or the number palindrome.
Goldbach-Conjecture
- 进行哥德巴赫猜想的数据实验,即输入一个比6大的数,输出x=a+b,x为输入,a、b分别为x的两个素数质因数。-The experimental data Goldbach' s conjecture, that is to enter a larger number than 6, the output x = a+ b, x as input, a, b are the two prime x prime factors.
sushu1
- 实现功能:输入一个100以内的数,计算输出该数内的素数-Functions: less than a 100 number, and calculate the output in the number of primes
4.4
- (4) 简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6-to simplify the GeDeBaHe guess: any mo
aa
- 提示用户输入一个数据总个数(设定一个范围,如果用户是非法输入,应可以提示重输) 提示给这个数组输入整数值(如果用户输入错误,应可以重输) 显示未排序数组的元素 询问是否要在未排序数组中查找数据(如果你选择的不是Y,y,程序将从第八步开始) 提示输入一个查找值 显示查找结果(如果程序发现一个匹配的元素,它就显示此元素数组的下标,否则程序靠诉你没有找到与查找值匹配的元素) 重复执行第4步 显示已排序数组的元素 询问是否要在排序后的数组中查找数据(如果你选择的不是Y,y
Cyuyandaima
- 改程序包,包含以下五个C程序内容,对数组进行排序,求100之内的素数,数组的逆序输出,杨辉三角和计算一维数组中所有元素的平均值-Change the program package, contains the following five C program content, to sort the array, and 100 primes, reverse output array, mean value of all elements of the Yang Hui triangle an
44
- 简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6 -Sim
GDBH
- 用汇编语言实现的验证简单的哥德巴赫猜想的代码,简化的歌德巴赫猜想:任何一个大于6的偶数均可以表示为两个素数之和。现从键盘输入一个0~65535之间的无符号整数,试验证歌德巴赫猜想。 如输入数12,输出: 12=5+7 如输入数20,输出: 20=3+17 20=7+13 如输入数7,输出: Must be even 如输入数3,输出: Must be greater than or equal to 6-Using assembly lang
5
- 1、一个判素数的函数,在主函数输入一个整数,输出是否为素数的信息。 2、输出杨辉三角前十行 3、十十五个数由大到小的顺序存放在一个数组,输入一个数,折半法找出该数是数组中的第几个,若不在,输出“无此数” 4、输出所有水仙花数(各位数字立方和等于本身) 5输出100以内的完数(一个数等于其因子之和) -1, a function of the number of sub-prime, an integer in the main function of the input, t
cs
- 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
fenjiesuyinsu
- 对一定范围内的数,将其分解为若干素数相乘的结果,用C语言实现,文件保存的是cpp,其中应用到了某些c++的特性。-Within a certain range of the number, which break down as the result of a number of prime numbers multiplied, using C language, the file is saved cpp, which apply to the characteristics of cert
一千以内素数
- 素数为除了1和自己本身以外无法被除尽的数 本程序可以得出一千以内的所有素数(Prime numbers are all primes less than one thousand except for 1 and beyond itself.This program can draw all the prime numbers within one thousand)