搜索资源列表
student
- 用C语言编写的学生成绩管理系统,可以实现对成绩的添加,删除,修改,用链表实现,操作简单,测试通过-Written in C language student achievement management system that can achieve the results to add, delete, modify, use linked list, simple operation, test
C_net_bar
- 这是一个用C语言写的小项目,名字叫网吧计费管理系统,可以实现对网吧上网人员的计费管理,操作性好。用到累文件和链表的基本知识,能够对C语言的初学者有很大的帮助。-This is a C language used to write a small project, named cafe billing management system that can realize Internet cafes billing personnel management, and operational wel
C实现二叉树
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
C实现二叉树
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
000
- 用C++和链表写的学生成绩管理系统,实现了常用的一些功能-The student managerial system which wrote in C++ have some functions.
EnhancedLinkedList
- 用C++实现的加强版的单链表,包括插入、删除、查找等功能。-The Implemention of EnhancedLinkedList
Sequeue
- 用C++实现的顺序链表,这里上传的是一个工程文件-sequence list
dxlb
- 用C++编写单向链表类,包含各主要函数,实现链表的创建、插入、删除等功能,开发环境:VC6.0-With C++ prepared class list, including the main functions, realize list to create, insert, delete function, development environment: VC6.0
Joseph
- 用C++实现的约瑟夫问题,用到了单向循环链表结构。-Achieved with C++ Joseph used a one-way circular linked list structure.
orderdish-1.1
- 一个用c写的点菜系统,实现链表的增删改查-A written in c to order system,Implement the list of add and delete
zhouoop
- 用C++实现的异质链表。实现了一些最基本的功能。作为一个初学者的练手的作品,有很多可扩展的地方。-C++ list with heterogeneous implementations. Implements some basic functions. As a practiced hand works a beginner, there are many places to expand.
RSxml
- 用C++实现的XML解析器,几年前在深圳一个小公司试用期时做的东西,花了一个星期,水平一般,给有兴趣的人提供点思路,其实再优化点细节,是可以实用的。基本使用双向链表和树实现的。开发平台是VC2010。-a XML parser which use VC++2010
lianbiao
- 用C语言链表写的一个图书管理系统,可以实现增添图书,删除图书,查找图书等功能。-C language linked list to write a library management system, you can add books, delete books, find books and other functions.
链表1
- c语言实现链表算法,比较简单易懂的方式,适合入门(C language list algorithm, relatively simple way to understand, suitable for entry)
异质链表(cpp版)
- 用C++实现了异质链表,每个可以存放不同类型的数据。(A list that handles different data types, written in C++.)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
研讨1
- 用c++实现静态链表,两个链都有头结点的情况,实现添加、删除元素(To implement a static list with c++, two chains have a head node)
list
- 用C语言实现链表的插入、删除、遍历等功能(implements the functions of inserting, deleting, traversing, and so on by C language)
源文件
- C语言课程设计学生信息管理系统的简单实现,主要用文件和链表实现的C语言代码。(C language course design simple implementation of student information management system, mainly using documents and linked lists to achieve the C language code)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)