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

搜索资源列表

  1. best_match

    0下载:
  2. 在halcon的开发环境中,在一幅图像中查找最佳的匹配区域,(Searching the best matching of a template and an image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:115712
    • 提供者:一粒尘土
  1. shaqima1

    0下载:
  2. 可以根据关键字,文件创建时间等查找木马文件,是站长捕获木马的好助手(According to the keywords, file creation time find Trojan files, capture trojan is the webmaster assistant)
  3. 所属分类:网络编程

    • 发布日期:2018-01-08
    • 文件大小:5120
    • 提供者:hailan68
  1. 实验五1 哈希

    0下载:
  2. 哈希查找,数据结构的简单小程序,供大家参考所用(Hash lookup, a simple small program for data structures for reference. Thank you for reading)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:20480
    • 提供者:AvrilSatoshi
  1. 2

    0下载:
  2. 输入一个字符串,输入一个字符来查找它最后出现的位置(Enter a string and enter a character to find its final location)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:221184
    • 提供者:9海
  1. 快排_二分查找

    0下载:
  2. 快排 简单的快速排序算法 附加二分查找内容(QUICK SORT Fast row simple fast sorting algorithm add two point search content)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3404800
    • 提供者:yz9968
  1. MThread

    0下载:
  2. 用Math类中的随机函数产生10000个0~999范围的随机数并存于数组。从键盘接收一个0~999的数x,然后用5-8个线程并发查找x的所有下标位置(The random numbers of 10000 0~999 ranges are produced by using random functions in the Math class to coexist in the array. Receive a number of 0~999 from the keyboard, x, and
  3. 所属分类:Java编程

  1. 折半查找法

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:36864
    • 提供者:JinPatrick
  1. SVMcgForClass

    0下载:
  2. libsvm网格法查找最优参数函数 SVMcgForClass.m(内用svmtrain函数)(libsvm grid method to find the optimal parameter function SVMcgForClass.m (with svmtrain function))
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:1024
    • 提供者:魔摩抹莫
  1. Word VBA中如何实现嵌套查找替换?

    0下载:
  2. 在Word中,使用VBA程序进行range.find in an another range.find(range.find in an another range.find)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:303104
    • 提供者:swpitiger
  1. Everything-1.3.4.686.x64-Setup.1418106344

    0下载:
  2. 快速查找磁盘文件,属于我们开发者必备软件。(Fast search disk file, developer necessary software)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:522240
    • 提供者:蚂蚁123
  1. GpuSearchfinal

    0下载:
  2. 实现路由查找IP地址的功能,并且通过GPU实现并行加速(Implement the function of routing lookup IP addresses and implement parallel acceleration through GPU)
  3. 所属分类:中间件编程

    • 发布日期:2018-04-22
    • 文件大小:348160
    • 提供者:李亚琼
  1. 02二叉排序树_BinarySortTree

    0下载:
  2. 二叉排列树的查找算法,《大话数据结构》里面的。(Lookup algorithm, balance two forked tree, big talk data structure inside.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:kingtree
  1. Java 查找两个文件夹中不同文件名的文件

    0下载:
  2. Java 查找两个文件夹中不同文件名的文件(Java find two differnt docment)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:kaifei2018
  1. matlab指令用法查找

    1下载:
  2. matlab指令查找,MATLAB 的功能是通过指令来实现的,要掌握一个软件的使用,就要学会它的指 令(Matlab instruction lookup)
  3. 所属分类:其他

  1. 6s_lut

    1下载:
  2. 该程序是通过6s辐射校正模型生成查找表,以便进行气溶胶反演 ; 该程序参数设置较为简单,如果要详细的参数,请自行设置 ; 改进方法:1、读取每一个影像的角度信息建立查找表,这样精度更高 ; 2、利用IDL直接调用Fortran语言的6S源程序,并行生成查找表,速度提高20倍左右 ; 3、将所有参数都设置好,缩小步长,构建一个庞大的查找表,构建神经网络,一劳永逸(The program generates look-up
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:363520
    • 提供者:zy002
  1. some sort and selection algorithms

    0下载:
  2. 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:射鲸少年
  1. sparse matrix_hash

    1下载:
  2. 设有n*n 的稀疏矩阵,其稀疏因子为γ = 0.5%,装填因子为α = 0.5,用哈希表作为存储结构。以哈希表作为存储结构,实现稀疏矩阵元素的存取并计算平均查找长度。(The sparse matrix with n*n is sparse factor of gamma = 0.5%, the loading factor is alpha = 0.5, and hash table is used as storage structure. Hash table is used as sto
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:731136
    • 提供者:薄荷小安
  1. 数据结构书中代码演示

    0下载:
  2. 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-02
    • 文件大小:82944
    • 提供者:Snail123456
  1. 扩展工具和查找表

    0下载:
  2. 气溶胶反演工具和云检测工具都是扩展工具,当气溶胶数据预处理完毕时,即可进行(Aerosol retrieval tools and cloud detection tools are extensions. When aerosol data are preprocessed, they can be carried out)
  3. 所属分类:其他行业

    • 发布日期:2018-05-03
    • 文件大小:111616
    • 提供者:亦乐乐
  1. AVL

    1下载:
  2. 实现AVL 存储结构的建立(插入)、删除、查找算法,并反映各种旋转变化。(Implements the establishment (insertion), deletion, and search algorithms for AVL storage structures and reflects various rotation changes.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:唯唯王
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com