搜索资源列表
C-integer-linear-sequence
- 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作(C++)。-C integer linear sequence of stored data table insert, delete and search operations
0.618
- 线性搜索,用0.618法求解方程的解,方便快速的找到方程的解-Linear search method with 0.618 equation, conveniently and quickly find the equation
linsrch
- 该程序是求解极小化问题的基本的线性搜索算法-The procedure is to solve the minimization problem based on a elementary linear search algorithm
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
lfind
- 执行线性搜索(附程序) 经测试运行成功-The implementation of the linear search (with procedures) have been tested to run successfully
linsearch
- it is code for linear search..... it is a c++ code-it is code for linear search..... it is a c++ code.........
LinearSearchLists
- 线性查找-目录-Linear search- list
line
- 直线查补算法的一种改进实现, 由于在插补过程中,有三个步进方向:水平方向、垂直方向和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
buses
- Scatter Search (SS) C Code for Non-Linear Optimization Problem
CSharpFUNDAMENTALS
- SOME PROGRAMS IN Csharp like sorting linear search and some programs are look like funny things
ComputeCommandTime
- 用二分法和线性查找法对数组进行查找,并且算出时间。-With the dichotomy and the linear search method to find the array, and calculate the time.
LinearSearchDri
- linear search algorithm in c sharp
linearsearch
- 二分搜索,又称为顺序搜索,由于元素比较的最大次数和序列大小呈线性,又称为线性搜索。-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.
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
- 数据结构单链表有关所有算法(包含单链表的建立、删除、查找、插入、修改等一系列算法)-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)
MATLAB-optimation
- matlab优化方法 不精确的一维线性搜索-matlab optimization method inaccurate one-dimensional linear search
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
Cgrafsuanfa
- 图论常用求最短距离算法,数组线性查找算法,VC++实现-Graph theory used for the shortest distance algorithm, an array linear search algorithm, VC++ achieve
linear-search
- 3 type of linear search source in c++