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

搜索资源列表

  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. case4

    0下载:
  2. DA算法中的使用的查找表模块,本程序先设计查找表,然后设计4*4DA算法模块,之后进行位扩展和字扩展得到32阶滤波器程序.附带4各表,和FIR滤波器序数-DA algorithm used in the lookup table module, the design of the program first look-up table, and then design 4* 4DA algorithm module, after the word-bit expansion and extens
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:9739
    • 提供者:黄萌
  1. MCS51-ASM6

    0下载:
  2. MCS51 单片机源码系列之 第六章 排序、查找和非线性算法-MCS51 单片机源码系列之 第六章 排序、查找和非线性算法         
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:12624
    • 提供者:狼猛
  1. find

    0下载:
  2. 数据结构中的顺序表和数表的查找算法。基本思想:从表的一端开始,顺序扫描线性表,依次将扫描到的结点的关键字与给定值k进行比较,若相等,则查找成功;若扫描到表的另一端仍没有找到与关键字k相等的结点,则查找失败。-Data structure in the order list and several forms of the search algorithm. The basic idea: to start from one end of the table, the order of the l
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1043
    • 提供者:wuyoudanbo
  1. find

    0下载:
  2. 查找算法,在一些数当中找到符合要求的一个算法-Search algorithm, found in some few of them to meet the requirements of an algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:11172
    • 提供者:韩斌
  1. sort

    0下载:
  2. 介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:586
    • 提供者:Mary
  1. hash1

    0下载:
  2. 数据结构 基本查找算法之哈希查找 散列 使用c++语言-Find a data structure of the hash algorithm used to find the hash c++ language
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1217
    • 提供者:kevin
  1. ConvertLength

    0下载:
  2. VC++编的查找最小二叉树的算法 很简洁 效率很高 是不可多得的好代码-VC++ for the smallest binary tree search algorithm is very simple and efficient is a good source rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2380
    • 提供者:黄金
  1. Student

    0下载:
  2. 学生管理系统 根据指定学生个数,逐个输入学生信息; (2) 逐个显示学生表中所有学生的相关信息; (3) 给定一个学生信息,插入到表中指定的位置; (4) 删除指定位置的学生记录; (5) 统计表中学生个数; (6) 利用直接插入排序或者折半插入排序按照姓名进行排序; (7) 利用快速排序按照学号进行排序; (8) 根据姓名进行折半查找,要求使用递归算法实现,成功返回此学生的学号和成绩; (9) 根据学号进行折半查找,要求使用非递归算法实现,成功返回此学生的姓
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2282
    • 提供者:mianhuatang
  1. IntervalSearch

    1下载:
  2. 区间树上的重叠区间查找算法:通过增加树结点的信息域将红黑树扩张为区间树,并通过给定的某个区间i,查找区间树上相应的重叠区间。-The overlap interval between the tree search algorithm: tree node by increasing the information domain will be red and black tree expansion for the interval tree, and through a given inte
  3. 所属分类:Data structs

    • 发布日期:2016-11-05
    • 文件大小:2705
    • 提供者:米石
  1. Theoverlapinterva

    0下载:
  2. 自己采用VB.NET编写的区间树上的重叠区间查找算法,全图形界面,VS2005下编译通过。-VB.NET prepared to adopt its own range of overlap between the tree search algorithm, the graphical interface, VS2005 compiler through the next.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:69101
    • 提供者:XIII
  1. myproject

    0下载:
  2. 应用DFS,递归调用完成的图中环查找算法过程-Application of DFS, recursive calls to complete the plan process in Central search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6751
    • 提供者:zoyag
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com