搜索资源列表
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
youxudanlianbiao
- 有序单链表,用C++描写的,是数据结构中的-Single linked list in an orderly manner, using C++ descr iption and is the data structure of
List_Data_Structure
- C++单链表编程,用于数据结构的学习研究-C++ programming a single list for the data structure of study and research
LenearTableComplet
- 采用c语言实现数据结构单链表的各种操作,如增加表元素,删除表元素等-C language data structure used a single list of the various operations, such as increasing the table element, delete the table element, etc.
link
- 单链表操作,基于C++的数据结构课程中内柔。-Singly linked list operations, based on the data structure courses C++ soft.
Contact-management-system
- 数据结构—通讯录管理系统(基于C,使用单链表),源码里面的每一条语句都有自己写的注释,十分适合初学者的学习。-Data structures- Contact management system (based on C, using a single linked list), the source inside every one has its own written statement notes, very suitable for beginners to learn.
sglink
- C++ 单链表的实现,增删改查等功能,适合初学者了解链表数据结构和C++的类封装。-C++ single linked list implementation, CRUD functions, suitable for beginners to understand the linked list data structure and C++ class package.
student
- C语言,学生成绩管理系统作业设计。VC++6.0编译通过, 利用结构体,结构体指针,单链表,文件操作,命令窗口下简单菜单设计,可从文件读入数据,自动保存数据,有错误自动判断修复,能添加,删除,查询,显示,排序记录,适合多数初学者期末C语言作业设计要求!如果要增加科目,只要修改源代码中的Class_N的值就可以了,科目的名称在程序第一次运行时输入,会自动保存到student.ini文件,程序运行时自动生成的student.ini文件为系统信息文件(二进制文件),student.db为数据存储文件(
single-linked-list
- 数据结构中来实现单链表功能,逆位序创建单链表并且实现插入删除元素- realize the single linked list in C++
linklist
- 以c++的语言,描述数据结构中的单链表,支持插入,删除,整表创建,整表删除等单链表的基本操作-C++ language to describe the data structure of a single list
structure
- 数据结构中单链表的创建和栈的创建,用C语言实现创建(Data structure in the creation of single-linked list and stack creation, with the C language to achieve the creation)
LinearList
- 基于C++语言实现数据结构中的线性表。根据线性表的抽象数据类型的定义,以带头结点的单链表结构实现线性表,并完成线性表的基本功能。(A linear table in a data structure is implemented based on C++.)
