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

搜索资源列表

  1. binarysearch

    0下载:
  2. 一个二分查找程序。 结构很清晰,采用迭代形式完成。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7940
    • 提供者:gogo
  1. c2008

    0下载:
  2. 这里面有二分查找、进制转换、数据结构、货郎担算法、动态网络最短路线等等很多很多的程序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:316839
    • 提供者:陈胜
  1. tc_demo

    0下载:
  2. 这是一个数据结构演示系统,可以演示二叉树、二分查找等数据结构
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-24
    • 文件大小:1224856
    • 提供者:zhaokai
  1. binsearch_star

    0下载:
  2. 一个二分查找的程序,是用mfc 编程的,可以供大家学习哦-a two searching procedures, the use mfc programming, everyone can learn oh
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49131
    • 提供者:闲庭
  1. 查找数组元素

    0下载:
  2. 这是一个用二分法查找数据的例子,希望对朋友们有所帮助。-This is a search for data using dichotomy example, and I hope to help friends.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2419
    • 提供者:钱昆
  1. Kruse_Chapter_7

    0下载:
  2. 本文是介绍数据结构中的二分查找,比较数等思想及算法的-this paper is to introduce the data structure to search two hours, a few more ideas and algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:143384
    • 提供者:张里
  1. 字符窜的二分查找

    0下载:
  2. 本程序是华为面试试题.用C实现.本题对指针的要求较高,有比较好的参考价值-Huawei interview questions. C to achieve. This pair of indicators that the higher, and has a relatively good value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9579
    • 提供者:lyh
  1. 二分搜索法

    0下载:
  2. 要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13039
    • 提供者:林子建
  1. 二分查找

    0下载:
  2. 所属分类:系统编程

  1. 二分法查找

    0下载:
  2. 二分法查找 二分法查找其实就是折半查找,一种效率较高的查找方法。针对有需数组来查找的。 主要思想是:(设查找的数组期间为array[low, high])
  3. 所属分类:技术管理

  1. 二分法查找元素

    0下载:
  2. 二分法查找元素
  3. 所属分类:数据结构常用算法

  1. caishuzi

    0下载:
  2. 一个猜数字的小游戏,很有意思的,里面涉及到了一个二分查找的思想,这样就可以用最小的次数查找到值。-a method of 2 divide looking for
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1499
    • 提供者:张晶
  1. 20051018094019

    0下载:
  2. 二分法的c实现,折半查找递归函数,如果查找成功,函数返回关键字所在位置,否则返回-1-dichotomy c realized, binary search recursive function, if you succeed, the function returns keyword location, or else return-1
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:959
    • 提供者:h
  1. cifafenxi

    0下载:
  2. 简单c语言词法分析程序,实现了关键字识别功能,二分查找功能-Simple lexical analysis program c language to realize the keyword recognition, binary search function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7467
    • 提供者:屈小勇
  1. CircleArrayBinarySearch

    0下载:
  2. 在一个环状的有序数组(即把数组看做首位相连,数组最小值和最大值在数组中某个位置相邻)中,使用二分查找寻找一个数是否在数组中,返回其下标。vc 2005环境-In an orderly array of ring (that is, as the first connected to the array, an array of minimum and maximum in the array adjacent to a location), the use of binary search to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4042
    • 提供者:inspire
  1. arithmetic

    4下载:
  2. 常用算法:链表的操作、队列的应用、堆栈的应用、串的应用、树的基本操作、冒泡排序、堆排序、归并排序、磁盘文件排序、顺序查找、二分查找、树的动态查找、二分法求解方程、牛顿迭代求解方程、弦截法求解方程、拉格朗日插值、最小二乘法拟合、辛普生数值积分、改进欧拉法、龙格-库塔算法、高斯消去法、正定矩阵求逆算法-Commonly used algorithms: List of operation, the queue of applications, the stack of applications, t
  3. 所属分类:Algorithm

    • 发布日期:2016-08-26
    • 文件大小:21928
    • 提供者:
  1. erfenchazhao

    0下载:
  2. 二分查找程序,运用数组结构体和链表实现查找功能-Binary search procedures, the use of the array structure and list search functions to achieve
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:1951
    • 提供者:kk
  1. main

    0下载:
  2. 为宿舍管理人员编写一个宿舍管理查询软件。基本要求:1.采用交互工作方式2.建立数据文件 ,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种)3.查询菜单: (用二分查找实现以下操作)A. 按姓名查询B. 按学号查询C. 按房号查询4.打印任一查询结果(可以连续操作) -For managers in the preparation of a hostel dormitory management software inquiries. The basic requ
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1693
    • 提供者:zhanglong
  1. sortable

    0下载:
  2. 这是数据结构初学者的极佳参考资料,里面包含有查找和排序的相关方法,如二分查找和快速排序等.-This is the data structure of an excellent reference for beginners, which contains search and sort the relevant methods, such as binary search and rapid ranking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:12854
    • 提供者:smith
  1. erfenchzhao

    0下载:
  2. 数据结构二分查找。。。。。。原代码数据结构课程-Binary search data structure. . . . . . The original source data structure course
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1749
    • 提供者:杨国庆
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com