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

搜索资源列表

  1. upload

    0下载:
  2. 汇编程序中的数制转换与DOS调用功能的结合,还有一个表处理程序,以下是程序实现的功能: 1.从键盘输入一个十进制数,转换为二进制显示在屏幕上; 2.输入十位BCD码,转换为4字节十六进制显示; 3.从键盘输入两个十进制数,相加后将结果显示在屏幕上; 4.从键盘键入一个4位十六进制数,转换为十进制显示在屏幕上; 5.对一个已知长度的从小到大的无符号字节数组查找关键字;用二分法实现
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3726
    • 提供者:qcx
  1. search

    0下载:
  2. 用二分法查找快速定位到所要查找的数据位置
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1853
    • 提供者:sqt
  1. binaryseach

    0下载:
  2. 本代码包括二分法查找数据,冒泡排序法,以及伪随机数的生成几个程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:段勇
  1. twofen

    0下载:
  2. 二分递归查找最大和最小元素-two hours recursive search for the largest and smallest element
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:王军
  1. 二分递归查找最大和最小元素gzw

    0下载:
  2. 最近刚写的,不是很好 请大家指教 有什么建议请与我联系-recently wrote, is not very good Please enlighten any suggestions, please contact me
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1404
    • 提供者:宫振伟
  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. Binary_Search

    0下载:
  2. 用二分法查找的思想,实现在正数数组中查找某个元素-The Binary_Search is a programe which is searching a positive elem.
  3. 所属分类:EditBox

    • 发布日期:2017-05-19
    • 文件大小:5537170
    • 提供者:NingYan
  1. java2ff

    0下载:
  2. 关于有序数组的二分法查找下标。经典入门java代码2分法例子。-Binary search on the ordered array subscr ipt. Introduction to the classic example of java code 2 points method.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:584
    • 提供者:谢玉凌
  1. f

    0下载:
  2. 设计一个类模板Find,用于对一个有序数组采用二分法查找指定数据的元素下标-The design of a class template Find, for an orderly array of data using dichotomy to find the elements specified subscr ipt
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1321
    • 提供者:苏浙
  1. xiaochengxu

    0下载:
  2. 商品货架管理,双冒泡排序,二分插入排序,城市信息系统,快速排序,折半查找等小程序-Commodity shelf management, double bubble sort, binary insertion sort, urban information systems, Quick Sort, binary search procedures, such as
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5427
    • 提供者:章海翔
  1. erfen

    0下载:
  2. 此源代码实现了二分功能的查找,并设有菜单。word文档为简单的测试结果。-This source code to achieve the binary search function and a menu. word document for the simple test results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:29410
    • 提供者:张晓燕
  1. solveEquation

    0下载:
  2. 求解一元高次方程,给出一个实数解,采用sturm方法,二分法查找解-Solving equations of higher dollar, give a real solution, using sturm methods, the dichotomy search solution
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:441120
    • 提供者:chen0510566
  1. c

    0下载:
  2. 1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码); 2. 顺序查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 3. 删除一条记录; 4. 插入一条记录; 5. 保存记录到磁盘文件; 6. 从磁盘文件中读取记录到内存; 7. 显示所有的数据记录; 8. 按姓名对数据记录排序; 9. 使用二分法快速查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 10. 退出 -1. Recording the basic in
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6046
    • 提供者:xj
  1. sousuo

    0下载:
  2. 算法分析与设计中的二分搜索算法代码,用来实现数字查找。-Algorithm Analysis and Design of the two sub-search algorithm code, used to achieve the number of search.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:833
    • 提供者:流潮
  1. BinarySearch

    0下载:
  2. 利用二分搜索技术实现数组元素的查找,实现了算法设计中的分治策略-Use binary search technique to find the array element, the realization of the algorithm design of sub-rule strategy
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:886242
    • 提供者:耿锦威
  1. binarysearch

    0下载:
  2. 本例演示一种较高级的查找方式:二分法查找。-This example shows you a more advanced way to find: Find dichotomy.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:979
    • 提供者:gaoyue
  1. erfenfachazhao

    0下载:
  2. 本程序的主要功能就是:二分法查找的算法实现,
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:602
    • 提供者:张琪
  1. search

    0下载:
  2. 利用顺序表作为查找表,创建一查找表,编程实现顺序查找算法及二分法查找算法,并对其进行验证。顺序表中的顺序查找算法的实现-The use of the order of the table as a look-up table, create a look-up table, programming sequential search algorithm and binary search algorithms, and validate them. The order of the order
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:2614
    • 提供者:房春英
  1. partition

    0下载:
  2. 本代码能够利用二分法从原有数组中查找到想要得到的值,只要输入的数字存在于数组中,则能够被找到,若不存在,则提示错误,适合初学者借鉴。-This code can take advantage of the dichotomy from the original array to find the value that you want to get, just enter the number exists in the array, then can be found, if not exis
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:173853
    • 提供者:杨文彬
  1. cz

    0下载:
  2. 利用二分法实现查找功能。适合C语言版数据结构。-Achieved using Binary search function. Suitable for C language version of data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1382
    • 提供者:杨芬
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com