搜索资源列表
_nankai100doc
- 请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。
Fourier()
- * 函数名称: * Fourier() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 成功返回TRUE,否则返回FALSE。 * 说明: * 该函数用来对图像进行付立叶变换。-* Function name:* Fourier ()* parameters:* LPSTR l
primeNumber
- 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
sushusuanfafenxi
- 介绍利用VisualBasic语言判定和筛选素数的基本算法及改进方案。-VisualBasic language to introduce the use of prime numbers and screening to determine the basic algorithm and improve the program.
prime
- 一个求解素数的算法小程序!为初学者了解语法功能与结构使用- A prime number of algorithms for solving applet
sushuqiuhe
- 实现1到100的素数求和,首先要判断哪些是素数,然后在迭代相加-Achieve 1-100 sum of prime numbers, we must first determine which is the prime number, and then add in the iterative
rsa
- 1、编写程序构造一RSA密钥; 2、编写程序实现快速指数算法; 3、编写程序生成大素数; 4、实现RSA密码体制 -1, the preparation of procedures for constructing a RSA key 2, the preparation of procedures for fast index algorithm 3, the preparation process to generate large prime numbers 4, t
chh
- 判断101-200之间有多少个素数,并输出所有素数。-ahsfka agvsdf!
prime
- 求任意一个整数是不是素数。采用for循环分别用改数除以它和1之间的所有数。最后给出结果。-For any prime number is an integer. Used for the cycle were divided by the number changed between it and all the number 1. Finally, the results.
Biaodashi
- 1 使用流程控制语句,实现简单的逻辑运算; 实验重点:循环语句控制 实验题目:随机产生100以内的整数,并测试是否为素数。(提示:素数是大于2的整数,只能被1和自己整除) -import java.awt.* package student
prime
- 求素数 求模 一些关于关于加密的基本算法,自带数据的,希望修改后使用-prime
fast_strong_prime_number_generation_method
- 一种快速的强素数生成方法 一种快速的强素数生成方法-A fast strong prime number generation method
VLS-book2-script
- 编写程序计算500~800区间内素数的个数cnt,并按所求素数的值从大到小的顺序,再计算其间隔减、加之和, 即第1个素数-第2个素数+第3个素数-第4个素数+第5个素数……的值sum。 输出格式如下结果显示,cnt为个数,s为sum值。-no
PRIME
- 用双重for循环实现求素数功能 用的是oracle PL/SQL -Request with a double for loop to achieve with the prime function of oracle PL/SQL
2
- 回文素数的算法源码,支持在C++环境下编程-Palindromic primes algorithm source code, support for C++ programming environment
qiusushugeshu
- 本程序介绍完成读入1000个数的操作,并求出其中素数的个数。-This procedure describes the number of completed read operation 1000, and calculated the number of prime numbers of them.
RSAaRabin
- 其中包含介绍RSA和rabin的ppt文档。可用于学习此算法,尤其对于素数检测的学习与应用有帮助。-Which contains the descr iption of the RSA and rabin ppt documents. The algorithm can be used for learning, especially for prime testing and application of learning help.
判断101-200之间有多少个素数
- 题目2:判断101-200之间有多少个素数,并输出所有素数。-Topic 2: judgment between 101-200 how many a prime number, and output all primes.
关于素数的研究已有相当长的历史
- 关于素数的研究已有相当长的历史,近代密码学的研究又给它注入了新的活力.在关于素数的研究中素数的测试是一个非常重要的问题-On the study of the prime has a long history, modern cryptography research and give it has injected new vitality. On the study of the prime prime test is a very important problem
zhaomayabng
- 计算素数的个数并挑选出矩阵中满足序号为素数的数(Calculate the number of prime numbers and pick out the number in the matrix that satisfies the ordinal number)