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

搜索资源列表

  1. 顺序查找的实现

    1下载:
  2. 查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the search algorithm had decided the procedure fit and unfit quality, this algorithm has completed the smooth search realization.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:杨涛
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2577
    • 提供者:张杰
  1. 顺序查找

    0下载:
  2. 本程序用于数据的折半查找,是折半查找的基本算法-the procedures for the binary search data is the basic binary search algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13373
    • 提供者:我心飞扬
  1. 顺序查找表 第九章

    0下载:
  2. vc顺序查找表 第九章 -vc order lookup table order in the ninth chapter lookup table Chapter IX
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:童文焕
  1. 顺序表

    0下载:
  2. 输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4).判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5).实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6).输入整型元素序列利用有序表插入算法建立一个有序表。 (7).利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 (8).编写一个主函数,调试上述算法。
  3. 所属分类:源码下载

    • 发布日期:2010-10-06
    • 文件大小:4465
    • 提供者:tianyisha
  1. search

    0下载:
  2. 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3733
    • 提供者:张蓓蓓
  1. binarysearch

    0下载:
  2. 问题的提出:编写程序对数据序列采用二分查找法和顺序查找法查找元素的下标,要求使用类模板实现(其中二分法查找算法要求用递归实现,给定数据序列有序)。-Of the problem: the preparation of procedures for the data sequence using binary search method and the order of search law search element subscr ipt, require the use of class t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:9158
    • 提供者:王清
  1. shunxuchazhao

    0下载:
  2. 本例演示的是一个最简单的查找方式:顺序查找。-Demonstrated in this case is to find one of the most simple way: the order of search.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:870
    • 提供者:gaoyue
  1. Searching

    0下载:
  2. 整理了各种查找算法:多种数据结构的顺序查找;对分查找;关键字查找-Organize a variety of search algorithms: a variety of data structures in order to find of sub-search keywords to find more
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:13804
    • 提供者:陈忠宁
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:249816
    • 提供者:jingjing
  1. shunxubiao

    0下载:
  2. (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4).判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5).实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6).输入整型元素序列利用有序表插入算法建立一个有序表。 (7).利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 (8).编写一个主函数,调试上述算法。 -shun xu
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1636
    • 提供者:杨杨
  1. 查找排序

    0下载:
  2. 数据结构中顺序表的查找排序,包括冒泡排序、直接排序、简单选择排序、希尔排序、快速排序。(Sorting of sequential tables in data structures.include BubbleSort,InsertSort ,SelectSort,ShellSort,HeapSort,QuickSort.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:Tasdily
  1. 顺序表(最优实现)

    0下载:
  2. 顺序表的元素增加 删除 查找等 C++实现(The C++ implementation of adding, deleting and searching the elements of the sequential table)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:shawn94
  1. 顺序查找和折半查找

    0下载:
  2. 建立一个整数数据文件datafile 从文件中读取数据构成查找表 顺序查找 冒泡排序 递归及非递归折半查找方法(1, a plastic data file datafile is set up. 2, reading the data from datafile to form a lookup table 3, sequence lookup 4, bubble sort 5, recursive and non recursive binary search
  3. 所属分类:其他

  1. MThread

    0下载:
  2. 用Math类中的随机函数产生10000个0~999范围的随机数并存于数组。从键盘接收一个0~999的数x,然后用5-8个线程并发查找x的所有下标位置(The random numbers of 10000 0~999 ranges are produced by using random functions in the Math class to coexist in the array. Receive a number of 0~999 from the keyboard, x, and
  3. 所属分类:Java编程

  1. 基于二分查找的有序符号表

    0下载:
  2. 基于平行数组与二分查找的有序符号表是《算法》中的经典查找算法,本程序使用 Python 语言,实现有序符号表。 ST.py 包含两个类,ST 和 OrderedST。 ST是无序的符号表,基于链表实现。按照顺序将键值对插入链表。 OrderedST 则是基于平行数组的有序符号表。在进行查找的时候,使用 二分查找 算法。(The ordered symbol table based on parallel array and two point lookup is the classic
  3. 所属分类:其他

  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:126976
    • 提供者:SUSHAN666
  1. some sort and selection algorithms

    0下载:
  2. 三种排序算法和两种查找算法,可直接打开,编译运行。没有错误(some sort and selection algorithms)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:射鲸少年
  1. 顺序表

    7下载:
  2. 设计内容:自行产生10000个0到9999之间的随机数,按照产生的顺序依次把它们存放到一个数据文件中。然后设计程序实现以下功能。 功能要求:(1)定义一个非递减有序、最大长度为10000的顺序表,初始表为空;(2)从已经产生的数据文件中依次取出前n个随机数,并依次插入到有序顺序表中。插入完成后输出顺序表的全部元素;(3)对已经插入数据元素的顺序表,按照表中元素在数据文件中的顺序逐个将元素删除,直到表空;(4)在一个顺序表中查找给定的整数,并报告查找结果;(5)将两个顺序表合并成一个顺序表并输出
  3. 所属分类:其他

    • 发布日期:2020-08-29
    • 文件大小:738304
    • 提供者:若群翁
  1. 顺序查找代码

    0下载:
  2. 顺序查找适合于存储结构为顺序存储或链接存储的线性表。 基本思想:顺序查找也称为线形查找,属于无序查找算法。从数据结构线形表的一端开始,顺序扫描,依次将扫描到的结点关键字与给定值k相比较,若相等则表示查找成功;若扫描结束仍没有找到关键字等于k的结点,表示查找失败。
  3. 所属分类:数学计算/工程计算

« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com