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

搜索资源列表

  1. inheritance

    0下载:
  2. 设计一个抽象类Shape,包括2个抽象方法,分别是计算形状的周长和面积。设计具体类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。使Rectangle和 Circle都实现Comparable接口。编写一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。-Design an abstract class Shape, including the two abstract methods, namely, ca
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:48227
    • 提供者:陈思
  1. wwww

    0下载:
  2. 实现二分查找,伙伴存储管理系统是一种巧妙而有效的方法-Realization of binary search, partnerships storage management system is a clever and effective method
  3. 所属分类:Document

    • 发布日期:2017-03-23
    • 文件大小:26289
    • 提供者:王超
  1. gongzi

    0下载:
  2. 本程序要求有:输入记录保存到文件中;从文件中凋如入资料,显示记录内容;查询教工信息(用二分查找);删除教工记录;追加教工记录;统计教工信息;对教工工资进行排序-This procedure requires: Enter the record-keeping to document withered from the document, such as income data, showing record content inquiries teachers information (us
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2799
    • 提供者:孟健
  1. 1

    0下载:
  2. 宿舍管理查询系统 【问题描述】为宿舍管理人员编写一个宿舍管理查询系统。 【基本要求】 (1)采用交互工作方式 (2)建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) (3)查询菜单: (用二分查找实现以下操作) A. 按姓名查询 B. 按学号查询 C. 按房号查询 (4)保存任一查询结果到文件中 -Dormitory Management Inquiry System] [Descr iption of t
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2059
    • 提供者:weiwei
  1. erfen

    0下载:
  2. 二分查找, 是找工作笔试中几乎都会考的题目,需要好好理解-Two sub-search, looking for work are almost always written in the subject of examination, required a good understanding of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:80342
    • 提供者:闫仕涛
  1. er

    0下载:
  2. 1. 二分查找 在对线性表的操作中,经常需要查找某一个元素在线性表中的位置。此问题的输入是待查元素x和线性表L,输出为x在L中的位置或者x不在L中的信息。 -1. Two sub-linear search in the form of operation, usually a required element of online search of the table position. This problem are a complete set of input elements
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:143541
    • 提供者:松柏长青
  1. yanshi

    0下载:
  2. 数据结构基本操作 冒泡排序、堆排序、归并排序、快速排序、分块查找、二分查找演示-Basic operation data structure bubble sort, heap sort, merge sort, quick sort, sub-block search, binary search demo
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:768555
    • 提供者:李明
  1. 2find

    0下载:
  2. 又一个C的二分查找演示程序,让你对查找的概念更加清晰,更加容易掌握-C and a demonstration of the two sub-search process, to get you on the concept of search clearer, more easy to grasp
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:24458
    • 提供者:熊洋
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:319734
    • 提供者:林玲
  1. datastruct

    0下载:
  2. 有序表上二分查找,数据结构中的一种,C语言实现,学生专用-Ordered binary search form, a data structure, C language, for students
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:903
    • 提供者:周思君
  1. zhebanchazhaofa

    0下载:
  2. 这般查找法又称二分查找法,这种方法对待查找的列表有两个要求:(1)必须采用顺序存储结构;(2)必须按关键字大小有序排列-Find such a law, also known as binary search method, this approach to find a list of treatment there are two requirements: (1) must be in the order of the storage structure (2) must be arra
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:924
    • 提供者:tmac
  1. NumericalAnalysis

    0下载:
  2. 数值分析中常用算法的C++语言实现。 其中包括: 变步长梯形积分公式 二分查找 拉格郎日差值公式 牛顿迭代公式 牛顿前插公式 -Algorithm commonly used in numerical analysis of the C++ language. These include: Variable Step-trapezoidal integral formula of binary search difference Lagrangian formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:224824
    • 提供者:xichen
  1. fengli

    0下载:
  2. 数值计算方法程序及试题,有关于二分查找,牛顿迭代法-The numerical calculus method procedures and the test question, have about two point search, Newton iteration method and so on
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:5159
    • 提供者:冯李
  1. search

    0下载:
  2. 各种查找算法,如顺序查找、折半查找、二分查找等,应有尽有-a series of ideas for searching
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1096
    • 提供者:柳彬彬
  1. BinarySearch

    0下载:
  2. 数据结构与程序设计经典算法的算法分析源代码之:二分查找-Design of data structures and procedures of the classical algorithm: binary search
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:48766
    • 提供者:张祖琼
  1. binaryreserch

    0下载:
  2. 利用c++实现的二分查找算法,实现相关工能-Using c++ to achieve the binary search algorithm, the realization of the relevant work can
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:576813
    • 提供者:迪迪派
  1. C

    0下载:
  2.  二分查找又称折半查找,它是一种效率较高的查找方法。   【二分查找要求】:1.必须采用顺序存储结构 2.必须按关键字大小有序排列。   【优缺点】折半查找法的优点是比较次数少,查找速度快,平均性能好 其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。   【算法思想】首先,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:515
    • 提供者:pxs
  1. data_struct

    0下载:
  2. 数据结构常用算法的程序实现,采用C语言,之--二分查找※※快速排序--篇。-Commonly used data structure of the program algorithm using C language, the- binary search ※ ※ Quick Sort- Part.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:991
    • 提供者:ssl
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:316702
    • 提供者:126
  1. binary_hash

    0下载:
  2. 查找表源码,其中包含两个独立的程序: (1)哈希(Hash)表操作测试程序 (2)二分查找法测试程序 用C语言编译器编译后可以直接运行,功能包括查找、插入、删除等操作。-Source code look-up table, which contains two separate procedures: (1) hash (Hash) table testing procedures (2) binary search method to test the procedure usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3666
    • 提供者:code998
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com