搜索资源列表
teacher.rar
- 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。
长整数加法
- 任意长整数加法运算,双向循环链表实现,相加的长整数数量任意。操作环境C-arbitrarily long integers computing, two-way cycle Chain realized, the combined number of arbitrary long integer. C operating environment
含括弧的任意精度四则运算的详细解释
- 1.本程序主要的功能是利用链表将用户输入的任意精度中缀表达式转换成后缀表达式,为了以便于区分数据和操作符,数据间用下划线将它们区分开来,并且计算出此表达式的值。 2.需要注意的是:此程序所叙述的四则运算是狭义的,并没有显式的要求用户以中括弧“[]”或者是大括弧“{}”进行输入,因为这样会大大的加大程序的代码量,为了简便起见,同时又为了实现四则混合运算的功能,只要用户将含有中括弧或者是大括弧的地方均以小括弧表示即可。-1. This program is the main functio
C++实现二叉树很好的例子
- 数据结构课程设计内容:模拟二叉排序树,用链表的形式实现二叉树.-curriculum design data structure : two simulated fork sort tree with Chain in the form of a binary tree.
yonglianbiaoshixianzhigongguanliruanjian
- 用链表实现职工管理的软件,这也是师兄的作品-achieve union with Chain Management software, which is older works
JosephusList
- 用链表实现Josephus问题的源码,混一个得分点吧-achieve Josephus with the source, a mixed it scores points
chain11111
- [转贴]简单链表的实现.txt我刚学C不久,看到链表这就写了这个.给刚学C的朋友们,希望大家共同进步,也希望高手们也看看提出缺点和不足. 谢谢!-[posted] simple Chain realized. Txt I just learning C shortly, Chain saw it was this. just learning to C friends, we hope that common progress, experts also hope to see also r
duanshiguanli
- 操作系统课程设计的段式管理的实现程序。包含了分区说明表的建立,内存自由链的使用,空闲分区的回收等。-courses on operating system design is apt to achieve management procedures. The district includes the establishment sheets, the memory of the use of free chain, idle through the recovery.
MYHUFFMANCODING
- C语言链表实现的huffman编码,有文本菜单,功能齐全,可以添加删除节点-C language Chain achieve Huffman coding, a text menu, complete functions, delete nodes can be added
doublelink
- 我写的二维链表程序(采用非递归算法实现了二维链表程序),大家可以自由使用!如果有更好的算法请给我回复.-I wrote the two-dimensional chain (non - recursive algorithm to achieve a two-dimensional chain procedures), We can freely use! If there is a better algorithm please give me a reply.
Three_Dim_Link
- 我的三维链表程序,非递归算法实现,希望各位提出宝贵意见,实际上完全可以从此得出任意多维链表的算法.-3D chain procedures, non - recursive algorithm, hoping to give valuable advice Since then, in fact, can draw arbitrary multi-dimensional chain algorithm.
Com_List
- 将链表的插入删除操作改为通用队列,实现插入删除操作-will delete operation to insert generic Queue achieve insertion deletion
clist
- 一个类定义的链队列和链表,并实现了若干操作函数-definition of a type of chain and Queue List, and to achieve a number of operational functions
student
- 用动态链表实现关于学生的姓名,成绩,学号的管理 包括三个菜单 有创建,插入,删除,排序,查找等功能-dynamic List in the name of students, the results of the management study, including a three menu creation, insert, delete, sorting, searching function
1list
- 数据结构中链表实现得源码,包括链表的插入,删除,出栈进栈
erchashu
- 1) 以二叉链表或三叉链表作为二叉树的存储结构; 2) 以某一种遍历的次序录入二叉树的元素,写出相应的二/三叉链表的创建算法,并上机实现该算法;
list
- 生成一个单向链表(*pListHead) 用C中的结构体或C++中的类实现 完成基本要求 基本算法要求: 实现对链表的逆序 void reverse(CList& ); 查找链表倒数第k个元素 FindFBack(CList&, int k); 高要求: 对链表排序 order(CList&); 判断单向链表是否有环
c++实现链表的源程序
- 用c++实现链表的源程序-use the source code to achieve Chain
10.3
- 实现了链表的逆置,很好用,随便试,你可以改变链表的类型,实现各种链表的逆置,当然也可以设成模板
双向链表实现
- 有关双向链表的实现