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

搜索资源列表

  1. student

    0下载:
  2. 学生成绩管理系统,C++写的可以看看,链表,指针,MFC-Student achievement management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-05
    • 文件大小:3413314
    • 提供者:郭子文
  1. snake

    0下载:
  2. C语言实现贪食蛇游戏,采用链表实现,首先 创建方向结构体、食物结构体、蛇身链表结构体、蛇的属性结构体-The pivotal game of the C language, the use of a linked list implementation, first create the direction structure, food structure, snake linked list structure, snakes attribute structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:23906
    • 提供者:孙松青
  1. b

    0下载:
  2. 动物运动会实验报告的源代码项目,基于C++编写,目的主要是让C++编程爱好者掌握“指针”的概念,理解链表的结构特点;掌握动态空间的使用,熟练包含指针成员的类的实现;实践OOP中的继承性及多态性并体会其优点 -The Animal Games experimental report source projects, write based on C++, the main purpose of grasp the concept of the " pointer" is to l
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:2469
    • 提供者:吴雪飞
  1. atm2

    0下载:
  2. ATM全部功能都实现的C代码,中间含有链表数据结构存储-failed to translate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:1329778
    • 提供者:fengming
  1. A-B

    0下载:
  2. 数据结构C语言版 链表A-B具体实现,简单易理解-Linked list data structure C language version of AB concrete realization, simple and easy to understand
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:712
    • 提供者:邹慧霞
  1. double.tar

    0下载:
  2. linux c写的双链表程序,包括,创建,删除,修改和插入功能,新手参考-double-linked list linux c write procedures, including, create, delete, modify and insert function, novice reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4793
    • 提供者:张稷勇
  1. Bank-Account

    0下载:
  2. 基于C++的银行账户模拟程序。适合学习链表和指针的初学者-Based C++ bank account simulation program. Suitable for beginners to learn linked lists and pointers
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1042391
    • 提供者:月见
  1. shedular

    0下载:
  2. C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:fu
  1. airport.tar

    0下载:
  2. 在ubuntu下用C语言实现的机票管理系统,其中链表实现创建链表,删除链表等。-In ubuntu using C language implementation of ticket management system, which linked list to create lists, deleting the list and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7840
    • 提供者:付学礼·
  1. LinkList.cpp.tar

    0下载:
  2. 数据结构链表实现,编程环境linux,gcc编译,头文件和实现文件分开-c++ data structer linklist
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:1745
    • 提供者:郭超
  1. sys

    0下载:
  2. 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:34455
    • 提供者:滔滔
  1. flightsystem

    0下载:
  2. 采用纯C代码使用链表方式实现一个常用的航班系统.-Using pure C code using lists ways to achieve a common route system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:41870
    • 提供者:jack
  1. lianbiaoshixian

    0下载:
  2. 简单的工资管理系统,采用C语言编程,用链表实现-Simple payroll management system, using the C programming language, using linked list implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4172
    • 提供者:曾辉
  1. linklist

    0下载:
  2. 链表的实现,使用c++语言,类模板,包括链表的各种操作。-the code of linklist
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11191
    • 提供者:zhang
  1. snake

    0下载:
  2. VC6.0编译环境下实现的贪吃蛇代码,里面用到循环链表,对学习循环链表的同学是个很好的实例-c++ language code Snake
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1680
    • 提供者:谢大侠
  1. STIMS.tar

    0下载:
  2. Linux开发C高级的编程,学生管理系统项目,里面涉及到链表和文件操作- Advanced C Programming Linux development, student management system project, which involves the list and file operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:46112
    • 提供者:杜光乾
  1. my_stl_Queue1

    0下载:
  2. 基于C++模板的队列实现,自己实现vector类。在这之前,先用模板实现一个队列。队列的底层是链表。主要是熟悉一下模板的写法。-Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize y
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:15218
    • 提供者:myz12345678
  1. my_stl-queue2

    0下载:
  2. 基于C++模板的队列实现,自己实现vector类。在这之前,先用模板实现一个队列。队列的底层是链表。主要是熟悉一下模板的写法。-Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize y
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:19958
    • 提供者:myz12345678
  1. cycle-linklist

    0下载:
  2. 循环链表和约瑟夫环的实现代码。利用C语言编写,详细介绍并实现了数据结构的增删改查等代码-Circular list and Josephus implementation code. Using C language, detail and implement additions and deletions to change search data structures, such as code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5914
    • 提供者:zhengweifu
  1. list

    0下载:
  2. list.c实现一个链表操作模块。 该模块定义了一个链表头结点指针head-list.c operation module implements a linked list. This module defines a list head node pointer head
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1166
    • 提供者:冯泽
« 1 2 34 »
搜珍网 www.dssz.com