搜索资源列表
素数幻方
- 求四阶的素数幻方。即在一个4X4 的矩阵中,每一个格填 入一个数字,使每一行、每一列和两条对角线上的4 个数字所组成的四位数,均为可逆素数。 -for four bands in several magic squares. In a 4x4 matrix, each one filled a digital grid so that each line, each diagonal out and two on the four figures of the four-digit, are
TwinsPrime
- 这是高效的判定一个数是否为素数的算法,并且能够判断一个素数是否为孪素数-determine whether a number is prime algorithms, and to determine whether a prime number of twin primes
IsPrimeNum
- 分析某数是不是素数-analysis is not certain primes
primes
- 用筛法求素数的小程序。用Visual C++实现
363710169
- 求出1000以内的全部素数。 求出1000以内的全部素数。-sought within the 1000 all primes. Get all within the 1,000 prime numbers. Get all within the 1,000 prime numbers.
assembly
- 里面有六个汇编程序,分别为: 实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。 实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。 实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。 实验四:显示小于1000的素数(用十进制数显示它们)。 实验五:分别统计内存中从0f00H开始的1024个
cyuanyan
- 判断101-200之间有多少个素数,并输出所有素数。 -Between 101-200 to determine the number of primes, and the output of all prime numbers.
prime-parallel
- 使用并行算法求解质数,求解速度基本上可以做到2倍的加速比-primes with parallel code
prime2
- 使用MPI库的并行求一组连续整数中有多少素数程序-a program to get the numbers of how many primes in a set of natural numbers with mpi library
gdbhecx
- 哥德巴赫猜想,输入任意一个大于6的偶数,证明这个数可以由两个素数表示-Goldbach s guess, input any more than a 6, proof this number can be even by two primes said
program
- Design, develop and execute a program using any thread library to create the number of threads specified by the user each thread independently generates a random integer as an upper limit, and then computes and prints the number of primes less than o
primes
- CnC中查找素数的并行 这是一个学习cnc很好的例子-How to find prime numbers in concurrent program. it s very useful in learning cnc.
sushu1
- 实现功能:输入一个100以内的数,计算输出该数内的素数-Functions: less than a 100 number, and calculate the output in the number of primes
Twin-to-prime
- 用汇编语言实现10到200以内的孪生素数对。可以更改范围以实现在更大范围内的孪生素数对查询-In assembler language realization within 10 to 200 of the twin primes. Can change the scope to realize in wider range of inquires twin primes
sushu
- 100 以内的素数,使用到子程序,完成这些素数的输出显示和个数统计以及求和计算,均以十进制形式输出。-Prime numbers less than 100, you want to use to the subroutine, the display and the number of statistics completion of these primes output and calculate the sum, expressed in decimal form output.
eaebb0817735
- RSA C语言实现能实现大素数的运算,包括加密以及解密的过程-The RSA C language to achieve large primes computing, including encryption and decryption process
Primes-applet
- 用C语言编写的有关素数的小程序-Primes applet ........
prime4
- 使用pthread多线程库实现筛法生成素数算法,生成1-n内素数后,可以分段生成n+1-n^2内的素数。-Pthread multithreading library sieve method to generate primes algorithm to generate 1-n primes segment to generate n+1-n ^ the primes 2 within.
abView 1.3 课后作业
- 1.创建一个 VI 程序,比较两个数, 如果其中一个数大于或等于另一个数,则 LED 点亮。 要求:可以多次操作,直到点退出按钮。 2.创建一个VI程序,该程序完成的功能是:产生一个 0.0 ~10.0 的随机数与10.0相乘,然后通过一个VI子程序将积与100相加后开方,将结果输出显示。 要求:可以多次操作,直到点退出按钮。 3、验证哥德巴赫猜想: 一个充分大的偶数可以表示为两个素数之和 要求:可以多次操作,直到点退出按钮。-1 to c
primes-judgment
- labview编程实现素数的判断,给定一个数,labview用布尔控件显示结果。-labview programming primes judgment, given a number, labview with Boolean control to display the results.