CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - prime number

搜索资源列表

  1. judgeprimenumber

    0下载:
  2. 判断是否是素数的程序,用VC6编写,可以运行。如果有什么问题,恳请大家指正!祝愉快!-judge a integer is prime number or not! it could execute in VC6.0. If has problems, please tell me! Thank you! Wish you good luck!!!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:225594
    • 提供者:myb
  1. PrimeNumber

    0下载:
  2. 一个用来计算质数的小程序,可以把每次计算的结果保存,下次可以接着从上次的结果开始重新计算-One used to calculate the prime number of small programs, can save the results of each calculation, the next can then start from the last recalculation of the results of
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:77481
    • 提供者:Benny
  1. ee

    0下载:
  2. 关于素数变化的题目,输入一对素数,每个是4位数,每次只能变化一位数,且变化后的数还是素数,求经过多少次变化,能变成另一个输入的素数-With regard to changes in the subject of prime numbers, enter a pair of prime numbers, each is a 4-digit, each only a few changes, and changes in the number of post-prime, or seeking m
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:907282
    • 提供者:杨扬
  1. 123

    0下载:
  2. 一个关于素数变化的题目,输入一对素数,每个是4位数,每次只能变化一位数,且变化后的数还是素数,求经过多少次变化,能变成另一个输入的素数-A prime number changes on the subject, enter a pair of prime numbers, each is a 4-digit, each only a few changes, and changes in the number of post-prime, or seeking many times the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:189895
    • 提供者:WB
  1. 11

    0下载:
  2. 輸入一個數字判斷質數,範例輸入 : 2 3 25 範例輸出 : Yes Yes No-Enter a number to determine prime number, model type: 2325 Sample Output: Yes Yes No
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:630
    • 提供者:alan
  1. 88

    0下载:
  2. 算術基本原理 ,題目意思為質數序列的次方 76543接下來就利用分而治之加快計算次方的次數-The basic principles of arithmetic, the subject which means a power of prime number sequences 76543 followed on the use of divide and rule to speed up calculation of the number of-th power
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:950
    • 提供者:alan
  1. Biggest_Prime_Number

    0下载:
  2. 国外高手编写的打印人类已知最大素数的小程序,短小精悍但是很有内涵-Coded by a foreign master printing the largest prime number known to man, a small program, dapper but useful content
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:599
    • 提供者:陆宇
  1. alogo001.tar

    0下载:
  2. C++ algorithm: 1) 10001th prime number 2) Number that divisible fro, 1 to 20 3) Biggest palindromic number for two 3-digit number s product
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1349
    • 提供者:siaswar
  1. practice

    0下载:
  2. 几个gtk实例,calc是计算器,tank是键盘响应移动小箭头,jumpinglabel是时钟的使用,primenumber是求最大质数,snake是利用资源文件修改控件外观。-Several gtk example, calc is a calculator, tank is the keyboard to respond to moving small arrow, jumpinglabel is the use of the clock, primenumber is to strive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:81681
    • 提供者:yutou
  1. zhishu

    0下载:
  2. 对于质数实现包括判断、赛选等多种操作,用C++实现-For the prime number to achieve, including judgments, race and other election operations, using C++ implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10312
    • 提供者:Annie
  1. sushu

    0下载:
  2. c++源码, 筛选一万亿内任意一个区段的素数-Filter 1 trillion within a section of an arbitrary prime number
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2979
    • 提供者:728279799
  1. panduansushu

    0下载:
  2. 17个1怎么判断是不是质数----- 超出范围了-17 how to judge a prime number is beyond the scope of---------
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1472
    • 提供者:赖海燕
  1. StackOfInteger

    0下载:
  2. 用于计算1到120之间所用的素数,并将这些素数打印,我利用的是stack的方法-Used to calculate the 1-120 used between the prime and the prime number print, I used the stack method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:312308
    • 提供者:洪学飙
  1. StringMatch

    0下载:
  2. 分别用KMP、Monte Carlo和Las Vegas算法编制3个程序, 随机生成不小于5000对的、长度不等的01串X和Y(三个程序生成相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定算法之后, 将该算法编程,产生少量的大素数并用数组保存起来, 以供上述随机算法使用(素数判定算法写在上述随机算法之外)。 -Were used to KMP, Monte
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2280964
    • 提供者:小牛
  1. RSA_make_by_matlab

    0下载:
  2. RSA算法matlab实现,说明:由于能力有限,我并没有编写产生大素数的程序,在实验时就采用手动的写如两个不同的较小的素数。-RSA algorithm matlab implementation, note: Due to limited capacity, I do not have a large prime numbers prepared by the procedure, in the experiments on the use of manual writing, such as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:618
    • 提供者:张鹤平
  1. EX4

    0下载:
  2. 用Win32所提供的同步对象解决有限缓冲区问题:写一个过线程实现C/C++语言程序:一些线程负责找出某个范围的素数,并放到一个数组中。另一些线程负责将数组中的素数取出,依次显示 -Use Win32 synchronization objects provided by the limited buffer problem to solve: write a thread to achieve than C/C++ Language Program: responsible for a nu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:3347
    • 提供者:Nancy
  1. BigPrime

    0下载:
  2. 本程序是用C语言编写的RSA大素数密码生成体制-It is a program for 啊large prime number of RSA
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:223017
    • 提供者:lisir
  1. GRAPHCLK

    0下载:
  2. Prime Number program
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:Ibrahim Khan
  1. PrimeNumber

    0下载:
  2. 素数生成器程序,挺好的 ,喜欢就下下来-Prime number generator program, very good, and like to see on the next down
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:18923
    • 提供者:
  1. famousalgorithmcollection

    0下载:
  2. <经典算法合集>其中包括: 最小生成树 MD5加密 LZW压缩 josephus 乘法表 积分 枚举 基数转换 矩阵问题举例 求解质数 圆周率的求法 改进的快速排序法 几种插入排序法 水仙花数 迷宫生成器 生命游戏 递归 回溯 贪心 动态规划 排序算法-" Classical algorithm Collection> These include:
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4215794
    • 提供者:我很笨
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »
搜珍网 www.dssz.com