CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 链表

搜索资源列表

  1. Joseph

    0下载:
  2. 编号为1,2,3,…,n的n个人按顺序针方向围坐一张圆桌旁,每个人手中持有 一个密码(正整数)。首先输入一个正整数作为报数上限值m,然后,从第一个人开始按顺序针方向自1开始顺序报数,报到m的人离开桌子,并将他手中的密码作为新的m值,从顺序针方向的下一个就坐在桌旁的人开始重新从1报数,如此下去,直至所有人全部离开桌旁为止。 算法思想: 用单循环链表来解决这一问题,实现的方法首先要定义链表结点,单循环链表的结点结构与一般单链表的结点结构完全相同,只是数据域用一个整数来表示;然后将它们组成
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:629
    • 提供者:冬冬
  1. zhanduilie

    0下载:
  2. 熟悉栈、队列这种特殊线性结构的特性; 2 熟练掌握栈、队列在顺序存储结构和链表存储结构下的基本操作 -Are familiar with stacks, queues the linear structure of this particular characteristic two master stack, queue list in the order of storage structures and storage structures of the basic opera
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:5761
    • 提供者:zhangge
  1. ch2

    0下载:
  2. 关于链表的一些算法源码,可以让初学者更深入了解链表等-List some of the algorithms on the source code, allowing a better understanding of beginners list, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:38498
    • 提供者:杨宇
  1. dada

    0下载:
  2. 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:123150
    • 提供者:胡丹
  1. quciksortinanother

    0下载:
  2. 通过链表的操作,对一个已经存在的链表快速排序-Through the list of operations, for a list that already exists Quick Sort
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:936
    • 提供者:justing88
  1. chain_param

    0下载:
  2. 链表程序,主要功能是满足visual C++初学者的对 指针部分的理解。选择此程序以助理解-chain param
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:325368
    • 提供者:leaf
  1. SPIHT

    0下载:
  2. 通过调整小波系数的排序过程,用一维数组代替原有的链表结构,改变小波系数的重要性判断依据等措施对原有的SPIHT算法进行改进。-By adjusting the wavelet coefficients of the sorting process, using one-dimensional array instead of the original list structure, the importance of changing the wavelet coefficients and o
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:355997
    • 提供者:ll
  1. lianbiao

    0下载:
  2. 建立一个链表,每个结点包括:学号、姓名、性别、年龄。输入一个年龄,如果链表中的结点所包含的年龄等于此年龄,则将此结点删去.-The establishment of a linked list, each node include the following: Student ID, name, gender, age. Enter one of age, if the linked list of nodes contained in this age of age, then by dele
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:2047
    • 提供者:white
  1. lianbiao

    0下载:
  2. 用c语言实现链表的插入,删除,等操作,有问题联系qq516998649-use the c language to drive the lianbiao delete insert
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:2165
    • 提供者:badegg
  1. lianbiaodemianshitimu

    0下载:
  2. 关于计算机中的链表的比较常见到的面试题目,都是c代码编写的,可以直接使用-On the computer list of the more common to the interview questions are written in c code, can be used directly
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:9511
    • 提供者:
  1. lianbiao

    0下载:
  2. 链表的几种操作算法,包括插入,删除操作-Some list operation algorithms,combine add,delect ,and so on
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:5919
    • 提供者:bluerz
  1. erchashu

    0下载:
  2. 二叉树的构建掌握基于先序遍历构造二叉链表的算法-Construction of binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2664
    • 提供者:xiaoG
  1. C

    0下载:
  2. 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:36722
    • 提供者:llw
  1. c

    0下载:
  2. 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:16217
    • 提供者:yin
  1. double-line

    0下载:
  2. 双向链表的编写方法   循环链表是与单链表一样,是一种链式的存储结构,所不同的是,循环链表的最后一个结点的指针是指向该循环链表的第一个结点或者表头结点,从而构成一个环形的链。-Doubly linked circular list is a compilation of the single list, is a chain of storage structure, the difference is the last circular list node pointer is point
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:1951
    • 提供者:祁其
  1. yizhilianbiao

    0下载:
  2. 用异质链表做学校的人员管理,包括姓名、性别、年龄、职务等方面-linklist to personal management
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:977
    • 提供者:ronghao
  1. flight-query--system

    0下载:
  2. 可以对航班进行预订、查询、退订、按余票查询、删除,运用链表队列等数据结构-Can make reservations for flights, query, unsubscribe, I vote according to query, delete, queue, linked list data structures such as the use of
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:378940
    • 提供者:祝子豪
  1. booklist

    0下载:
  2. 1、功能说明: (1)列出所有图书 (2)查询指定图书 a 按图书编号查询 b 按图书名查询 (3)添加记录 (4)删除记录 (5)清空图书列表 (6)保存修改 2、解决方案:使用链表来实现对图书信息的添加、删除、查询、修改等操作;使用文件来保存数据,下次运行时可以从文件中自动读取数据。 -1, function: (1) lists all books (2) query number specified books a query by book
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:7714
    • 提供者:韩仲良
  1. Student-Scholarship-System

    0下载:
  2. 学生奖学金评定系统 输入部分,要求用户能从屏幕上格式化输入所要求的数据项,例如添加信息的时候输入学生的基本信息:学号、姓名、性别、分数,本程序为方便调试可随机生成100个同学的信息并写入到当前目录中的stuinfo.txt文件中。 程序通过对stuinfo.txt文件的读取,得到大量学生的信息,通过使用插入排序方法,按照分数的高低进行降序排列,得到有序单链表。 然后通过对链表的操作进行学生信息的添加、查询、删除,在此过程中可随时对链表内修改过的信息进行保存。-Student S
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:131221
    • 提供者:陈庆
  1. District-census-register-management

    0下载:
  2. 小区户籍管理系统 系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面,枚举量用枚举类型表示。至少实现数据记录的增加、修改、删除、查询及相应结果的显示,查询应能按不同数据项进行-District census register management
  3. 所属分类:Project Design

    • 发布日期:2017-04-08
    • 文件大小:401029
    • 提供者:李成
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com