CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - linear search

搜索资源列表

  1. chazhaoyuansu

    0下载:
  2. 查找线性表中的某元素:L为带头接点的单链表的头指针,当第i个元素存在的时候,其值赋给e并返回OK,否则返回ERROR */ -linear search of a table of elements : L tap for the lead single linked list for the first guide, When the first i elements exist, the value assigned to the e and return to the lounges, o
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.55kb
    • 提供者:周伯通
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:40.61kb
    • 提供者:
  1. search_word

    0下载:
  2. 从字母表2中搜索字母表1中的单词,可以按行,列,斜线进行直线搜索-2 from the alphabet of the english alphabet in one word, can be row, column, diagonal linear search
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:黄咋的
  1. NineGrid

    1下载:
  2. 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:53.76kb
    • 提供者:李建峰
  1. Bubble_S5

    0下载:
  2. The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparaiso
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14.19kb
    • 提供者:csp
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:845.25kb
    • 提供者:阿表
  1. success_failure_way

    0下载:
  2. 本程序是最优化理论中一维搜索方法之一——成功失败法的实现-linear search
  3. 所属分类:Algorithm

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

    0下载:
  2. a.输入一组整型元素序列,建立线性表。 b.实现该线性表的遍历。 c.在该线性表中查找某一元素,查找成功显示查找元素,否则显示查找失败。 d. 在该线性表中删除或插入指定元素。 -a. Enter a group of integer elements in sequence, a linear form. b. To achieve the linear traverse table. c. In the linear search for a particular eleme
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:36.07kb
    • 提供者:peter
  1. 123456

    0下载:
  2. 实现线性表的一些基本操作,列如线性表的插入删除 查找-To achieve some of the basic operation of a linear table, column, such as linear search the table insert delete
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:121.5kb
    • 提供者:陈二磊
  1. LinearSearch

    0下载:
  2. Simple Linear search algorithm that searches if a specific value exists in an array.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1.01kb
    • 提供者:Perry Leros
  1. METSlib

    0下载:
  2. METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:20.82kb
    • 提供者:mx
  1. fuzzypid

    0下载:
  2. a design methodology is introduced that blends the classical PID and the fuzzy controllers in an intelligent way and thus a new intelligent hybrid controller has been achieved. Basically, in this design methodology, the classical PID and fuzz
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:252.36kb
    • 提供者:mohaideen
  1. Template-Binary-Search

    0下载:
  2. The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparais
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:12.45kb
    • 提供者:Bhushan
  1. linear-search

    0下载:
  2. linear search in vb it is simple to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1.67kb
    • 提供者:tala
  1. Linear-table

    0下载:
  2. 分别建立一个单链表和一个双链表,实现插入,删除,查找的功能-The establishment of a single linked list, respectively, and a doubly linked list, to achieve insert, delete, search functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1.23kb
    • 提供者:古狸
  1. Linear-search-technology

    0下载:
  2. 线性搜索技术 Linear search technology -Linear search technology
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:zhoukai
  1. linear-search

    0下载:
  2. 用Fibonacci法和抛物线法解决以为搜索问题 对应《最优化方法》(解可新等著)第一章作业题-Solving parabolic method using Fibonacci method and corresponding search problem that " optimization method" (waiting for the solution to new) Chapter job title
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:郭婧怡
  1. LINEAR-SEARCH

    0下载:
  2. It is a source code of Linear Search in C++. Liner Search is a data structure.-It is a source code of Linear Search in C++. Liner Search is a data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8.5kb
    • 提供者:waqasullahkhan
  1. Linear-Search

    0下载:
  2. 基于matlab的最优化方法中的线性搜索方法例程-Linear Search
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.19kb
    • 提供者:张华
  1. search

    0下载:
  2. 不同于传统的搜索方法,在各种下降优化算法中一种通用的步长搜索方法,采用线性搜索的方式,可得到精确的最优步长。-Different the traditional search methods, a general step size search method is used in various drop optimization algorithms, and the optimal step size can be obtained by linear search.
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:2kb
    • 提供者:Micheal
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com