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

搜索资源列表

  1. findfile

    0下载:
  2. delphi历遍递归快速查找文件算法:运用独特的运算算法,和精简的代码实现的历遍递归快速查找文件,是个不可多得实用实例,里面代码全。-delphi calendar quickly locate files all over the recursive algorithm: the use of a unique computing algorithms, and streamlining the code over the recursive implementation of the cal
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:202051
    • 提供者:QQ仔
  1. 8

    0下载:
  2. 程序功能:利用二分法查找算法在一个有序表中插入一个元素并保持表的有序性-Program features: the use of dichotomy and orderly in a search algorithm to insert a table element and maintain the orderly form of
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:638
    • 提供者:蓝源源
  1. sift

    0下载:
  2. 这段代码是SIFT算法的C++代码,sift算法主要用于查找两张图像的共同特征点-SIFT algorithm for C++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:696422
    • 提供者:何青
  1. kdtree

    1下载:
  2. K-D树源码,不错的空间查找算法,在三维重建和匹配中应用较多!-KD tree source, good space search algorithm, in the three-dimensional reconstruction and matching the application of more!
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:yangronghao
  1. Findfile

    0下载:
  2. Findfile 利用递归算法查找文件的例子,d5及以上支持-Findfile use recursion algorithm search document example, d5 and above supports
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:8673
    • 提供者:彭广
  1. Openh323-RTH323

    0下载:
  2. 如何成功的运用OPENH323 来开发商业的H.323 协议栈 Openh323 有以下的特征: 1>动态的静音检测算法, 以减小语音包的传输量。 2>支持Windows,Linux 和FreeBSD 的多种客户端命令。 3>包含有MCU,PSTN 网关,和自动语音应答机等多种应用平台。 4>软件支持GSM,LPC-10,G.711 uLaw/Alaw 软件编解码方式。 5>特定硬件(Quicknet/LineXJ)支持G.723.1, G.728 和 G.729
  3. 所属分类:VOIP program

    • 发布日期:2017-11-09
    • 文件大小:394734
    • 提供者:陈学军
  1. binarysearch

    0下载:
  2. 数据结构中的查找算法,实现的是在递归条件下的对半查找法-Find a data structure in the algorithm is recursively under the conditions of semi-Find Law
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1185
    • 提供者:winnie
  1. avt

    0下载:
  2. 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-1. This procedure demonstration balanced binary tree insertion, de
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:74798
    • 提供者:张欣
  1. 3

    0下载:
  2. 图的创建, 二叉树的建立与遍例, 二叉树的算法:含有插入结点,删除结点,和查找方法-Map creation, tree establishment and all over the cases, binary tree algorithms: insert containing nodes, delete nodes, and to find methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3094
    • 提供者:chenyuehong
  1. Hashtable

    0下载:
  2. 跟据全年级学生的姓名,构造一个散列表,选择适当的散列函数和解决碰撞的方法,实现插入、删除和查找算法,统计碰撞发生的次数-With the whole school year, according to the names of students, to construct a hash table, select the appropriate hash function and resolve the collision method, the realization of insert, d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:12495
    • 提供者:陈济恺
  1. XJGL

    0下载:
  2. 对学生学籍数据进行管理,实现添加、查询(必须使用折半查找算法)、修改、删除等,所用数据结构及其存储结构任选。-School data on students managed to achieve add, query (must use half the search algorithm), modify, delete, etc., used in the data structure and storage structure choice.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:125632
    • 提供者:迟浩东
  1. Fibonacci_search_algorithm

    0下载:
  2. 用C++写的Fibonacci 查找算法的实现,可以稍作修改当成标准的C程序用。-With C++ Written Fibonacci search algorithm can be slightly amended C as standard procedure used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:8144
    • 提供者:
  1. orderTree

    0下载:
  2. 1.编制构建二叉排序树的程序,并使用一组数据进行验证。 2.实现二叉排序树的查找算法,计算一组输入数据的查找长度。 3.编制构建平衡二叉树的程序,计算一组输入数据的查找长度 . 程序执行的命令包括: (1)输入构造二叉搜索树的文件名来构造二叉排序树 (2)输入要进行查找的文件名 (3)由计算机终端显示各个数据的查找长度和总的查找长度、平均查找长度 (4)结束 -1. Preparation of building a binary sort tree procedur
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:sanghy
  1. txt

    0下载:
  2. 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3505
    • 提供者:wangya
  1. CH7

    0下载:
  2. 哈希查找方法能在一段数据中以最快的方式找到想要的那个数,这种算法解决的关键就是哈系算法的建立函数。 -Hash method can search a section of data at the fastest way to find that the number of the algorithm to solve the critical line algorithm HA is set up function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:黄鹏
  1. 2fen

    0下载:
  2. 使用VC6.0对C语言折半查找算法的 实现-Use VC6.0 half of the C language implementation of search algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:166854
    • 提供者:严海
  1. wsn

    0下载:
  2. 无线传感网络中关于一个WSN节点定位的程序,在vc下模拟实现查找算法-Wireless sensor network on a WSN node localization procedures at vc Analog implementation of search algorithms
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-06
    • 文件大小:1078475
    • 提供者:刘铁桥
  1. KsFileFinderaaa

    0下载:
  2. 文件查找工具,算法很好-File search tool, a good algorithm
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2103402
    • 提供者:马振强
  1. ercahshu

    0下载:
  2. 树型结构和现实中的具有层级特点的问题的解决有很大关系,但并不局限于此.至于应用实例,可以有所谓二叉排序,查找算法,还有比如哈弗曼树等等.本ppt详细的介绍了二叉树结构,遍历等问题。 -Tree structure and the reality of the characteristics of the problem with the level there is a great solution, but not limited to this. As for example, you
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:148386
    • 提供者:pengyang
  1. CsharpKMP

    0下载:
  2. 用Csharp语言实现KMP查找匹配算法测试正确算法很快-Csharp language by KMP matching algorithm to find the correct algorithm to test soon
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:18854
    • 提供者:朱斌
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com