资源列表

« 1 2 ... .22 .23 .24 .25 .26 2327.28 .29 .30 .31 .32 ... 2656 »

[数据结构常用算法xxlb

说明:利用链表的插入运算建立线性链表,然后利用链表的查找、删除、计数、输出等运算反复实现链表的这些操作,并能在屏幕上输出操作前后的结果。-The use of linked list insertion operator to establish a linear list, and then use the Find list, delete, count, repeatedly computing the realization of o
<邱石> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法erchashu

说明:对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-For any given tree (self-Vertices) the establishment of its binary linked list storage structure, and use five basic computing stack to achieve the fi
<邱石> 在 2024-11-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法philosopher

说明:五个哲学家的就餐问题,程序中有左撇子存在,不存在饿死的情况!-Five dining philosophers problem, procedures exist in the left-handed, there is no case of starvation!
<lq> 在 2024-11-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法philosopher_th

说明:五个哲学家的就餐问题,用线程编写的。不存在饿死的情况-Five dining philosophers problem, prepared by the thread. The situation of starving to death does not exist
<lq> 在 2024-11-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法Data.Structures.and.Algorithms.in.C++.(Adam.Drozde

说明:学习c++的书籍,很好的-Learning c++ Books, very good
<> 在 2024-11-15 上传 | 大小:21.47mb | 下载:0

[数据结构常用算法BiSTree

说明:数据结构中二叉查找树的C语言实现,包括查找、插入、删除等。-Data structure in binary search tree to achieve the C language, including search, insert, delete and so on.
<蔡砚成> 在 2024-11-15 上传 | 大小:194kb | 下载:0

[数据结构常用算法IntervalTree

说明:数据结构中区间树(红黑树的扩展出来的一种数据结构)的C语言实现。-Interval tree data structure (red and black tree expansion out of a data structure) of the C language.
<蔡砚成> 在 2024-11-15 上传 | 大小:196kb | 下载:0

[数据结构常用算法RBTree

说明:数据结构中红黑树的C语言实现,包括红黑的各种基本操作,有左旋、右旋、插入等。-Red and black tree data structure in the C language, including red, black and a variety of basic operations, there are L, D, insert, etc..
<蔡砚成> 在 2024-11-15 上传 | 大小:191kb | 下载:0

[数据结构常用算法BSTree

说明:程序包括了平衡二叉树的查找,插入,删除,合并等操作-Procedures, including the balanced binary tree search, insert, delete, merge, such as operation
<> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法expression

说明:本程序实现的是以树型方式存储的表达式的各种操作-This procedure is based on the realization of the expression tree stored in a variety of operating
<> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法expr

说明:本程序是通过堆栈形式来进行表达式的各种操作的函数-This procedure is carried out through the stack form of expression a function of various operating
<> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法add

说明:本程序中,进行加法运算的整数的长度任意,利用双向循环链表实现长整数的存储,每个节点含一个整型变量,每个节点中仅存十进制数的4位,即不超过9999的非负整数,整个链表表示为万进制数,利用头结点数据域的符号代表长整数的符号,相加过程中不破坏两个操作数链表。-The procedure, carried out integer addition operations of arbitrary length, using two-way lin
<> 在 2024-11-15 上传 | 大小:3kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 2327.28 .29 .30 .31 .32 ... 2656 »

源码中国 www.ymcn.org