CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data structure

搜索资源列表

  1. buddy_算法

    1下载:
  2. Buddy(伙伴)算法每次分配包含一个或者多个物理页面的内存块,页面以2的次幂的内存块来分配。首先搜寻满足请求大小的页面,它从满足当前申请大小的Buddy数据结构的m_ freePages域着手沿链来搜索空闲页面。如果没有这样请求大小的空闲页面,则它搜索两倍于请求大小的内存块。这个过程一直将持续到所有的Buddy 被搜索完或找到满足要求的内存块为。如果找到的页面块大于请求的块则对其进行分割以使其大小与请求块匹配。由于块大小都是2的次幂所以分割过程十分简单:空闲块(低地址)被连进相应大小的队列而这
  3. 所属分类:系统编程

    • 发布日期:2011-05-27
    • 文件大小:4311
    • 提供者:npu
  1. 图的邻接表实现

    1下载:
  2. 图的邻接表示实现。用来在C++环境下实现图的邻接表示。(数据结构程序)-adjacent said of the plan to achieve. C environment for the realization of the plan under the adjacent said. (Data Structure procedure)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1444
    • 提供者:李慧
  1. Java数据结构与算法中的源代码和applet

    0下载:
  2. Java数据结构与算法中的源代码和applet .rar-Java data structure and algorithm source code and the applet. Rar
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:360143
    • 提供者:tt
  1. 数据结构C++语言描述

    0下载:
  2. 经典数据结构书籍 数据结构C++语言描述 的源代码 很难找的哦-classic books data structure data structure C + + language to describe the source code is very difficult to find the oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:781159
    • 提供者:李作为
  1. 马踏棋盘C

    0下载:
  2. 一个数据结构的实验。马踏棋盘的程序。已经通过编译了。-a data structure experiments. Horse riding chessboard procedures. The compiler has been passed.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2155
    • 提供者:张东岳
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable for use Learners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 树的高度和叶子结点数

    0下载:
  2. 先是建立一个树,然后对树进行转换变成二叉树,求出树的高度和叶子节点,此程序对于数据结构学习者很有帮助-First, the establishment of a tree, the tree then converted into a binary tree, the tree calculated the height and leaf nodes, the procedure for data structure learners helpful
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:19463
    • 提供者:赵麟
  1. 普里姆算法

    0下载:
  2. 利用prim算法来计算最小生成树,对于数据结构学习者有很大帮助,利用邻接矩阵来存储图-Prim algorithm used to calculate the minimum spanning tree, the data structure for the learner is very helpful to use the adjacency matrix storage plan
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5891
    • 提供者:赵麟
  1. 18.二叉排序树的建立

    1下载:
  2. 本人数据结构学的还可以,所以多传了些数据结构的程序,希望大家多多支持,这个是二叉排序树的建立和查找-data structure can also learn, so most of the more-data structure of procedures in the hope that we can support, this is a binary tree in order to establish and identify
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:12838
    • 提供者:赵麟
  1. 16.在有向图中查找由v1到v2的所有路径

    0下载:
  2. 建立一个有向图 给定任意2个顶点 求得两个顶点间的所有路径 然后打印 数据结构中有此例题-to establish a plan to set arbitrary vertex obtained two vertices between the two paths before all print data structure of this example
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13820
    • 提供者:赵麟
  1. parkinglot2

    0下载:
  2. 每个教数据结构的老师都至少会要求学生利用学过的结构编写出一些现实模型.学栈和队列的时候,老师要求我们写出利用栈和队列来模拟停车场管理的一个程序.通过停在停车场的时间长短来计算费用,其中队列的可以看作是便道,车满时便停靠在便道上,此时不收取费用.具体要求和实现请看程序.-each data structure of the teachers have at least would require students to use the structure to learn to prepare s
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:superloafer
  1. LYQ_广义表

    0下载:
  2. 数据结构中广义表的C++源码,内行人都明白-generalized data structure Table C source code, insiders know
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:云蓝眨
  1. 排序算法-java

    0下载:
  2. 用java实现的数据结构排序算法,包括:选择排序、插入排序、冒泡排序、希尔排序、快速排序、堆排序、归并排序。-used to achieve the ranking algorithm data structure, including : Select, in order of insertion sequence and Bubble Sort, Hill sequencing, rapid sequencing, heap sort, merging sequencing.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54226
    • 提供者:陈为
  1. 数据结构-教案

    0下载:
  2. 严蔚民版的数据结构的完整课件,内容详尽,讲解透彻。-Yan Wei China version of the data structure integrity of the courseware, as detailed, thorough explain.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4655535
    • 提供者:李雪
  1. Java数据结构经典教案

    0下载:
  2. java数据结构,简单,易懂,有利于初学者-data structure, simple, easy to understand, is conducive to beginners
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:412305
    • 提供者:张宏斌
  1. formulervalue

    0下载:
  2. 数据结构中的表达式求值运算算法实现。数据结构课的要求。-data structure of the expression evaluates computing algorithm. Course data structure requirements.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10189
    • 提供者:emma
  1. Prim算法构造最小生成树 

    0下载:
  2. 数据结构中的prim算法构造最小树的算法。课程作业要求-data structure constructed Prim algorithm of most trees algorithms. Courses operational requirements
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24455
    • 提供者:emma
  1. 树的建立及其深度

    1下载:
  2. 树结构是数据结构中最重要的结构。利用树可以实现遍历等要求。该算法用于建立树,才能实现其他的操作-tree data structure is the most important structure. Using tree traversal can be achieved, among others. The algorithm for the creation of the tree can be achieved by other operators
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9057
    • 提供者:emma
  1. 层次非递归遍历

    0下载:
  2. 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9624
    • 提供者:emma
  1. 先序建立树

    0下载:
  2. 数据结构中,先序建立二叉树算法,在建树的基础上可以进行树的其他操作,思想简单易懂-data structure, the first order to establish a binary tree algorithm, the contribution on the basis of the tree can be conducted in other operations, thinking simple and understandable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10624
    • 提供者:emma
« 1 2 ... 32 33 34 35 36 3738 39 40 41 42 ... 50 »
搜珍网 www.dssz.com