点击切换搜索课件文库搜索结果(393)
文档格式:PPT 文档大小:227.5KB 文档页数:40
1. Stack Specifications 2. Implementation of Stacks 3. Application: A Desk Calculator 4. Application: Bracket Matching 5. Abstract Data Types and Their Implementations 6. Pointers and Pitfalls
文档格式:PDF 文档大小:2.48MB 文档页数:228
10.1 Graph representations 10.2 Breadth-first and depth-first search algorithms 10.3 Topological sort 10.4 Disjoint sets and strategy of union by rank and path compression 10.5 Minimum spanning tree 10.6 Prim's and Kruskal's algorithm 10.7 Single-source shortest-paths algorithms: breadth-first search, Dag shortest paths, Dijkstra algorithm, and Bellman-Ford algorithm 10.8 All-pairs shortest-paths algorithms: brute-force, dynamic programming, Floyd-Warshall algorithm, and Johnson algorithm 10.9 Ford-Fulkerson max-flow algorithm and Edmonds-Karp algorithm
文档格式:DOC 文档大小:4.9MB 文档页数:276
第 1 章 数据结构与算法. 3 第 2 章 程序设计基础. 27 第 3 章 软件工程基础 . 35 第 4 章 数据库基本原理. 58 第 5 章 Visual FoxPro 6.0 基础. 82 第6章 Visual FoxPro 基本数据元素 . 93 第 7 章 Visual Foxpro 数据库的基本操作 .114 第 8 章 关系型数据库标准语言 SQL.186 第 9 章 项目管理器、设计器和向导使用 .200 第 10 章 Visual FoxPro 程序设计基础 .235
文档格式:PPT 文档大小:866KB 文档页数:38
本章将学习计算机软件和计算机软件开发的相关知识,如什么是软件,程序设计语言的分类及构成、数据结构与算法、软件开发过程等
文档格式:PPT 文档大小:221KB 文档页数:74
1. Introduction : Problems with large programs 2.The Game of Life (a continuing example) 3. Programming style 4. Coding, Testing ,and Further Refinement 5. Program Maintenance 6. Preview (a) Software Engineering (b) Problem Analysis (c) Requirements Specification (d) Coding 7. Pointers and Pitfalls 8. References
文档格式:PPT 文档大小:150.5KB 文档页数:22
9.1静态查找表 9.11顺序表的查找 9.12有序表的查找 9.2动态查找表 9.2.1二叉排序树和二叉平衡树 9.3哈希(Hashing)表(散列表)
文档格式:PPT 文档大小:107.5KB 文档页数:25
非数值处理的对象基本上是字符串数据 串( string)(或称字符串) 由零个或多个字符组成的有限序列 记为:s=a1a2an’(n>=0) a;1(1<=i<=n)是字母,数字或其它字符 n称为串的长度,n=0的串称为空串( Null string) 子串一—串中任意个连续字符组成的子序列 包含子串的串叫主串
文档格式:PDF 文档大小:1.28MB 文档页数:170
6.1 Binary trees and binary search tree 6.2 Inorder, preorder, and postorder tree walk 6.3 Successor and predecessor of BST 6.4 Operations of BST: search, Minimum and maximum, constructing, deletion and insertion 6.5 Balanced search trees 6.6 AVL trees 6.7 Single and double rotation 6.8 Red-black trees 6.9 B-tree (2-3-4 tree)
文档格式:PPT 文档大小:151KB 文档页数:17
一个无环的有向图叫做有向无环图, 简称DAG图 判断有向图中是否存在环的方法
文档格式:PPT 文档大小:160.5KB 文档页数:27
3.1栈 3.1.1抽象数据类型栈的定义 栈(stack):先进后出(FILO)的线性表 或后进先出(LIFO)的线性表。 或仅在表尾进行插入和删除操作的线性表。 栈顶(top):线性表的表尾端,即可操作端。 栈底(bottom):线性表的表头
首页上页2425262728293031下页末页
热门关键字
搜索一下,找到相关课件或文库资源 393 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有