综合搜索课件包文库(990)
文档格式:PPT 文档大小:433.5KB 文档页数:12
1 Equivalence Relations 【Definition】A relation R is defined on a set S if for every pair of elements (a, b), a, b S, a R b is either true or false. If a R b is true, then we say that a is related to b
文档格式:PPT 文档大小:1.09MB 文档页数:69
【Definition】An Abstract Data Type (ADT) is a data type that is organized in such a way that the specification on the objects and specification of the operations on the objects are separated from the representation of the objects and the implementation on the operations
文档格式:PPT 文档大小:1.64MB 文档页数:97
1 Preliminaries 1. Terminology Lineal Tree Pedigree Tree ( binary tree )
文档格式:PPT 文档大小:2.14MB 文档页数:89
Definition of search Static search table Dynamic search table Hash table
文档格式:PPT 文档大小:382KB 文档页数:33
1. 栈 stack的定义 栈是特殊的线性表,仅在表的一端进行插入或删除操作
文档格式:PPT 文档大小:183KB 文档页数:17
const int maxLen = 128; class String { int curLen; //串的当前长度 char *ch; //串的存储数组 public: String ( const String& ob ); String ( const char * init );
文档格式:PPT 文档大小:2.35MB 文档页数:75
Sorting: There is a series of data in random order, we sort them depending a certain key word. Datalist: an finity set of data waiting to be sorted. Key: data object has many attribute areas, namely there are many data element, one of all these elements can be used to distinguish object, we use it as sorting key. we also call it sorting code
文档格式:PPT 文档大小:3.33MB 文档页数:125
G( V, E ) where G ::= graph, V = V( G ) ::= finite nonempty set of vertices, and E = E( G ) ::= finite set of edges
文档格式:PPT 文档大小:1.53MB 文档页数:70
A stack is a Last-In-First-Out (LIFO) list, that is, an ordered list in which insertions and deletions are made at the top only. Objects: A finite ordered list with zero or more elements
文档格式:PPT 文档大小:498.5KB 文档页数:28
【Definition】An algorithm is a finite set of instructions that, if followed, accomplishes a particular task. In addition, all algorithms must satisfy the following criteria: (1) Input There are zero or more quantities that are externally supplied
首页上页5051525354555657下页末页
热门关键字
搜索一下,找到相关课件或文库资源 990 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有