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

搜索资源列表

  1. FileFind

    0下载:
  2. 多线程技术实现文件快速搜索,运行速度快,占用资源少-Multi-threading technology to achieve fast file search, run faster, less resource...
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:14780
    • 提供者:王浩
  1. k-ball-fast-search

    0下载:
  2. 自适应空间球的k邻域快速搜索算法,利用空间微分块与动态球策略的k近邻搜索算法研究-Origianl-Adaptive spatial neighborhood k ball fast search algorithm, differential block the use of space and dynamic ball strategy k nearest neighbor search algorithm-Origianl
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:381702
    • 提供者:闫子熙
  1. IAR-mouse

    2下载:
  2. 去年湖南赛区参加电脑鼠比赛的源码能够实现连续转弯和迷宫的快速搜索476514871011fangan-Hunan Division participated in last year' s tournament source computer mouse to achieve continuous maze of turns and fast search 476514871011fangan
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-02
    • 文件大小:32812
    • 提供者:赵景坤
  1. eyevbfinder

    0下载:
  2. 小眼文件快速搜索器,VB源码下载,可以在用户设置的路径里快速搜索符合条件的文件,包括关键字查找,而且支持Windows通配(*代表任意长度的任意字符,?代表一个任意字符)。搜索后可以打开文件位置,并可进行二次搜索。内置WIN.rex支持WinXP风格-Small eyes fast file search engine, VB source code download, you can quickly search the path meets the conditions set by the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:17193
    • 提供者:wpudn14
  1. KD-tree

    0下载:
  2. kd树是一种对k维空间中的实例点进行存储以便对其进行快速搜索的树形数据结构-kd tree is a k-dimensional space for instance points to be stored quickly search tree data structure
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1948
    • 提供者:chenchen
  1. cfs

    0下载:
  2. Science上最新发表的基于快速搜索的CFS聚类算法,非常好用-The algorithm of clustering based fast search publicated in Science.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:981
    • 提供者:曹磊
  1. 745

    0下载:
  2. 易语言快速搜索源码,应用程序编程源码,很好的参考资料。-Easy Language Quick search source code, application programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:273721
    • 提供者:wseybig
  1. Quick-search-for-files

    0下载:
  2. 文件快速搜索器,VB源码下载,可以在用户设置的路径里快速搜索符合条件的文件,包括关键字查找,而且支持Windows通配(*代表任意长度的任意字符,?代表一个任意字符)。搜索后可以打开文件位置,并可进行二次搜索。内置WIN.rex支持WinXP风格。-Quick search for files, VB download the source code, you can quickly search for eligible files in the path of the user settin
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-25
    • 文件大小:18754
    • 提供者:shezhiqun
  1. Everything-1.3.4.686.x64-

    0下载:
  2. Everything是一款文件、文件夹名称快速搜索软件。在搜索之前就会把所用的文件和文件夹都列出来,这一点与Windows自带的搜索系统不一样,所以称之Everything。在搜索框输入文字,它就会只显示过滤后的文件和目录。-Everything is a fast search software of a file, a folder name. Before searching will come up with a list of the files and folders are not
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:522704
    • 提供者:哥来福
  1. nsga2_1

    0下载:
  2. NSGA2解决随机约束问题的自编程序,可以同时实现实数的编码问题和二进制编码问题,采用快速的非支配排序实现全局快速搜索。-NSGA2 random constraint solving problems by ourselves, can simultaneously encode binary encoding issues and problems of real numbers, with fast non-dominated sorting achieve global fast sea
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:9651
    • 提供者:彭闯
  1. clustering

    5下载:
  2. 基于快速搜索数据密度峰值的聚类算法是一种基于聚类中心具有较近邻点有更高密度且其与更高密度点间有着较大的相对距离的一类算法。-Clustering by fast search and find of density peaks is based on the idea that cluster centers are characterized by a higher density than their neighbors and by a relatively large distance
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-05-21
    • 文件大小:6172785
    • 提供者:王志勇
  1. the-k_nearst-alogrithm

    0下载:
  2. 一种快速搜索散乱点云数据 k 邻近的算法 对逆向工程中散乱点云数据的 k 近邻搜索,提出一种快速搜索散乱点云 k 邻近点的算法。该算法根据 点云数据的范围、点的总数及最近点数目 k,确定合适的立方体边长,采用空间划分策略,把数据划分成多个子立方体; 然后用哈希表记录每个子立方体所包含的数据点及每个点所在的立方体索引号,并排除不包含数据的子立方体,以此 确定邻近点的最佳搜索范围。实验结果表明:该算法有效的提高 k 近邻搜索的速度,同时保证了搜索结果的正确性。 -a fast m
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:792910
    • 提供者:lefen
  1. shuajinbi

    0下载:
  2. 易语言编写的英雄联盟刷金币脚本,采用了图像快速搜索及判断功能-Brush gold scr ipt hero alliance easy language
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1694812
    • 提供者:鸿
  1. Fastsearch

    0下载:
  2. search-文件快速搜索工具:优化win7/win8的文件搜索功能,能够搜索文件内容中的关键字。-Search- file search tool: optimize the file search function of win7/win8, can search the key words in the file content.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:100797
    • 提供者:德华
  1. 5

    0下载:
  2. 易语言论坛搜索源码例程程序结合易语言扩展界面支持库实现易语言论坛的快速搜索-Easy language forum source routine procedures combined with easy language extension interface to support the library to achieve easy language Forum Search
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:22054
    • 提供者:songziyu
  1. erfensousuo

    0下载:
  2. 二分搜索法 其中包含三个文件 在求解时有时候直接求其解析解太难 用二分法 快速搜索 并保证其一定的精度-Binary search algorithm to find the optimal solution by dichotomy
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2679
    • 提供者:guli
  1. Quick-search-singly-linked

    0下载:
  2. 单向链表的快速搜索,注重时间效率和空间效率。尽量采取最好的收索方法-Quick search, singly linked list the reciprocal of the k value
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:丁宁
  1. zhongwenluntan9821

    0下载:
  2. 一套CGI程序可以建立任意多个论坛,只要你的空间够大,速度够快。而且每个论坛相对独立,可以完全不同,可方便的设置成分栏界面或者是不分栏的界面,发言中可使用HTML语句(可选),发言者鉴别密码,防止ID盗用(可选),更改发言鉴别密码,使用cookie保存用户信息,发言不用反复输入名字、Email和密码,EMAIL回复功能(有人回复发言,自动发出EMAIL通知原作者),内置强力搜索器,可快速搜索论坛发言,排行榜,列出当日到最近一周内的发言,高效易用的论坛管理功能。-A CGI program can
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:47376
    • 提供者:erpudn35
  1. cnzzz-wkbook1

    0下载:
  2. 软件介绍 支持自定义头像,速度一流,支持多用户申请 多功能正在开发中,快速搜索贴子 Tags: WK 留言板 v1.0 多用户版-Software introduction Support custom avatar, speed class, support multiple users more applications are being developed, fast search posts WK v1.0 message board Tags: multi-user
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:81585
    • 提供者:yypudn12
  1. i62

    0下载:
  2. [I6吧自由藏] 可以收藏文件,收藏网址,收藏小说等等! 可以自建立文件夹,而方便分类使用。 如果您经常忘记网址 自由藏可以让你方便找回忘记的网址。 共享您的收藏,让所有的人都可以分享您的收藏。 为您的收藏加密,只让您的朋友分享您的收藏。 提供50M的网盘空间,让您的常用文件可以得以保存。 安全便捷,让您的文件,网址,记事完全保密。 提供快速搜索功能,搜索即可找到您想找的的内容!-[I6 bar free collection] can collect
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:35429
    • 提供者:fmpudn57
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »
搜珍网 www.dssz.com