搜索资源列表
-
0下载:
主要介绍DDFS的主要结构,和它的实现方法还有源代码(VHDL)-introduces the main structure and the implementation methods have the source code (VHDL)
-
-
0下载:
银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
-
-
0下载:
清华+殷人昆C++数据结构 幻灯片教学课件
通过本课程的学习,应达到知识和技能两方面的目标:
1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。
-Tsinghua Q
-
-
0下载:
数据结构是计算机学科的一门核心课程。数据结构课程的
任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存
储结构以及实现各种操作的算法等问题。掌握如何组织数据、
如何存储数据和如何处理数据的基本方法,从而更好地进行软
件开发和应用。
典型数据结构包括表、堆栈、队列、数组、串、树、二叉
树、图、递归程序设计、排序和查找方法,介绍的典型存储结
构包括顺序存储结构、链式存储结构以及这两种典型存储结构
的结合。本速查器采用C语言作为算法描述语言,所有算法和
设计
-
-
0下载:
设计高效算法往往需要使用Hash链表,常数级的查找速度是任何别的算法无法比拟的,Hash链表的构造和冲突的不同实现方法对效率当然有一定的影响,然 而Hash函数是Hash链表最核心的部分,本文尝试分析一些经典软件中使用到的字符串Hash函数在执行效率、离散性、空间利用率等方面的性能问题。-The design of efficient algorithms often need to use the Hash list, find the speed of constant level is u
-
-
0下载:
皇后问题 vc程序 利用递归的方法解决皇后问题 并用一个类实现-Vc program queens problem using recursive methods to solve problems and use a class at Queen' s implementation
-
-
0下载:
、实验目的
1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程;
2 学会分析各种内排序算法的性能;
3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案;
4 熟练掌握图的存储结构;
5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。
6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
-
-
0下载:
数据结构中栈的实现,是以int为基本类型的栈,具体方法包括进栈出栈等等。-Implementation of the stack data structure, based on the basic types int stack, the specific methods included in the stack so the stack.
-
-
0下载:
1:折半查找算法的思想及实现。
2:掌握二叉排序树,AVL树的查找,插入,删除,建立算法的思想及实现
3:存储结构的思想,能选择合适散列函数,实现不同冲突处理方法的散列表的查找,建立
-1: The binary search algorithm and the realization of the idea. 2: The master binary sort tree, AVL tree search, insert, delete, create the idea of the
-
-
0下载:
LL(1)文法的实现。具体设计要求如下:
1. 可以使用任何语言来完成,例如:Java、C、C++。
2. 文法采用常用的方式进行描述,例如:S→aA。
3. 以文件方式读取文法。
4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。
5. 画出预测分析表。
6. 判定读入的文法是否是LL(1)文法。
7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。
8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
-
-
0下载:
An implementation of binary search tree and traverse methods
-
-
0下载:
* Coupling between classes and class libraries is a major maintenance
* headache. To ease this problem, often the client talks to an
* abstraction descr iption, which in turn calls an implementation.
* Sometimes these must evolve - when o
-
-
0下载:
Dijkstra算法的C语言程序实现,有两种方法包括,推荐下载,在此分享。-Program Implementation of Dijkstra algorithm, there are two methods include, recommended download in this share.
-
-
0下载:
source code for implementation of Euler s method of numerical analysis methods in mathematics.
-
-
0下载:
source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
-
-
0下载:
source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
-
-
0下载:
source code for implementation of range kutta s method of numerical analysis methods in mathematics.
-
-
0下载:
source code for implementation of secant s method of numerical analysis methods in mathematics.
-
-
0下载:
介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications
-
-
0下载:
银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Banker' s algorithm is an important method to avoid deadlock, this experiment requires high-level language used to write and debug a simple banker algorithm. Be
-