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

搜索资源列表

  1. c++

    0下载:
  2. 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:847
    • 提供者:dgftd
  1. jiheyunsuan

    0下载:
  2. 功能:使用链表来表示集合,完成集合的合并,求交集等操作。 主要包含以下内容: 1.初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2.完成最低要求: 3.进一步要求: -Function: the use of linked lists to indicate the collection, complete collection of the merger, such as seeking common ground operation. Mainly c
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:3821
    • 提供者:ZHU
  1. lianbiao

    0下载:
  2. 链表的维护与文件形式的保存的课程设计报告,含体会-List of maintenance and preservation of the documentary report of the curriculum design, including experience
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:20560
    • 提供者:bin
  1. ST200703333003-20090224184629

    0下载:
  2. 利用vc开发工具,使用链表实现集合的交差并-vc implementation using linked list and call it a day set
  3. 所属分类:software engineering

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

    0下载:
  2. 链表的创建,插入,删除,销毁等操作,提供个大家参考-ruti
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:836285
    • 提供者:lsl
  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9325
    • 提供者:邓彭成
  1. shujujiegou

    1下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:44513
    • 提供者:大傻
  1. employee

    1下载:
  2. 职工工作量统计系统课程设计说明书 编写一个程序,该程序输入职工工号和完成的产品数量,程序允许同一职工有多次输入,由程序对其完成的产品数量实现累计。程序按完成数量对他们排序,并确定他们的名次。按完成的产品数量由多到少的顺序,输出名次、同一名次的职工人数及他们的工号(工号由小到大顺序输出)。要求程序用有序链表存储数据信息。-Staff workload statistical systems curriculum design process to prepare a statement, th
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:58702
    • 提供者:幸福男孩儿
  1. lianbiaopianxu

    0下载:
  2. 详细介绍了链表排序的原理、方法以及用C语言如何实现-Sort list details the principles, methods, and how to use C language
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:50897
    • 提供者:李之龙
  1. a

    0下载:
  2. 有双向循环链表结点定义为: struct node { int data struct node *front,*next } 有两个双向循环链表A,B,知道其头指针为:pHeadA,pHeadB,请写一函数将两链表中data值相同的结点删除,并测试。-Two-way linked list node cycle defined as: struct node (int data struct node* front,* next ) there are two t
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:967
    • 提供者:杜若
  1. 2_2

    0下载:
  2. 一元多 项式的相加 采用的是链表-hjkhsaf hjkdhsjkhjk hjkfsd
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者: macle
  1. Cpp_list

    0下载:
  2. 用c++语言线性链表编程(采用类和对象的方法),包含说明-list with the c plus plus language(class and object)
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7053
    • 提供者:何某
  1. danlianbiao

    0下载:
  2. 单向链表的有关操作 1.随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。 2.遍历单向链表。 3.把单向链表中元素逆置(不允许申请新的结点空间)。 4.在单向链表中删除所有的偶数元素结点。 实验说明: 为了算法实现简单,最好采用带头结点的单向链表。 -One-way linked list of the operation
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:743
    • 提供者:yong
  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. 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. 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. 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 23 4 5 6 7 »
搜珍网 www.dssz.com