CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - 数据结构和算法

搜索资源列表

  1. 存储管理源代码

    1下载:
  2. 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. CodesAndMLPaper

    0下载:
  2. 包括一篇国外关于机器学习的文章和一些数据结构与算法的代码-abroad, including a study on the machinery of the article and some data structure and algorithm code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2290658
    • 提供者:周彦宁
  1. shujujiegou__c++

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:144954
    • 提供者:liulei
  1. Binary_Search_Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2716
    • 提供者:liulei
  1. tudelinjiebiaobiaoshi

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2275
    • 提供者:liulei
  1. Kruskal_suanfa

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:3014
    • 提供者:liulei
  1. Binary__Tree

    0下载:
  2. c++编的几个数据结构代码。包括AVL树、二叉搜索树、二叉树、Kruskal算法和图的邻接表表示-c addendum to the few data structure code. Including AVL tree, binary search tree, binary tree, Kruskal map algorithm and the adjoining table
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8782
    • 提供者:liulei
  1. Mysplit

    0下载:
  2. 种子填充算法用来在封闭曲线形成的环中填充某中颜色,在这里我们只填充黑色。种子填充其实上是图形学中的算法,其原理是:准备一个堆栈,先将要填充的点push进堆栈中;以后,每pop出一个点,将该点涂成黑色,然后按左上右下的顺序查看它的四个相邻点,若为白(表示还没有填充),则将该邻点push进栈。一直循环,直到堆栈为空。此时,区域内所有的点都被涂成了黑色。这里,我们自己定义了一些堆栈的数据结构和操作,实现了堆栈的初始化、push、pop、判断是否为空、及析构。 -seed filling algorit
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:206095
    • 提供者:蒋建军
  1. sjjg_suanfaji

    0下载:
  2. 数据结构及算法C语言实现代码集.有数据结构中的常用算法源码(c语言编写),如图论算法、线性表、栈和队列的及一些常见的计算问题
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:623061
    • 提供者:李飞
  1. 稀疏矩阵数据结构的实现

    2下载:
  2. 实现了稀疏矩阵,用单元组进行存储,实现了矩阵的转置、快速转置、矩阵加法和矩阵输出的算法。本程序在VC 6.0上实现通过
  3. 所属分类:书籍源码

  1. datastructurealgorithmanswerexercise

    0下载:
  2. 数据结构与算法书上的代码和相关习题答案,具体讲解和算法分析,代码解释-Data structures and algorithms and the associated code books, Exercise answers, specific to explain and algorithm analysis, code interpretation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:166313
    • 提供者:cy
  1. shuheshenlin

    0下载:
  2. 数据结构经典算法c语言描述(汪杰)数和森林经典算法实现,经典哦!-Classical algorithm c language data structure described in (Wang Jie) number and forest classical algorithm, classic Oh!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:13253
    • 提供者:伊琪
  1. javadatastruct

    0下载:
  2. JAVA书籍是JAVA数据结构和算法分析都是用JAVA语言讲解的而且还有源代码,帮助学习者学习-Books JAVA JAVA data structures and algorithms using JAVA language to explain, but the source code, to help learners
  3. 所属分类:source in ebook

    • 发布日期:2017-05-12
    • 文件大小:2883968
    • 提供者:lee
  1. code3

    0下载:
  2. 数据结构经典算法一书源代码和习题解答实现代码-Data structure classic algorithm book source code and Answers to implement code
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:51948
    • 提供者:袁志华
  1. data-structure

    0下载:
  2. C++数据结构和算法,想提高自己算法能力的可以学习下-C++ data structures and algorithms, to improve their ability to learn the next algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:487102
    • 提供者:longquan
  1. chazhao-

    0下载:
  2. c语言写的数据结构查找算法,包括顺序查找,折半查找和分块查找-c language data structure lookup algorithms, including sequential search, binary search, block search.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1306
    • 提供者:JAKY
  1. Data-Structure-Algorithm-Java

    0下载:
  2. 二项堆,哈希表,排序等数据结构和算法的实现~-Disjoint sets, sorting, two heap, hash tables and other data structures implemented in Java ~
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:51570
    • 提供者:dounai
  1. algorithms

    0下载:
  2. 算法精解:C 语言实现的源码 常用的数据结构和算法分析-Fine solution algorithm: C language source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:301528
    • 提供者:qin
  1. Data-structure-CPP-to-describe

    0下载:
  2. 这个是《数据结构C++描述》刘卫东译这本书的源码。个人觉得这本非常的好,非常浅显易懂的讲述了数据结构的知识点,以及结合C++对数据结构的算法等数据结构进行描述。对学习C++和数据结构二者都是非常有作用的。这本书值得去看下。-This is a " data structure C++ descr iption" Weidong translation source of this book. Personally feel this is very good, very
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:607750
    • 提供者:痞子赖
  1. 数据结构与算法分析:C语言描述

    0下载:
  2. 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
  3. 所属分类:书籍源码

    • 发布日期:2018-05-02
    • 文件大小:7826432
    • 提供者:tjtony
« 12 »
搜珍网 www.dssz.com