搜索资源列表
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
list
- C语言单链表实现19个功能完全详解,介绍链表的建立、删除、插入等操作-C-19 features a single linked list entirely explain, described the establishment of the list, delete, insert and other operations
special
- 18个C语言小程序 演示链表建立和插入操作 精彩动画一荧光飞舞 精彩作图之绚丽图形 顺序表的插入-18 C-list set up a small demo program and insert one brilliant animation brilliant fluorescence mapping of the magnificent dancing graphics insertion order form
BiTreeExample
- 本代码利用C++语言实现二叉树链表的相关操作,对了解数据结构的链表结构有帮助-This code takes advantage of C++ language implementation binary list of the relevant operations, to understand the data structure linked list structure to help
xsglxt
- C语言学生管理系统,C语言的结业小练习,主要是文件操作,链表,以及另外引用了OpenGL绘图。-C language student management system, small graduation exercises of the C language, file operations, linked lists, and another reference to the OpenGL graphics.
dianzicidian_lianbiaoshengcheng
- C语言创建结构体并创建链表,对英文单词完成基本操作-C language to create the structure and create a list of English words to complete the basic operation
zzl-complete-AddressBookManage
- 基于C语言的电话簿应用程序,整个程序基础在于文件以及链表的操作,重在学习接口以及版块的分类,对于初学者来说是不错的选择,程序的设计多看-The phonebook application based on the C language, the basis of the entire program is that the operation of the file as well as a linked list, the emphasis the learning interfaces as
dynamiclink
- 在vs 2008编译环境下使用C++语言完成对动态链表的创建,并将创建的好的链表加以显示;之后对链表进行插入和删除等操作,完成对链表的基本操作功能-Vs 2008 compilation environment use C++ languages to create dynamic linked list, and create good linked list be displayed insert and delete operations on the lin
address-book-management-program
- 这是用C语言实现的一个简易通讯录管理系统,数据结构是用链表实现的,能够实现各种查询,修改,增删操作,还能够保存文件。非常适合C语言初学者参考学习-This is a simple address book management system implemented in C language data structure linked list, to various queries, modify, add or delete operation, and also be able to sa
Linklist
- 本程序实现的是链表操作,所用的语言是C++,特别适合初学C++指针者和数据结构的同学模仿;-This programme is for beginners who want to study C++ and Digital structure
address-list
- 学生通讯录系统,C语言应用实例,指针操作,链表操作-Student directory system, C language application examples, pointer manipulation, list operations
ktv
- 一个ktv模拟系统,基于c语言,主要涉及链表的操作,用来学习链表的好资料-A ktv simulation system, based on the c language, mainly related to the operation of the list, the list of good information to learn
linklist
- 用C语言实现常用数据结构链表的有关操作:插入,删除、查找、统计、修改、排序、逆序等-linklist with C
xianxinglianbiao
- c语言编写链式线性表的初始化,创建,插入删除等操作。-c language chained linear table is initialized, create, insert and delete operations.
first
- 对一元多项式能实现输入、输出,以及两个一元多项式相加及结果显示。使用C语言实现链表的说明、创建以及结点的插入和删除等操作。-For a polynomial can achieve input, output, and two one yuan polynomial and the results displayed. Using C language descr iption of the list, create, and node insertion and deletion operat
link
- 利用c语言实现链表的创建与链表的操作源代码-List creation and operation
linklist
- 针对链表的练习程序,将链表的常用函数 链表生成 链表遍历(打印链表) 链表长度 查找链表第i个数值,返回给e 查找链表数值为e的元素,返回节点的位置i 查找链表数值为e的元素,返回节点的位置i 链表插入 链表排序(泡法冒) 等封装成子函数。此段C语言程序基于VS2010的编程环境,通过子函数的编写调用实现练习链表操作的目的。-Exercise program for the list, returns to the list of commonly used functions list g
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(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.)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)