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. 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. lfind

    0下载:
  2. 执行线性搜索(附程序) 经测试运行成功-The implementation of the linear search (with procedures) have been tested to run successfully
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:554byte
    • 提供者:英英
  1. linsearch

    0下载:
  2. it is code for linear search..... it is a c++ code-it is code for linear search..... it is a c++ code.........
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2.84kb
    • 提供者:mohit
  1. LinearSearchLists

    0下载:
  2. 线性查找-目录-Linear search- list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.87kb
    • 提供者:hjc
  1. line

    0下载:
  2. 直线查补算法的一种改进实现, 由于在插补过程中,有三个步进方向:水平方向、垂直方向和45度方向,比传统的插补多了个45度的步进方向,因而减少了步数,极大的提高了效率。-Linear search algorithm is an improved realization of complement, as in the interpolation process, there are three step directions: horizontal, vertical and 45 degree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:58.43kb
    • 提供者:lixun
  1. buses

    0下载:
  2. Scatter Search (SS) C Code for Non-Linear Optimization Problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:143.63kb
    • 提供者:klm
  1. CSharpFUNDAMENTALS

    0下载:
  2. SOME PROGRAMS IN Csharp like sorting linear search and some programs are look like funny things
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2.25kb
    • 提供者:raghu
  1. ComputeCommandTime

    0下载:
  2. 用二分法和线性查找法对数组进行查找,并且算出时间。-With the dichotomy and the linear search method to find the array, and calculate the time.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:825byte
    • 提供者:ruirui
  1. LinearSearchDri

    0下载:
  2. linear search algorithm in c sharp
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:21.97kb
    • 提供者:ann
  1. linearsearch

    0下载:
  2. 二分搜索,又称为顺序搜索,由于元素比较的最大次数和序列大小呈线性,又称为线性搜索。-Binary search, also known as sequential search, the maximum number of elements and sequence comparison of the size of linear, also known as linear search.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:171.98kb
    • 提供者:成豆豆
  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. MATLAB-optimation

    1下载:
  2. matlab优化方法 不精确的一维线性搜索-matlab optimization method inaccurate one-dimensional linear search
  3. 所属分类:Driver Develop

    • 发布日期:2016-04-20
    • 文件大小:4kb
    • 提供者:lulu
  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
    • 提供者:张再军
  1. linear-search

    0下载:
  2. 3 type of linear search source in c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:bita
« 12 3 4 »
搜珍网 www.dssz.com