搜索资源列表
非递归遍历一
- 本文用C语言实现了双链表结构树的前中后序非递归遍历-Using C language of the Double Chain structure tree before, during and after non - recursive traversal sequence
二叉树的高度程序!
- 本文用C语言实现了求二叉树深度的程序,数据结构采用链表-Using C Language for the depth of procedures binary tree data structure used Chain
asdflkasdf
- 通过链表和类继承实现一个简单的通讯录(C++)-through inheritance and class to achieve a simple directory (C)
pay
- C语言编写的,涉及链表的部分,没有连接数据库,所有信息用文件保存,不是很完善,请多指教-C language, involving Chain, is not linked to a database with all the information document preservation, not perfect, please enlighten
TheCompanyManageSystem
- 编写一个菜单,允许用户先选择输入雇员的类型(Manager,Wage,Sales),然后请用户输入姓名,性别,出生日期,将雇员信息从控制台逐一输入。(5%) 编写从雇员信息文件(文件名为employee.data,此文件中预先存入100条雇员信息,雇员信息见后面雇员列表)中读入已存放的雇员信息,并能将其追加到已有雇员信息中。(10%) 从控制台及雇员信息文件中读入的雇员信息存放在一个雇员链表中(链表自己设计,建议用C++标准库中的模版类li
Polynomial(c)
- 一个多项式的程序, 特别适于练习使用链表的 C初学者!-a polynomial procedures, particularly suitable for practicing the use of Chain C beginners!
tonxunlu
- 用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。
linkAB
- 连接两年链表的C++程序,可以根据两个不同的链表自动
C-language-Notepad
- C语言编写的记事本,能够实现记事本的基本功能,主要练习链表的使用-C language Notepad, Notepad can achieve the basic functions, the main use of practice list
doubleList
- 使用C++做的双链表模板类 具有头插法,尾插法,左向插入,右向插入,删除结点,获取结点值,设置结点值,复制构造函数,还重载了输出操作符、赋值操作符、相等操作符和不等操作符,还具有倒置链表的功能。还有结点类的重载的输出操作符,具有很好的封装性。-Using C++ to do the double linked list template class with the first interpolation method, tail interpolation, left to insert th
linkedqueue
- 用C++编写的链表实现的队列,有助于了解队列的基本工作原理,是学习数据结构的必做题目。-Linked list implementation C++ write queue, helps to understand the basic working principle of the queue, is the study of data structures must be done subject.
StudentManagementSystem123
- C++链表实现学生管理系统,在win32控制台下实现学生成绩个人信息等管理工作。-C++ linked list student management system, student achievement and personal information management in the win32 console.
LinkList
- 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
Joseph_ring20120813
- 约瑟夫环问题的c++解决方法,包括双向链表和单向链表两种解决方法。-Josephus problem c++ solutions, including the doubly linked list, singly linked list are two workarounds.
Double_Link
- 用C写的双链表结构。汗,我的字数不够 20很气哦。! 欢迎下载-Using C to write the two-list structure. Khan, my word is not enough gas Oh 20. ! Welcome to download
Comprehensivelisttemplatelisttemplatejointlyoperat
- 基于C++设计模式,结合C++模板技术,提供链表数据结构的综合实现,综合性很强,很适合初学者的提高!-Based on C++ design patterns, combined with C++ template technology to provide a comprehensive list data structure to achieve and comprehensive, it is suitable for beginners to improve!
jobshedule
- 这是学习操作系统时书上让完成的一个作业调度程序,这是纯c写的,所有的作业采取链表的方式保存,所有内容均写到了了一个文件中,实现了短作业优先,先来先到,和最高响应比三种方法,在VC6.0下编译调试通过,仅供参考。-This is a book to learn the operating system to complete a job scheduler, which is written in pure c, all the way to save jobs to list all the c
lianbiao
- 链表 基础C语言链表程序 用于链接表格-Linked lists the basic C language linked list program
StudentSystem
- C语言开发,有关链表应用。实现对学生成绩的增、删、改、查-C-language development, the linked list application
lianbiao
- 简单的C链表程序,初学者可以参考一下^_^-This is a simple C list program , beginners can take a look