搜索资源列表

  1. 带头结点双链循环线性表

    0下载:
  2. 带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:吴语
  1. Lis1t

    0下载:
  2. 文件中是我编写的两个数据结构,线性表列和链表,是用类模版函数编写,是面向过程设计-document is prepared by the two data structure, tabulated and linear chain and is prepared category template function, process-oriented design
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:李瑞
  1. ClassicalDataStructures

    0下载:
  2. 常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a str
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:39936
    • 提供者:许友来
  1. Linewatch

    0下载:
  2. 线性表的基本操作,基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。-linear form the basic operation, the basic operations : insert, delete, Search and linear forms merging operations in order to link storage structures and storage struc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:林静
  1. sting.doc

    0下载:
  2. 线性表算法实现与应用报告要求 主要讲顺序表的基本操作实现功能 以及链表的基本操作 -linear table algorithm and application of the reporting requirements main speakers order forms to achieve the basic operation and function of the basic chain == operation
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:CJX
  1. xianxinbiao

    0下载:
  2. /*1.在一个非递减有序线性表中,插入一个值为x的元素,使插入后的线性表仍为非递减有序. 分别用向量(顺序存储)和单链表实现.*/ /*2.写一算法将值为B的结点插在链表中值为a的结点之后。如果值为a的结点不存在,则插在表尾.*/ /*3.试用循环链表为存储结构,写一个约瑟夫(Josephu)问题的算法。 约瑟夫问题是:有N个人围成一圈,由第i个人开始从1报数,数到m时,此人就出列。 下一个人重新从1开始报数,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:李海特
  1. shujujiegoushixi

    0下载:
  2. 1)创建任意字符型有序(递增排序)单循环链表(即链表的字符元素随机在键盘上输入),长度限定在15之内; 2)打印(遍历)该链表(依次打印出表中元素值); 3)在链表中查找第i个元素,i合法返回元素值,否则,返回FALSE; 4)在链表中查找与一已知字符相同的第一个结点,有则返回TRUE,否则,返回FALSE; 5)在链表中按照有序方式插入一已知字符元素; 6)在线性表中删除第i个结点; 7)计算链表的
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:603136
    • 提供者:
  1. 2)

    0下载:
  2. 一、 实验目的 1、 掌握使用Turbo C或VC上机编写、调试数据结构程序的基本方法。 2、 掌握线性表的基本操作:插入、删除、查找等操作在顺序存储结构和链接存储结构上的算法及其实现方法。 二、 实验要求 1、 认真阅读和掌握本实验的程序。 2、 上机运行本程序,测试所有功能点。 3、 结合源程序分析运行结果。 4、 按照你对线性表的操作需要,加入新功能(例如合并表)并重新改写主程序。
  3. 所属分类:文件格式

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:zhouhaoran
  1. shunxulianbiaoyingyong

    0下载:
  2. 顺序线性表与向前链表应用 -Sequence of linear forms and forward the application list
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:
  1. DataStructureBasic

    0下载:
  2. 数据结构基础代码,包括线性表顺序表,链式表操作,队列栈操作,二叉树操作等。-Data structure based on the code, including the linear sequence table table, table chain operation, queue stack operation, binary tree operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:韩晓亮
  1. xyz

    0下载:
  2. 线性顺序存储结构双链表正排序逆波兰计算器二叉排序树二叉树实例-Linear sequence of storage structure of double-linked list is sorted Reverse Polish Calculator Binary Sort Tree Binary Tree Example
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:辉煌
  1. Data_structure

    0下载:
  2. 数据结构中的:线性表(含链表)、树、图的操作的子程序。用C写成,有测试代码。非VC写成,但源文件可直接导入到VC项目中。-Data structures: linear form (including the list), tree, graph subroutine operation. Using C language, have the test code. Written in non-VC, but the source fi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:39936
    • 提供者:李刚
  1. operate-chain-table

    0下载:
  2. 1、 用链表实现线性表。其中,必须实现的线性表基本操作为:InitList、 ClearList、ListEmpty、ListLength、GetElem、PriorElem、ListInsert、ListDelete。。。。等等还有-1, and realize linear table list. Among them, must realize the basic operation of the linear form as:
  3. 所属分类:STL

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:only
  1. list

    0下载:
  2. 线性表的链表实现:插入、删除、翻转.链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-List realize linear table: insert, delete, flip. List of data inversion is to reverse (into descending), note that the first fixed node. Flip flip
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:伍国
  1. yuesefu

    0下载:
  2. 线性循环链应用,解决约瑟夫问题! 利用循环链表,比较容易的解决了约瑟夫问题! -Linear cycle chain applications to address the issue of Joseph! Use of cycle chain, it was relatively easy solution to the problem of Joseph!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:237568
    • 提供者:李力
  1. huffman

    0下载:
  2. 声明定义链表结构,创建线性表,打印链表元素-The definition of the structure of the statement list, create a linear form, print list element
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:kaka
  1. chengxu

    0下载:
  2. 线性表的链式存储结构、线性表的顺序存储结构、循环链表等源程序。-Linear table store chain structure, linear order of the table storage structure, such as circulating source list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:姜青海
  1. xianxingbiao

    0下载:
  2. 线性表 队列的算法 题目:假设以带头结点的循环链表表示队列,并且只设一个指针指向队尾(注意不设头指针),试编写相应的置空队、入队、出队的算法。设队列中存放着 n 个字符,试编写算法,判断该字符串是否有中心对称关系 -Table queue algorithm linear Title: assumptions in order to take the lead in the cycle of nodes express qu
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:candy930
  1. shiyan5

    0下载:
  2. [问题描述]   针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。 [基本要求]   假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用线性探测再散列法或链地址法处理冲突。 -[Descr iption of the problem] for a collective in the design of a has
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. project1

    0下载:
  2. 民航公司自动订票系统 1、 了解线性表的逻辑结构特性; 2、 熟练掌握链表的特点; 3、 熟练掌握在双重链表中实现查找、插入、删除等的算法; 4、 掌握从时间和空间复杂度的角度综合分析线性表的不同存储结构的特点及其适用的场合。-Airlines booking system automatically one to understand the logical structure of the linear table
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:luqianhui
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »

源码中国 www.ymcn.org