搜索资源列表
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
Programacion_y_metodos_numericos
- 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
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
shujujiegou
- 掌握线性表的基本操作,如插入、删除、检索以及线性表合并等在顺序存储结构和链式存储结构上的运算。-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.
KC
- 实现线性表的基本操作:插入、删除、查找。 链表遍历器的使用方法。-To achieve a linear form the basic operations: insert, delete, search. List iterator to use.
ITU_P1546
- 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
o1
- 定义一个由int型元素所构成的线性表类LinearList,它有下面的成员函数: bool insert(int x, int pos) //在位置pos之后插入一个元素x。 //pos为0时,在第一个元素之前插入。 //操作成功时返回true,否则返回false。 bool remove(int &x, int pos) //删除位置pos处的元素。 //操作成功时返回true,否则返回false。
OCTAVE
- 从线性显示方式转成倍频程显示方式 小巧翻遍快捷高效-Conversion from linear display octave display a small search of quick and efficient
SeqList_self
- 这个是线性表的基本操作,刚刚学数据结构的人可以去看看,有创建、插入、删除、查找、获值等功能-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 ... ...
Tightly-Packed-Tries
- 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
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)
check
- 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
Data-Structure-experiment
- 数据结构实验,包含了数据结构的所有实验,有括号匹配,树形查找,顺序查找,线性堆栈,线性队列,指针堆栈,指针队列,数据的插入与删除等基本实验内容。-Experimental data structure that contains the data structures of all experiments, parenthesis matching, tree search, sequential search, the linear stack linear queue pointer sta
xianxingbiao
- 对元素类型为整型的顺序存储的线性表进行插入、删除和查找操作。-The elements stored in the order of type integer linear table insert, delete and search operations.
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