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

搜索资源列表

  1. libscl-1.1.1

    0下载:
  2. c封装库,常用数据结构,较好用,包括树、链表、map-c package library, common data structures, better use, including tree, list, map
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:189801
    • 提供者:李志
  1. Joseph

    0下载:
  2. C++语言实现约瑟夫环的求解,采用链表实现环的存储,注释很详细-C++ language Josephus solving
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:916498
    • 提供者:桂柯易
  1. Linklist

    0下载:
  2. C++语言,用链表实现的各种排序算法,包括插入排序、冒泡排序、快速排序等-C++ language implementation with a list of various sorting algorithms, including insertion sort, bubble sort, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2414144
    • 提供者:桂柯易
  1. snake

    0下载:
  2. 在win32控制台下用C语言实现简单贪吃蛇小程序,程序涉及链表的使用、在小黑框上如何实现光标定位和接受键盘输入。-In the win32 console Snake in C language simple small program, the program involves the use of the list, in a small black box on how to achieve the cursor position and accept keyboard input.
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:24878
    • 提供者:翟守超
  1. lianbiao

    0下载:
  2. 用C#的数据结构写了一个单循环链表的程序希望大家可以看看提出宝贵意见-Data structure in C# to write a single cycle of the program list hope we can look for their valuable comments
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:33798
    • 提供者:朱杰
  1. adjust

    0下载:
  2. 有一个自适应单链表。这个链表只能从最前端开始顺序单向查找待查元素;每次查找到一个元素后把它提升到链表的最前端,维持其他元素的相对关系不变。现在用该链表存储并查找正整数:给出一些待查的正整数,如果找到则输出查找过程中访问过的元素数目, 如果找不到,则输出-1. 输入第一行包含两个整数 n, m,即链表中元素的个数和查找的次数。第二行包含 n 个正整数,从链表前端开始依次序给出链表中的元素。这些元素保证两两不相等。以下 m 行每行包含一个正整数 c,表示一个待查元素。 -Have an a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5895
    • 提供者:huangda
  1. CPP

    0下载:
  2. c++关于链表结果的几个程序,喜欢的下载-c++ on the list the results of several programs, like the download
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1068
    • 提供者:高向飞
  1. CPP-tutorial

    0下载:
  2. C++语言程序设计课件 清华大学 第01章 计算机与程序设计 第02章 数据类型、运算符与表达式 第03章 输入和输出 第04章 控制结构 第05章 函数 第06章 数组 第07章 指针 第08章 结构联合枚举 第09章 链表 第10章 面向对象程序设计基本概念 第11章 类和对象 第12章 类和对象的使用 第13章 运算符重载 第14章 继承第 第15章 多态性 第16章 文件和流 第17章 异常 第18章 模板-Tsin
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:338177
    • 提供者:wuyaoguo
  1. Test

    0下载:
  2. 一个C++例子程序,同时涉及到C中的链表和C++中的类。 增加了一定的注释。-A C++ example programs, and related to the linked list in C and C++ classes. Add some comments.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:陈肯
  1. Demo-of-Visual-CPP

    0下载:
  2. 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-06
    • 文件大小:52173824
    • 提供者:李成龙
  1. Data-structure-Code

    0下载:
  2. 数据结构主要内容的c语言实现 包含线性表,链表,树,希尔排序等等重要数据结构的编程事例-Main data structure of c language contains a linear table, list, tree, hill sort of programming so important examples of data structures
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:21849
    • 提供者:lonrun
  1. volunteer

    0下载:
  2. 本系统为一个用c语言开发的程序代码,是用来记录志愿者报名系统的。主要是用链表实现的。并且使用了文件的部分功能。能完成插入,删除,显示等等功能。比较完备。-The system is a development program using c language code is used to record the volunteer registration system. The list is mainly used to achieve. And use a portion of the f
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:luodouodu
  1. listnode

    0下载:
  2. C++使用模板的链表.可增加节点.删除节点。查看所有节点。删除所有节点.链表类模板-C++ using the template list. Increase the node to delete the node. See all nodes. Delete all nodes. The list class template
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1205556
    • 提供者:liguomao
  1. 45

    0下载:
  2. N名学生的成绩已在主函数中放入一个带头节点的链表结构中,h指向链表的头节点。请编写函数fun,它的功能是:求出平均分,由函数值返回。 例如,若学生的成绩是:85,76,69,85,91,72,64,87,则平均分应当是:78.625. 注意:部分源程序在文件PROG1.C中。 请勿改动主函数main和其它函数中的任何内容,仅在函数fun的花括号中填入你编写的若干语句。 -N student achievement has been the main function into a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1308
    • 提供者:储谢东
  1. YiYuanDuoXiangShi

    1下载:
  2. 1.一元多项式相加(10分) 题目说明: 编写一元多项式加法运算程序。要求用线性链表存储一元多项式(参照课本)。该程序有以下几个功能: 1. 多项式求和 输入:输入三个多项式,建立三个多项式链表Pa、Pb、Pc (提示:调用CreatePolyn(polynomial &P,int m)。 输出:显示三个输入多项式Pa、Pb、Pc、和多项式Pa+Pb、多项式Pa+Pb+Pc (提示:调用AddPolyn(polynomial &Pa, polynomial Pb
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1080
    • 提供者:王石
  1. studentmanagersystem

    0下载:
  2. c语言课程设计,用链表实现的,可以添加。删除修改记录,可以统计,查询!-c language curriculum design, with a linked list, you can add. Modify delete records, you can count, check!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2257
    • 提供者:meiming
  1. chaoshanglianbiaojiafa

    0下载:
  2. 用C语言写的链表超长加法,这个不用多说,直接看 代码,自己研究吧!-Long list addition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:239498
    • 提供者:张磊
  1. DeskApp

    0下载:
  2. c++单向通用链表的实现,入门实例(与stl无关)。有助于入门新手理解-Universal one-way linked list c++ implementation, start an instance (nothing to do with the stl). Novice help you get started understanding
  3. 所属分类:STL

    • 发布日期:2017-03-28
    • 文件大小:138306
    • 提供者:xiaoming
  1. 2

    0下载:
  2. 对链表的相关操作, 1.链表重载=,+和+=,实现 (1)链表深复制:A = B (2)链表增加结点:A += a (3)链表连接:A += B C = A + B -On the list of related operations, 1. The list overloaded =,+ and+ = achieve (1) a deep copy of the list: A = B (2) increase the node list: A+ = a (3) lis
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:599554
    • 提供者:佐为
  1. cstring

    0下载:
  2. 数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。-The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based p
  3. 所属分类:Data structs

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