CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 链表实现

搜索资源列表

  1. DList

    0下载:
  2. C语言一个双向链表的实现Dlist C语言一个双向链表的实现Dlist-C language implementation of a doubly linked list
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:4358
    • 提供者:hcx
  1. plus

    0下载:
  2. 本实验实现的是链表结构的多项式相加,为数据结构必做实验,仅上传cpp文件,读者可在编译器上自行编译实现。-The experimental realization of the list structure of polynomial for the data structure must do the experiment, only upload cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2048
    • 提供者:李松
  1. MySqList

    0下载:
  2. 一个模板类实现的数组结构的链表。无线程安全。-A template class that implements an array of structures linked list. Wireless process safety.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:2045
    • 提供者:
  1. template

    0下载:
  2. 包含了静态链表,链表,栈,队列,游标的类模板实现,可直接调用-Contains a static list, linked lists, stacks, queues, the cursor class templates, you can directly call
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:2647
    • 提供者:宁淡淡
  1. Nodelist

    0下载:
  2. 数据结构链表,C语言实现。依据严蔚敏版C语言数据结构编写。-Linked list data structure, C language. Yan Wei-min version based data structure C language to write.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:12706
    • 提供者:VongRuohang
  1. Circular-queue-Number-screening-

    0下载:
  2. 通过数组和链表方法实现循环队列中人员筛选的问题。该文档给出了问题及多种解决方案,还列出了容易出现的错误。是初学者避免错误的好帮手。-Through arrays and linked lists methods to achieve the circular queue personnel screening questions. This document gives a variety of problems and solutions, also lists error prone. Is
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2669
    • 提供者:刘争辉
  1. Collection-of-logical-operations

    0下载:
  2. 本文档实现了字符集合的并交差等逻辑运算,采用多种语言(包括c和c++),采用多种数据结构(链表、数组等)实现集合的并交差等运算。分别用结构体和类实现。很适合初学者熟练掌握基本的数据结构知识以及集合的运算过程。-This document character set and achieve cross other logic operations, multiple languages ​ ​ (including c and c++), using a variety of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2612
    • 提供者:刘争辉
  1. Array

    0下载:
  2. 链表功能的实现,C语言实现的链表的动态添加、删除和插入。-The sample of array in C.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:755234
    • 提供者:zoucw
  1. BiArray

    0下载:
  2. C++实现的双向链表,可以双向访问链表的数据,进行增删操作。-The sample of array with two directions.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:732878
    • 提供者:zoucw
  1. poly

    0下载:
  2. 代码包含了线性表、链表以及多项式的基本运算,最后实现了一个多项式的运算。-Code contains a linear form, list, and basic operations of polynomials, and finally achieve a polynomial arithmetic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7666
    • 提供者:余权
  1. Linearlist-Frame

    0下载:
  2. 链表的实现模板源码,包含了链表和队列的使用-Linked list implementation template source code, including the use of linked lists and queues
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2135
    • 提供者:Dou
  1. 2010011219

    0下载:
  2. 将文件中的多项式写入链表,并通过链表保存,通过动态数组实现简单的运算。-Write a polynomial in the file list, and saved through the list, dynamic arrays through simple arithmetic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:783360
    • 提供者:flylucas
  1. Large-Int-Multi(list)

    0下载:
  2. 大整数相乘,使用链表的方式实现的,能够正确演示结果-Large integer multiplication using linked list implementation, able to correctly demonstrate results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-18
    • 文件大小:4975200
    • 提供者:czy
  1. double-linked-list

    0下载:
  2. 此代码为对数据结构中双向链表的C语言实现。-Doubly linked list in C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:456136
    • 提供者:Jack
  1. exp10

    0下载:
  2. 图的实现由Graph类完成。类中,图数据结构采用邻接 表实现。邻接链表中的节点用一个数据对表示,第一个域 用来保存和连接第i个节点边的另一端的节点编号,第二个 域用来保存该边的权值。另外用一个辅助数组来存储各节点 的评分值。-Figure achieved by the Graph class is completed. Class, graph data structure using adjacency Table implementation. Adjacen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:573835
    • 提供者:lemonzou
  1. macro_list

    0下载:
  2. 用宏实现的链表,在linux下测试通过,包含一个测试程序。-Using Macros to implement list , test under linux, including a test program.
  3. 所属分类:Data structs

  1. Student-management-system

    0下载:
  2. 学生管理系统,这是个功能很全的系统,由链表和数组两种方式实现,比较适合初学者-Student management system
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:717048
    • 提供者:QZ
  1. LinkList

    0下载:
  2. 自己写的线性链表,适合c++初学者学习使用 实现了基本功能,并能保存\读取文件中的链表。使用vs2012编译,如提示不兼容请直接copy LinkList.h和LinkList.cpp两个文件-Write your own linear list for c++ beginners learning to use to achieve the basic function, and can save the \ read the file list. Using vs2012 compile
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2818501
    • 提供者:李绩鹏
  1. dlinklist

    0下载:
  2. 双链表源程序,实现双链表插入、删除等功能-Doubly linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1027
    • 提供者:tcc
  1. Josephus

    0下载:
  2. 数据结构课程设计,实现以下问题:约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。 建立n个人的单循环链表存储结构,运行结束后,输出依次出队的人的序号。-Data structure curriculum desig
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:74204
    • 提供者:毛小婷
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com