搜索资源列表
chazhaoyuansu
- 查找线性表中的某元素: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
jiheAUB
- 求集合运算AUB 利用两个线性表la和lb分别存放集合A和B的成员,依次取出lb中的每个元素,按其值查找线性表la,若la中不存在该元素,则将它插入到la中去,最后线性表la就存放了集合AUB的元素.-AUB set operations for the use of two linear la Table and lb respectively storage pools A and B members, Retrieve lb followed each of the elements,
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
C-integer-linear-sequence
- 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。-C integer linear sequence of stored data table insert, delete and search operations
Code_MATLAB_Optimization
- 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
0.618
- 线性搜索,用0.618法求解方程的解,方便快速的找到方程的解-Linear search method with 0.618 equation, conveniently and quickly find the equation
er
- 1. 二分查找 在对线性表的操作中,经常需要查找某一个元素在线性表中的位置。此问题的输入是待查元素x和线性表L,输出为x在L中的位置或者x不在L中的信息。 -1. Two sub-linear search in the form of operation, usually a required element of online search of the table position. This problem are a complete set of input elements
linear_search
- 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
Template-Binary-Search
- 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
linear-search
- linear search in vb it is simple to use
Linear-search-technology
- 线性搜索技术 Linear search technology -Linear search technology
search
- 对已经排序过的、具有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
linear-search
- 一种常用的线性搜索技术,快速精确希望对大家有所帮助。-A common linear search technology, quickly and accurately hoping help you.
Linear-search-technology
- 最优化算法中的线性搜索技术,对于线性规划问题中求取最大最小值非常有用-Linear optimization algorithm search technology, for the linear programming problem is very useful to strike a maximum and minimum
linear-search
- 用Fibonacci法和抛物线法解决以为搜索问题 对应《最优化方法》(解可新等著)第一章作业题-Solving parabolic method using Fibonacci method and corresponding search problem that " optimization method" (waiting for the solution to new) Chapter job title
LINEAR-SEARCH
- 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.
linear-search(wrk)
- this shell program unix for linear search-this is shell program unix for linear search
linear-search
- 3 type of linear search source in c++
Linear-Search
- 基于matlab的最优化方法中的线性搜索方法例程-Linear Search
search
- 不同于传统的搜索方法,在各种下降优化算法中一种通用的步长搜索方法,采用线性搜索的方式,可得到精确的最优步长。-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.