CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 数素数

搜索资源列表

  1. 20030507155828_sieve5

    0下载:
  2. 该程序用于在一个给定的数组中寻找素数,它使用一个1很经典的算法,效率很高。-the procedures used in a given array of finding prime numbers, it uses one of a classic algorithms, high efficiency.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4308
    • 提供者:扬帆
  1. 数据结构算法集锦

    1下载:
  2. 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9704
    • 提供者:美美
  1. chess

    0下载:
  2. 在N*N的棋盘上(1<=N<=10)填入1,2,...N*N共N*N个数,使得任意两个相邻的数之和为素数.输出满足条件的最小序列的方案。 最小序列即将每一行连接起来组成一行,然后使前面的尽可能小,当第一个数字相同时则比较下面一个,依次类推。 比如当N=2时,序列为1 2 4 3,当无满足条件的方案时输出"NO"。 -In the N* N chessboard (1 < = N < = 10) filled 1,2, ... N* N total numbe
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:821
    • 提供者:浩浩
  1. chess

    0下载:
  2. 在N*N的棋盘上(1<=N<=10)填入1,2,...N*N共N*N个数,使得任意两个相邻的数之和为素数. -In the N* N chessboard (1 < = N < = 10) filled 1,2, ... N* N total number of N* N so that any two adjacent numbers and prime numbers.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:174217
    • 提供者:浩浩
  1. SHUSU

    0下载:
  2. 设计程序求任意给定范围之间的素数。先建立一个含有2~100之间所有自然数的数表,在数表中删去2的倍数(不包括2);然后找2后面第一个被保留的数p(是3),再删除p的倍数(不包括p);然后再找下一个被保留的数(是5),继续上述步骤:这样继续下去,直至P大于100为止。-The design process for any given prime number between range.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16442
    • 提供者:lili
  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. all

    0下载:
  2. C语言写的大部分算法问题,比如回文数,素数,等。-Most algorithms written in C language problems, such as palindrome, prime, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4046
    • 提供者:bajoige
  1. 100-classic-C-algorithm-P

    0下载:
  2. 经典的C语言程序的算法代码,水仙花数,素数,排序,比较等等应有尽有,值得收藏。-The classic algorithm C language program code, daffodils number, prime number, sort, compare, and so everything worth collecting.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:11588
    • 提供者:liuxaing
  1. c-language-exercises

    0下载:
  2. c语言练习题,包括素数、取数字、完数因子、数列的四舍五入、fibonaci累加数列、以及其它的一些源代码-c language exercises, including the prime number, take number, complete the number of factors, several series of rounded, fibonaci cumulative series, as well as some other source
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:37173
    • 提供者:阳敏
  1. 456

    0下载:
  2. 插入一组数、时鲜用于计算素数的算法。假定我们要找出小于10的所有素数,其中共有2,3,4,5,6,7,8,9,10九个数,然后取走最小的数2并声明它就素数,然后筛掉2的倍数。重复上面的步骤直到空筛时,就可选出所有素数。-ruihiur heef bu vbuy bui buo bui bi bi bfuei buifwe buiw
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3663
    • 提供者:李四
  1. MILLER_RABIN

    0下载:
  2. MILLER_RABIN随机算法,计算100000之200000之内的素数,测试生成个数和具体数。-MILLER_RABIN,probobility algorithm,used to test the sushu in 100000 to 200000
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:881731
    • 提供者:monica
  1. c

    0下载:
  2. C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1152
    • 提供者:江迪
  1. calculate2

    0下载:
  2. 数学计算工具,可计算任何数的阶乘,最大公约数,最小公约数,显示任何数是否是素数,显示菲波拉契数列的前N项,对任意十个数进行排序-Mathematical tools, calculates the factorial of any number, the common denominator, the minimum divisor, display any number whether it is prime, show Feibo Appalachian series before the
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1196
    • 提供者:meijiao
  1. ShuJuJieGou-KeChengSheJi

    0下载:
  2. 产生两列随机数列:1.找出其中的素数2.将相同数转化为二进制输出3.统计相同数个数4合并两数列5.分别删除数列1中被2整除的数和删除数列2中被3整除的数-Generates two random number sequence: 1. Figure out where the primes 2 would be the same as the number into binary output 3. Statistical same number number 4 merge two serie
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4222
    • 提供者:minjianhe
  1. SHFVB

    0下载:
  2. 本程序完成了欧几里得算法求最大公约数,扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:23552
    • 提供者:iawhh%2D5721
  1. 692308

    0下载:
  2. 该程序用于在一个给定的数组中寻找素数,它使用一个1很经典的算法,效率很高,()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:tabhe
搜珍网 www.dssz.com