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

搜索资源列表

  1. moonDice

    1下载:
  2. 关于中秋博饼的一个小程序 判断筛子点数 并根据点数 决定结果-Bo cake on the Moonlight in a small sieve points judgment procedures and in accordance with the decision points
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8007
    • 提供者:shen
  1. zl_5

    0下载:
  2. Eratosthenes筛法求素数 -Eratosthenes'sieve Method Primes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1143
    • 提供者:朱亮
  1. rfc3028

    0下载:
  2. RFC3028:Sieve: A Mail Filtering Language
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:21449
    • 提供者:李喆
  1. Sieve

    0下载:
  2. Sieve 是一个基于对话框的程序,使用了著名的Eratosthenes素数算法来计算2和所指定的数之间存在的素数的数量。是一个多线程应用程序。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:958542
    • 提供者:刘川
  1. POPOCR

    0下载:
  2. 以前做的一个帮助POPO的用户使用POPO的筛子游戏赚POPO币的工具。这个工具使得不少人成为10级富豪,甚至拥有4千万的POPO币-previously done a help POPO users use the sieve POPO game earned POPO currency tool. This tool led many people to become the 10 tycoons have four or even millions of dollars POPO
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:110083
    • 提供者:
  1. xsl示例

    0下载:
  2. xml源码,很简单,但是很实用。  在XSL这个壳中,我们要从原料库??XML里提取相关的数据,就要用到XSL提供的模式化查询语言。所谓模式化查询语言,就是通过相关的模式匹配规则表达式从XML里提取数据的特定语句,即我们上所说的“筛子“。 参考微软的”XSL开发者指南”,我们大致可将模式语言分为三种: 选择模式 < xsl:for-each >、< xsl:value-of >,和 < xsl:apply-templates > 测试模式 < xsl:i
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:1391
    • 提供者:崔利敏
  1. sieve 快速的寻找2到x之间的所有质数

    0下载:
  2. Sieve算法是一个比较快速的寻找2到x之间的所有质数的算法
  3. 所属分类:Windows编程

    • 发布日期:2011-04-16
    • 文件大小:1354550
    • 提供者:pmars42
  1. Shaizi-1

    0下载:
  2. 筛子    掷骰子游戏,要求具有如下的功能: 单击“开始”按钮时,左边的骰子开始滚动。 单击“停止”按钮时,左边的骰子停止滚动,骰子显示出点数,点数用标签显示出来。(图1为骰子滚动完成的效果图)-Sieve dice games, the request has the following features: Click " Start" button, the left side of the dice start rolling. Click " Sto
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:14730
    • 提供者:leee
  1. ecmnet20ksrc

    1下载:
  2. 分布式大数分解程序源码,可以再多台机器上利用数域筛法分解大素数。-Distributed integer factorization program source code, the more the machine can use the number field sieve factoring large prime numbers.
  3. 所属分类:并行运算

    • 发布日期:2013-04-30
    • 文件大小:361908
    • 提供者:kunlun
  1. jiang4

    0下载:
  2. matlab模拟光子筛设计源代码,可以模拟生多钟光子筛器件模拟图。-matlab simulation of photon sieve design source code, can simulate multiple photon sieve bell device simulation Fig.
  3. 所属分类:2D Graphic

    • 发布日期:2014-06-04
    • 文件大小:1201
    • 提供者:lh
  1. sushuo

    0下载:
  2. 筛法筛素数,结构很好 效率也不错!算法思想很好!-Sieve Method sieve prime numbers, the structure of the efficiency of good very good! Algorithm good thinking!
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:32699
    • 提供者:爱因斯坦
  1. Sieve

    0下载:
  2. 给定一个数值,本程序可以求取此数值以内有多少素数,可以循环赋值-give a number,then you can get the sieve in the range of it
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1869476
    • 提供者:zm
  1. sieve

    0下载:
  2. 筛法求素数。 用筛法求给定范围内的素数。 -Prime number sieve method
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:159788
    • 提供者:sy
  1. sieve

    0下载:
  2. code to implement sieve of erastothenes algo code to implement sieve of erastothenes algo code to implement sieve of erastothenes algo code to implement sieve of erastothenes algo-code to implement sieve of erastothenes algo code to implement sieve o
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:620
    • 提供者:arh
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. SIEVE

    0下载:
  2. 一种叫做SIEVE的算法,比较快的算出2到某个指定数之间的所有质数。-SIEVE algorithm called relatively quickly calculate the 2 to a specified number of all the prime numbers between.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:794
    • 提供者:王祖文
  1. Sieve.cpp

    0下载:
  2. A c/c++ program using threads to find prime no using sieve of eratosthenes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1524
    • 提供者:Vishal j
  1. Sieve

    0下载:
  2. Sieve算法实例,找质数的算法,找出2到x之间的所有质数的算法-Sieve algorithm instance, the algorithm to find prime numbers, from 2 to identify all the prime numbers between x algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1354550
    • 提供者:Diluka
  1. sieve-plate-distillation-column

    0下载:
  2. 筛板精馏塔的操作与塔效率的测定,经过改良源代码-sieve plate distillation column
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:1198
    • 提供者:haolin
  1. Sieve-of-Eratosthenes-

    0下载:
  2. 使用python编写的Eratosthenes筛选。-implement the Sieve of Eratosthenes using a pool of processes in Python, use test runs to see how quickly the program runs under different combinations of parameters, and write a short descr iption of your results along wit
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:693
    • 提供者:Li
« 12 3 4 5 »
搜珍网 www.dssz.com