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

资源列表

« 1 2 ... .70 .71 .72 .73 .74 775.76 .77 .78 .79 .80 ... 2673 »
  1. shujujieguocPPmiaoshu

    0下载:
  2. 数据结构的c++描述,运用c++语言描述-Data structures in C++ descr iption, the use of C++ language to describe
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:628.25kb
    • 提供者:谢伟月
  1. dingpiao

    0下载:
  2. 是飞机订票系统,用C语言和数据结构书写,界面优美-Airline reservation system , written in C language and data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.29kb
    • 提供者:王二
  1. VCSort

    0下载:
  2. 集成冒泡、插入、快速排序算法,形成可通用的sort模板文件,方便用户使用。附带使用例程。-a soure for data sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:36.17kb
    • 提供者:闫川
  1. DynamicPartition

    0下载:
  2. 动态分区存储程序,包含两种算法:最佳适应算法和最先适应算法。主要用于初学者了解动态分区的过程以及两种算法的区别。-Dynamic partitioning storage procedure, including two kinds of algorithm: the Best Fit algorithm and the First Fit algorithm. Primarily for beginners to understand the dynamic partition in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:sunxb10
  1. 123

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现。队列以链表结构实现-Stack simulation parking lot to the queue simulation c
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:49.32kb
    • 提供者:朱俊鹏
  1. Joseph-ring-sort

    0下载:
  2. 利用约瑟夫环对单链表进行的排序算法,直接改变了结点的顺序而没有进行数据域中数值的交换。-Joseph ring singly linked list sorting algorithms, and change the end point of order without the exchange of data field values​ ​ .
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:635byte
    • 提供者:SchroPony
  1. main

    0下载:
  2. 有关归并排序的算法及其实现功能可以有借鉴意义的算法-Merge sort algorithm and its implementation functions can have the reference algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:807byte
    • 提供者:符小丽
  1. Three-classic-C-language-program

    0下载:
  2. 这是C语言编的三个经典程序的解读和感悟,非常实用,希望大家下载开看,很有用的。-This is the interpretation and comprehension of the three classic C language program, very useful, and hope that we download the open look, very useful.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:559.81kb
    • 提供者:事在人为
  1. RBTree

    0下载:
  2. 红黑树源码并显示结点图像,他是数据结构中的有关树部分的一种算法,具有以下特点:每一结点被涂成黑色或红色,各个分支的黑高度相同,红结点的孩子结点为黑结点,且为平衡二叉树。-red and black tree ,it describes a certain data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:54.9kb
    • 提供者:乐珊
  1. dijkstra

    0下载:
  2. Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:96.48kb
    • 提供者:yx
  1. 8

    0下载:
  2. 快速排序(Quicksort)是对冒泡排序的一种改进,快速实现数据的排序,程序简单容易实现。-quick sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:401.19kb
    • 提供者:yebuyi
  1. Floyd1

    0下载:
  2. Floyd算法,Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法-Floyd algorithm, the Floyd algorithm, also known as Freud algorithm, interpolation point method is used to find a given weighted graph between vertices shortest path algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:23.11kb
    • 提供者:yx
« 1 2 ... .70 .71 .72 .73 .74 775.76 .77 .78 .79 .80 ... 2673 »
搜珍网 www.dssz.com

浏览历史记录

关闭