CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 素数

搜索资源列表

  1. _nankai100doc

    0下载:
  2. 请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:65105
    • 提供者:陈继远
  1. Fourier()

    0下载:
  2. * 函数名称: * Fourier() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 成功返回TRUE,否则返回FALSE。 * 说明: * 该函数用来对图像进行付立叶变换。-* Function name:* Fourier ()* parameters:* LPSTR l
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:1405
    • 提供者:杨群
  1. primeNumber

    0下载:
  2. 数论相关的一个算法:如何在多项式时间判断素数-Number theory related to an algorithm: How to determine in polynomial time prime number
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:151532
    • 提供者:henry
  1. sushusuanfafenxi

    0下载:
  2. 介绍利用VisualBasic语言判定和筛选素数的基本算法及改进方案。-VisualBasic language to introduce the use of prime numbers and screening to determine the basic algorithm and improve the program.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:251865
    • 提供者:wuzhicheng
  1. prime

    0下载:
  2. 一个求解素数的算法小程序!为初学者了解语法功能与结构使用- A prime number of algorithms for solving applet
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:14190
    • 提供者:李明
  1. sushuqiuhe

    0下载:
  2. 实现1到100的素数求和,首先要判断哪些是素数,然后在迭代相加-Achieve 1-100 sum of prime numbers, we must first determine which is the prime number, and then add in the iterative
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:97327
    • 提供者:许飞
  1. rsa

    0下载:
  2. 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
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:20694
    • 提供者:
  1. chh

    0下载:
  2. 判断101-200之间有多少个素数,并输出所有素数。-ahsfka agvsdf!
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:549
    • 提供者:钟华
  1. prime

    0下载:
  2. 求任意一个整数是不是素数。采用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.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:868807
    • 提供者:杜同春
  1. Biaodashi

    0下载:
  2. 1 使用流程控制语句,实现简单的逻辑运算; 实验重点:循环语句控制 实验题目:随机产生100以内的整数,并测试是否为素数。(提示:素数是大于2的整数,只能被1和自己整除) -import java.awt.* package student
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:6204
    • 提供者:peng yu
  1. prime

    0下载:
  2. 求素数 求模 一些关于关于加密的基本算法,自带数据的,希望修改后使用-prime
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:2348
    • 提供者:pan zj
  1. fast_strong_prime_number_generation_method

    0下载:
  2. 一种快速的强素数生成方法 一种快速的强素数生成方法-A fast strong prime number generation method
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:808006
    • 提供者:praying
  1. VLS-book2-script

    0下载:
  2. 编写程序计算500~800区间内素数的个数cnt,并按所求素数的值从大到小的顺序,再计算其间隔减、加之和, 即第1个素数-第2个素数+第3个素数-第4个素数+第5个素数……的值sum。 输出格式如下结果显示,cnt为个数,s为sum值。-no
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:137106
    • 提供者:wang
  1. PRIME

    0下载:
  2. 用双重for循环实现求素数功能 用的是oracle PL/SQL -Request with a double for loop to achieve with the prime function of oracle PL/SQL
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:162595
    • 提供者:孙宗元
  1. 2

    0下载:
  2. 回文素数的算法源码,支持在C++环境下编程-Palindromic primes algorithm source code, support for C++ programming environment
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:park
  1. qiusushugeshu

    0下载:
  2. 本程序介绍完成读入1000个数的操作,并求出其中素数的个数。-This procedure describes the number of completed read operation 1000, and calculated the number of prime numbers of them.
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:182376
    • 提供者:雪山飞狐
  1. RSAaRabin

    0下载:
  2. 其中包含介绍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.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2181629
    • 提供者:李小树
  1. 判断101-200之间有多少个素数

    0下载:
  2. 题目2:判断101-200之间有多少个素数,并输出所有素数。-Topic 2: judgment between 101-200 how many a prime number, and output all primes.
  3. 所属分类:编程文档

    • 发布日期:2017-11-12
    • 文件大小:2695
    • 提供者:崔嬴
  1. 关于素数的研究已有相当长的历史

    0下载:
  2. 关于素数的研究已有相当长的历史,近代密码学的研究又给它注入了新的活力.在关于素数的研究中素数的测试是一个非常重要的问题-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
  3. 所属分类:文档资料

    • 发布日期:2017-11-10
    • 文件大小:10233
    • 提供者:王立
  1. zhaomayabng

    0下载:
  2. 计算素数的个数并挑选出矩阵中满足序号为素数的数(Calculate the number of prime numbers and pick out the number in the matrix that satisfies the ordinal number)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-15
    • 文件大小:21504
    • 提供者:ANYE_ZHAP
« 12 3 »
搜珍网 www.dssz.com