CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - efficient

搜索资源列表

  1. scan

    0下载:
  2. 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1.86mb
    • 提供者:Wolfeyes
  1. vc6.0shorttestpathsearch

    0下载:
  2. 货郎担最短路径生成 最短路径生成的算法不计其数 其中很多用回溯法 回溯法不错 不过很多新手写哦时候掌握不好效率 上传一个效率高的版本-Traveling Salesman generate the shortest path shortest path algorithm to generate many of which used numerous retrospective law retrospective laws, however good a lot of time to maste
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:7.77kb
    • 提供者:杨红尘
  1. Gomory

    0下载:
  2. 求解整数规划的问题可以解决一般的整数规划模型的解而且效率比较高!在matlab下调试通过-Solving integer programming problems can be solved in the general solution of integer programming model and more efficient! Adopted under the debugger in matlab
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1.15kb
    • 提供者:cuijingbing
  1. ezutf_src

    0下载:
  2. This is a software for read/write text to file. It supports multiple character encoding and very efficient when reading/writing.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:15.2kb
    • 提供者:Duc
  1. BigInt

    0下载:
  2. 大整数(可高效计算数万位整数)四则运算的实现,采用了高效的9位并行计算。除法的实现更是采用了高效的二分试商-Large integer (which can be tens of thousands of high-performance computing-bit integer) arithmetic to achieve efficient use of parallel computing 9. The division is the adoption of a more efficie
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:1.61kb
    • 提供者:Harder
  1. ysf

    0下载:
  2. 约瑟夫的C++ 在windows操作系统下的算法用VC来实现,算法简单效率较高-Joseph' s C++ in the windows operating system to use VC to implement the algorithm, the algorithm simple and efficient
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:579byte
    • 提供者:eis
  1. K-mean

    0下载:
  2. K-mean algorithm,very simple but efficient
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:536.07kb
    • 提供者:mac
  1. crc32

    1下载:
  2. CRC32的源代码,采用的是最快最效率的查表法-CRC32 source code, using the quickest and most efficient look-up table
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1.64kb
    • 提供者:流浪
  1. allsub

    0下载:
  2. 一个求集合所有子集的程序,感觉挺巧妙的,效率比较高-Find all subsets of a set of procedures, feeling very clever, more efficient
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:229.54kb
    • 提供者:
  1. einstein

    0下载:
  2. einstein谜题,效率超高的编程实现-einstein puzzle, high efficient programming
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:2.05kb
    • 提供者:肖燎原
  1. bloomfilter-69709

    0下载:
  2. bloomfilter过滤器 能够比哈希表更为效率 使用空间更小-the bloomfilter filters can hash table smaller more efficient use of space
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:39.42kb
    • 提供者:吕晨曦
  1. crawler4j-3.3

    0下载:
  2. Document Crawler is one which retrieve the document from the desktop to Ur workspace with efficient time and performance is good compared to all document crawler-Document Crawler is one which retrieve the document from the desktop to Ur workspace wi
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:89.37kb
    • 提供者:SHASHIDHARA A G
  1. SPFA

    0下载:
  2. 一种高效的最短路径算法,适用于稀疏矩阵下的电影最短路径查找-An efficient shortest path algorithm suitable for sparse matrix movie shortest path lookup
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:235.05kb
    • 提供者:lihang
  1. rand_sqrt_test

    0下载:
  2. vc6.0下的随机数生成程序和开方效率非常高的sqrt()函数的实现-vc6.0 under the random number generator and prescribing very efficient sqrt () function to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:422.64kb
    • 提供者:daizhe
  1. sort

    0下载:
  2. Quick sort (sorting Hoare). "Quicksort", though, and was developed over 40 years ago, is the most widely used and one of the most efficient algorithms.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:11.65kb
    • 提供者:Name
  1. quicksort

    0下载:
  2. 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:4.96mb
    • 提供者:xiang
  1. huiweixunlie

    0下载:
  2. 判断是否为回文数列和回文数的代码,简单高效。-Determine whether the number of columns and palindrome palindrome code, simple and efficient.
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:224.01kb
    • 提供者:蔡禾苗
  1. control

    0下载:
  2. 控制台调用,采用内部通信机制实施,达到高效、稳定的目的-Console called the internal communication mechanisms implemented to achieve efficient, stable purpose
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:19.46kb
    • 提供者:杨杰
  1. sushu

    0下载:
  2. 最高效的筛素数方法,保证每个非素数只被筛去一次。可以筛很大的数-The most efficient method of screening primes, to ensure that each non-prime number to be screened only once. You can screen a large number of
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:793byte
    • 提供者:yourunze
搜珍网 www.dssz.com