CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - implementation methods

搜索资源列表

  1. DDFS_1

    0下载:
  2. 主要介绍DDFS的主要结构,和它的实现方法还有源代码(VHDL)-introduces the main structure and the implementation methods have the source code (VHDL)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3165
    • 提供者:李逵
  1. yinghangjia

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本课程设计要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Bankers algorithm avoid deadlock is an important method, the curriculum design requires high-level language writing and debugging a simple procedure of Banker s
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:129180
    • 提供者:丁泽霞
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1839013
    • 提供者:ciweijsf
  1. Structure

    0下载:
  2. 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:157446
    • 提供者:袁和平
  1. hash

    0下载:
  2. 设计高效算法往往需要使用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
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:18036
    • 提供者:李树
  1. QueenTest

    0下载:
  2. 皇后问题 vc程序 利用递归的方法解决皇后问题 并用一个类实现-Vc program queens problem using recursive methods to solve problems and use a class at Queen' s implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:28419
    • 提供者:刘真
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. stack_int

    0下载:
  2. 数据结构中栈的实现,是以int为基本类型的栈,具体方法包括进栈出栈等等。-Implementation of the stack data structure, based on the basic types int stack, the specific methods included in the stack so the stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:576
    • 提供者:Penguin
  1. chazhao

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:85113
    • 提供者:王博
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5713
    • 提供者:冯景航
  1. Sultans_on_net

    0下载:
  2. An implementation of binary search tree and traverse methods
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4202
    • 提供者:peagasus
  1. adapter_designpattern

    0下载:
  2. * 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1251
    • 提供者:lcx
  1. dijkstra

    0下载:
  2. Dijkstra算法的C语言程序实现,有两种方法包括,推荐下载,在此分享。-Program Implementation of Dijkstra algorithm, there are two methods include, recommended download in this share.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1636
    • 提供者:赵秀平
  1. euler

    0下载:
  2. source code for implementation of Euler s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:709
    • 提供者:skreamer
  1. lagrange

    0下载:
  2. source code for implementation ofLagrange s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:540
    • 提供者:skreamer
  1. Newtons-Raphson

    0下载:
  2. source code for implementation of Newton Raphson s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:536
    • 提供者:skreamer
  1. Runge-Kutta

    0下载:
  2. source code for implementation of range kutta s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:556
    • 提供者:skreamer
  1. SECANT

    0下载:
  2. source code for implementation of secant s method of numerical analysis methods in mathematics.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:514
    • 提供者:skreamer
  1. stackandqueue

    0下载:
  2. 介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2090
    • 提供者:liuchuanhong
  1. Banker

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:472021
    • 提供者:015
« 12 »
搜珍网 www.dssz.com