CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - linked list

搜索资源列表

  1. cxsj

    0下载:
  2. 学完C语言后的一个课程设计,用链表做的一个关于字符查找、删除、替换等操作。希望能给现在学习C语言的人有一定的帮助。-completion of the C language design a curriculum, using a linked list to do on the characters search, delete, etc. replacement operation. Hope that they will now study the C language is helpfu
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:尘埃未落
  1. hostlab

    0下载:
  2. find the information about a host with the DNS retrieving system calls, such as gethostbyname() and gethostbyaddr(). (2) All the required information are in the hostent structure. (3) All the aliases and IP addresses of the host is stored i
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:韩雪雁
  1. c2

    0下载:
  2. 1、 有n个学生,每个学生有m门成绩,每个学生的m门成绩用一单链表实现,n个学生所对应n个单链表的头指针用一指针数组统一存放。 1) 建立该存贮结构。 2) 查找第i个学生的某门课成绩。 链表中结点结构: struct node {char *nam;/*nam为课程名*/   float sco;/*sco为该门课程的成绩*/ struct node *link;/*link为指向下一课程结点的指针*/ -1, there are n students, e
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:29.04kb
    • 提供者:xie
  1. Joseph

    0下载:
  2. 一种比较简单的实现约瑟夫换的方法,未使用循环链表-A relatively simple method for the realization of Joseph, unused circular linked list
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:6.38kb
    • 提供者:樊飞
  1. yuesefu

    0下载:
  2. 编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。 (1)利用单循环链表作为存储结构模拟此过程; (2)键盘输入总人数、初始报数上限值m及各人密码; (3)按照出列顺序输出各人的编号。-Numbered
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:4.1kb
    • 提供者:张庆阳
  1. lab06

    0下载:
  2. usage of linked list read from a text file
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:1.06mb
    • 提供者:Danny Cui
  1. Cpp1

    0下载:
  2. 单链表的实现,一条字符串,实现插入,删除,合并-Single linked list
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:落雨
  1. 5

    0下载:
  2. 若X和Y是用结点大小为1的单链表表示的串,设计算法找出X中第一个不在Y中出现的字符。-If X and Y is the size of a node, said the string of single linked list, the design algorithm to find X, Y does not appear in the first characters.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:629byte
    • 提供者:王松山
  1. node

    0下载:
  2. 大一新生~利用类实现链表节点插入以及删除 并用于输入序号查数据或输入数据查序号-~ Freshmen class implements a linked list node using insert and delete and search for input data or input data serial number search
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:894byte
    • 提供者:sr
  1. lianbiao

    0下载:
  2. 用链表计算两个大整数相乘。要求中间结果不得使用数组来存储。-Calculated as a linked list two big integers. The intermediate results may not use an array to store.
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:192.66kb
    • 提供者:张天天
  1. BiTree

    0下载:
  2. 建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1.08kb
    • 提供者:lirunmin
  1. lianbiao

    0下载:
  2. 链表,可以实现链表的功能,在程序设计中长用到,而且已经通过了。-Linked list
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:yang
  1. counter

    0下载:
  2. 输入若干个正整数(输入-1为结束标志),并建立一个单向链表,将其中的偶数值结点删除后输出。 -Enter the number of positive integers (enter-1 marks the end), and the establishment of a singly linked list, which even numerical nodes removed output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:huyanhong
  1. ArrayList

    0下载:
  2. ArrayList输出两个链表 可以是两个不同类型哦~-ArrayList output two linked list can be two different types of oh ~
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:1.14kb
    • 提供者:nancy
  1. tingchechang

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

    • 发布日期:2017-12-07
    • 文件大小:2.75kb
    • 提供者:伊伊
  1. The-reversal-of-the-list

    0下载:
  2. 链表内结点的删除 C语言源码 数据结构源码-Delete the C language source node in the linked list data structure source
  3. 所属分类:assembly language

    • 发布日期:2017-12-04
    • 文件大小:11.05kb
    • 提供者:xiaozhu
  1. Doubly-linked-list

    0下载:
  2. 双向链表的逆置,使得更加简洁的执行任务,方便用户操作-Set the inverse of the doubly linked list, making more simple tasks, user-friendly operation
  3. 所属分类:assembly language

    • 发布日期:2017-11-18
    • 文件大小:808byte
    • 提供者:钟彦
  1. circular-linked-list-Josephus

    0下载:
  2. 约瑟夫环问题 【问题描述】 Josephus排列问题定义如下:假设n个竞赛者排成一个环形。给定一个正整数m≤n,从第1人开始,沿环计数,第m人出列。这个过程一直进行到所有人都出列为止。最后出列者为优胜者。全部出列次序定义了1,2,…n的一个排列。称为(n,m)Josephus排列。例如,(7,3)Josephus排列为3,6,2,7,5,1,4。 【实验要求】 设计求解Josephus排列问题程序。 (1)采用顺序表、单链表或双向循环链表等数据结构。 (2)采用双向循环
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:33.58kb
    • 提供者:张小红
  1. Linked-list-clean-up-function

    0下载:
  2. Linked list clean-up function.Your function deletes all the values less than x the list.-Linked list clean-up function.Your function deletes all the values less than x the list.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.12kb
    • 提供者:john
  1. single-linked

    0下载:
  2. 单链表的基本应用。在单链表中进行插入,删除,更新。-single linked list of basic applications.in a single linked list to insert delete update and other operations
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:121.07kb
    • 提供者:Nancy
« 12 3 »
搜珍网 www.dssz.com