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

搜索资源列表

  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:260270
    • 提供者:ldl
  1. 课程设计3

    0下载:
  2. 数据结构课程设计:冒泡排序算法的具体实现,用C语言编写-curriculum design data structure : Bubble Sort Algorithm realize the C language
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:qin
  1. 存储管理源代码

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

    • 发布日期:2008-10-13
    • 文件大小:6101
    • 提供者:Joly
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2577
    • 提供者:张杰
  1. os_2

    0下载:
  2. 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1087
    • 提供者:紫水晶
  1. data_Structures

    0下载:
  2. 用C++实现的数据结构常用排序以及HUFFMAN编码解码和最短路径算法的小程序-with C + + data structure used sequencing and HUFFMAN codec and the shortest path algorithm small programs
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6199
    • 提供者:zzgg
  1. matlab_point

    0下载:
  2. 此软件可用来计算节点数,也可用来计算一些简单的算法,如果你对数据结构感兴趣,也可以用此软件解决数据结构的很多问题 -software can be used to calculate nodes, but also can be used to calculate some simple algorithm, If you are interested in the data structure can also use this software to solve many data st
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1935
    • 提供者:张小龙
  1. 挖雷原代码

    0下载:
  2. 一个挖雷的小程序,为了以后改方便,我把整个算法写成的一个类,用类中的方法去设置雷的数据结构,成功就抛出异常,呵呵。-mine dug a small procedure, in order to facilitate future change, I put the whole algorithm written in a category, use category approach to the minefield of data structure, the success of the
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:61755
    • 提供者:董程林
  1. 循环队列

    0下载:
  2. 数据结构的一个算法,请参考,可以改进。happyforever@people.com.cn-data structure of an algorithm, please refer to, can be improved. Happyforever@people.com.cn
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5784
    • 提供者:yxw
  1. 十进制转八进制(用VC编写)

    1下载:
  2. 利用数据结构中的算法 在VC环境下编写十进制转八进制-use data structure algorithms in VC metric prepared to octal
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10909
    • 提供者:代价
  1. 7-302-11998-8y

    0下载:
  2. 数据结构与算法——C++版(第3版)源文件-data structures and algorithms -- C version (version 3) Source
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56320
    • 提供者:于杰
  1. other

    0下载:
  2. 数据结构算法演示版,简单易学,截面更人性化,多多关照-data structure algorithms demo, easy, section more humanized, to take care of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:90110
    • 提供者:张伊圣
  1. supcode_6038

    0下载:
  2. 一些常用数据结构和算法的实现,比较完整,测试可用!还是不错的-some commonly used data structures and algorithms to achieve more comprehensive testing available! Good or
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:347138
    • 提供者:张南
  1. shortpath-ron

    0下载:
  2. C实现二叉排序树的各种算法,了解数据结构中的树。-C fork order to achieve two tree algorithms, understanding of data structure of the trees.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18973
    • 提供者:李海
  1. KeyPath

    0下载:
  2. 数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4584
    • 提供者:周善人
  1. CSkyRainReg

    0下载:
  2. 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31016
    • 提供者:zxp
  1. GAyutuxing

    0下载:
  2. 这是个遗传算法的数据结构,该算法用在提取图形特征方面。 -this is a genetic algorithm data structure, the algorithm used in the extraction graphics characteristics.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:41734
    • 提供者:陈智
  1. blackredtree

    0下载:
  2. 研究生课程设计内容,有助于学习算法分析与数据结构等内容,体积很小!-postgraduate courses design elements that contribute to learning algorithm analysis and data structure, small size!
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:47536
    • 提供者:时蕾
  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34727
    • 提供者:aa
  1. C++ChangyongSuanFa

    0下载:
  2. 数据结构的比较齐全的常用算法。共学习数据结构和C++的同学们使用-data structure of a subset of commonly used algorithm. A total of learning C data structures and the use of students
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:291588
    • 提供者:史磊
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com