CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - linear search

搜索资源列表

  1. C-integer-linear-sequence

    0下载:
  2. 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。-C integer linear sequence of stored data table insert, delete and search operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1.2kb
    • 提供者:周文
  1. 0.618

    0下载:
  2. 线性搜索,用0.618法求解方程的解,方便快速的找到方程的解-Linear search method with 0.618 equation, conveniently and quickly find the equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:545byte
    • 提供者:于贝
  1. Programacion_y_metodos_numericos

    0下载:
  2. Topics Practices: Programming and Numerical Methods Practice 1: Introduction to C Practice 2: Cycles and functions First part cycles Part Two: Roles Practice 3 - Floating point arithmetic Practice 4 - Search for roots of funct
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:82.24kb
    • 提供者:DokiOki
  1. linsrch

    0下载:
  2. 该程序是求解极小化问题的基本的线性搜索算法-The procedure is to solve the minimization problem based on a elementary linear search algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2.3kb
    • 提供者:ld
  1. linear_search

    0下载:
  2. It is a basic program to search for options given in a list box used in VC++ MFC without using wizard... It is simple program...helps in understanding VC-It is a basic program to search for options given in a list box used in VC++ MFC without using w
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:Keerthana
  1. shujujiegou

    0下载:
  2. 掌握线性表的基本操作,如插入、删除、检索以及线性表合并等在顺序存储结构和链式存储结构上的运算。-To master the basic operation of the linear form, such as insert, delete, search and linear form, such as in the order of the combined storage structure and the structure of chain store operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.71kb
    • 提供者: 凌跃
  1. KC

    0下载:
  2. 实现线性表的基本操作:插入、删除、查找。 链表遍历器的使用方法。-To achieve a linear form the basic operations: insert, delete, search. List iterator to use.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:764.99kb
    • 提供者:张效群
  1. ITU_P1546

    2下载:
  2. This implementation is finished open with ITUP1546 to view gui interface. Read the ITU P.1546 propagation document to understand how to measure you input values. This was created from ITU p.1456-3 Minor issues corrected -warm sea paths
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.63mb
    • 提供者:wanggang
  1. o1

    0下载:
  2. 定义一个由int型元素所构成的线性表类LinearList,它有下面的成员函数: bool insert(int x, int pos) //在位置pos之后插入一个元素x。 //pos为0时,在第一个元素之前插入。 //操作成功时返回true,否则返回false。 bool remove(int &x, int pos) //删除位置pos处的元素。 //操作成功时返回true,否则返回false。
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:838.64kb
    • 提供者:
  1. OCTAVE

    0下载:
  2. 从线性显示方式转成倍频程显示方式 小巧翻遍快捷高效-Conversion from linear display octave display a small search of quick and efficient
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:38.77kb
    • 提供者:放放
  1. SeqList_self

    0下载:
  2. 这个是线性表的基本操作,刚刚学数据结构的人可以去看看,有创建、插入、删除、查找、获值等功能-This is the basic operation of the linear form, just the data structure can learn to see, have to create, insert, delete, search, given the value of other functions ... ...
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:3.7kb
    • 提供者:林浊
  1. Tightly-Packed-Tries

    0下载:
  2. Tightly Packed Tries: How to Fit Large Models into Memory, and Make them Load Fast, Too We present Tightly Packed Tries (TPTs), a compact implementation of read-only, compressed trie structures with fast on-demand paging and short load times. We de
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:117.96kb
    • 提供者:Ngo Minh Thai
  1. search

    0下载:
  2. 对已经排序过的、具有n个元素的数组A,检索是否存在元素x。当n是奇数时,用二叉检索算法检索;当n是偶数时,用线性检索算法检索。写出算法分析和时间复杂度。-Already sorted array of n elements A, retrieves whether there exists an element x. When n is odd, using the binary search algorithm to retrieve when n is even, the linear s
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:7.19kb
    • 提供者:李心
  1. Linear

    0下载:
  2. 数据结构单链表有关所有算法(包含单链表的建立、删除、查找、插入、修改等一系列算法)-For all the algorithms, the data structure of singly-linked list (including the establishment of a single linked list, delete, search, insert, modify a series of algorithms)
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2kb
    • 提供者:郑鑫
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:11.68kb
    • 提供者:BidyBai
  1. Data-Structure-experiment

    0下载:
  2. 数据结构实验,包含了数据结构的所有实验,有括号匹配,树形查找,顺序查找,线性堆栈,线性队列,指针堆栈,指针队列,数据的插入与删除等基本实验内容。-Experimental data structure that contains the data structures of all experiments, parenthesis matching, tree search, sequential search, the linear stack linear queue pointer sta
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:96.13kb
    • 提供者:ai
  1. xianxingbiao

    0下载:
  2. 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作。-The elements stored in the order of type integer linear table insert, delete and search operations.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.5kb
    • 提供者:寇海峰
  1. linear-search

    0下载:
  2. 一种常用的线性搜索技术,快速精确希望对大家有所帮助。-A common linear search technology, quickly and accurately hoping help you.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.93kb
    • 提供者:佟倩
  1. Linear-search-technology

    0下载:
  2. 最优化算法中的线性搜索技术,对于线性规划问题中求取最大最小值非常有用-Linear optimization algorithm search technology, for the linear programming problem is very useful to strike a maximum and minimum
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.94kb
    • 提供者:haohaiqiang
  1. Cgrafsuanfa

    0下载:
  2. 图论常用求最短距离算法,数组线性查找算法,VC++实现-Graph theory used for the shortest distance algorithm, an array linear search algorithm, VC++ achieve
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1.24mb
    • 提供者:张再军
« 12 »
搜珍网 www.dssz.com