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

搜索资源列表

  1. Fibonacci-search

    0下载:
  2. 在VC环境下编写的数据结构与算法分析的代码。费氏搜寻算法-In the VC environment prepared data structure and algorithm analysis code. Fibonacci search algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6979
    • 提供者:Austin Chou
  1. depth-first-search

    0下载:
  2. 基于C语言的数据结构与算法分析:深度优先搜索-Based on data structures and algorithms in C language analysis: depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7204
    • 提供者:Austin Chou
  1. ch16-search

    0下载:
  2. 这是一个关于C的数据查找算法程序,可供大家学习-This is a data search algorithm on the C program for them to learn
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:13575
    • 提供者:Li Ming
  1. One-Rank-Cuckoo-Search

    3下载:
  2. 布谷鸟搜索算法 讲的非常详细 matlab专用的-Cuckoo search in a very detailed matlab dedicated
  3. 所属分类:LabView

    • 发布日期:2015-10-31
    • 文件大小:5120
    • 提供者:王学明
  1. Ordered-binary-search-table

    0下载:
  2. 用c/c++写的有序表的折半查找,有兴趣的朋友可以看一下-Binary search using c/c++ to write the sorted list
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5175264
    • 提供者:陈晚林
  1. Full-Search-Method

    0下载:
  2. 块匹配运动估计,视频压缩,全搜索运动估计-Block matching motion estimation, video compression, full search motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:150352
    • 提供者:wenberhoo
  1. Python-Live-Search-Sample

    0下载:
  2. python 的live search 实例 简单易学 ,初学者可以-Python Live Search Sample
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:46762
    • 提供者:ljx0517
  1. php-search-engine

    0下载:
  2. Php based search engine with admin panel
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1229186
    • 提供者:ahmad rabbani
  1. Tabu-search-asymmetric-ftv170.atsp

    0下载:
  2. matlab source for TSP asymmetric problem using tabu search
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:56564
    • 提供者:urserk
  1. Tabu-search-symmetric-ftv170.atsp

    0下载:
  2. matlab source for TSP symmetric problem using tabu search
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4419
    • 提供者:urserk
  1. Line Search Robotic Labview

    0下载:
  2. Line Search Robotic Labview Interface
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2015-02-04
    • 文件大小:99189
    • 提供者:ftapparo
  1. develop-my-own-search-engine-

    0下载:
  2. 开发自己的搜索引擎时,文件预处理程序、文件处理程序、搜索时间程序、以及其测试程序-Fileprocess,FilePreprocess,searchtime,you can use them to develope you own search engine
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:12078
    • 提供者:泥娃娃
  1. search-for-closed-

    0下载:
  2. 水准闭合环搜索,用于水准网闭合环计算,检查-Standard closed loop search for closed loop leveling network computing, check
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:333094
    • 提供者:ssssssssss
  1. Search-shortest-path

    0下载:
  2. 搜索最程路径,用于VB水准网计算,检查,联合水准网其它计算-Search the drive path for VB leveling network computing, check
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:966
    • 提供者:ssssssssss
  1. Binary Search Tree

    0下载:
  2. This is a binary search tree program. it can be related to the student for studying data structure.
  3. 所属分类:Windows编程

  1. linear-search(wrk)

    0下载:
  2. this shell program unix for linear search-this is shell program unix for linear search
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:832
    • 提供者:shailesh
  1. binary-search

    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,说明没有此数,打印找不到信息,程序结束。-binary search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2903
    • 提供者:tjl
  1. Gravitational-Search-algorithm

    0下载:
  2. 力搜索算法”Mathlab代码23基准函数最小化。- This is the Gravitational Search Algorithm Mathlab code for minimizing 23 benchmark functions. change test_functions.m and test_functions_range.m for your own applications. change Gconstant.m for your own f
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:9256
    • 提供者:陈晗
  1. Block-search

    0下载:
  2. 用二分法建立索引表,在此基础上进行分块查找的算法,用c语言加以实现。-Indexing table with the dichotomy block search algorithm based on this, to be implemented by c language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:
  1. search-datagrid-mvc-master

    0下载:
  2. implementation of search in MVC C#
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:792224
    • 提供者:komal
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com