点击切换搜索课件文库搜索结果(9080)
文档格式:DOC 文档大小:29.5KB 文档页数:2
第一章绪论 基本概念和术语,(程序时间复杂度计算) 第二章线性表 线性表、顺序表、链表的基本算法(前插和后插法构建链表的算法)
文档格式:DOC 文档大小:39.5KB 文档页数:5
一、实验内容: 1、试验题目: 2、试验要求: 3、试验目标:
文档格式:DOC 文档大小:40.5KB 文档页数:1
试验一 实验题目:用有序单链表表示集合,实现集合的交、并和差运算试验要求: 1、对集合中的元素,用带头结点单链表进行存储。 2、实现交、并、差运算时,不另外申请存储空间。 3、充分利用单链表的有序性,算法有较好的性能
文档格式:DOC 文档大小:28.5KB 文档页数:1
试验二 实验题目:用栈实现括号匹配的检验 试验要求: 1、设计栈,存储括号。 2、利用进栈、出栈操作实现括号匹配算法。 3、不另外申请存储空间,算法有较好的性能
文档格式: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.01MB 文档页数:89
chapter 9 GRAPH ALGORITHMs $I Definitions e G(V,E) where G: =graph, V=V(G): :=finite nonempty set of vertices, andE=E(G): : = finite set of edges. d' Undirected graph:(V;,vi)=(j,vi): =the same edge 6 Directed graph(digraph): :=2* I tailhead
文档格式:PPT 文档大小:1.53MB 文档页数:70
CHAPTER 4 Stacks and Queues SI The stack adt 1. ADT 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 文档大小:531KB 文档页数:28
(1) Input There are zero or more quantities that are externally supplied. (2) Output At least one quantity is produced. (3) Definiteness Each instruction is clear and unambiguous. (4) Finiteness If we trace out the instructions of an algorithm, then for all cases, the algorithm terminates after finite number of steps. (5) Effectiveness Every instruction must be basic enough to be carried out, in principle, by a person using only pencil and paper. It is not enough that each operation be definite as in(3); it also must be feasible
文档格式:PPT 文档大小:4.64MB 文档页数:185
6.1 二叉树 6.2 遍历二叉树和线索二叉树 6.3 树和森林 6.4 树的应用
文档格式:PPT 文档大小:1.97MB 文档页数:128
8.1静态查找表 8.2动态查找树表 8.3哈希表
首页上页850851852853854855856857下页末页
热门关键字
搜索一下,找到相关课件或文库资源 9080 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有