资源列表

« 1 2 ... .24 .25 .26 .27 .28 2529.30 .31 .32 .33 .34 ... 2656 »

[数据结构常用算法maze

说明:随机输出一个迷宫,并显示路径,不能走出显示x(Random output of a maze, and show the path)
<龟龟520 > 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法数据结构各种算法实现(C++模板)

说明:算法导论c语言实现, 清华大学版本, 欢迎使用(the introduction of algorithm solution with c)
<davidneuron > 在 2025-06-19 上传 | 大小:67kb | 下载:0

[数据结构常用算法RedBlackTree

说明:自己使用C++实现的一个简单的红黑树,可用codeblocks直接打开(Own simple red black tree)
<JasonJ > 在 2025-06-19 上传 | 大小:323kb | 下载:0

[数据结构常用算法新建 WinRAR ZIP 压缩文件

说明:建立二叉树。有三个步骤,并且进行前序、中序、后序遍历。(Establish two trees, and preorder, middle, and post traversal)
<星海ok > 在 2025-06-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法josephus problem

说明:分别通过顺序表和链表的方式,利用C++实现约瑟夫斯问题(C++ implementation of the Josephus problem)
<嘉树 > 在 2025-06-19 上传 | 大小:1.46mb | 下载:0

[数据结构常用算法Parking lot problem

说明:设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场的最里面)。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须先退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短交费。如果停留在便道上的车未
<嘉树 > 在 2025-06-19 上传 | 大小:1.06mb | 下载:0

[数据结构常用算法sequential tables

说明:编写一算法,实现两个顺序表的合并。(说明:将共同拥有的元素只存其一。)(Write an algorithm to achieve the merger of two sequential tables. (Descr iption: only one of the shared elements is stored.))
<嘉树 > 在 2025-06-19 上传 | 大小:188kb | 下载:0

[数据结构常用算法two tree

说明:本程序中通过C++平台,实现二叉树的链式存储、遍历。(This procedure through the C++ platform, to achieve the two tree chain storage, traversal)
<嘉树 > 在 2025-06-19 上传 | 大小:1.39mb | 下载:0

[数据结构常用算法软件基础实验

说明:关于数据结构课程实验内容及相应C语言代码(About data structure course experiment content and corresponding C language code)
<皮皮波 > 在 2025-06-19 上传 | 大小:132kb | 下载:0

[数据结构常用算法magic_square

说明:创建魔方阵,通过输入m来控制它的阶数。m为小于100的奇数。(Create magic square by entering the m to control its order. M is an odd number less than 100.)
<黄花寒 > 在 2025-06-19 上传 | 大小:1.5mb | 下载:0

[数据结构常用算法exp6

说明:对一段文本构造哈夫曼树,对所有字符根据其权值编码。对每个结点的左分支编码为0,右分支编码为1。(Constructs a Huffman tree for a text, encodes all characters according to their weights. The left branch of each node is encoded at 0 and the right branch is encoded at 1.)
<黄花寒 > 在 2025-06-19 上传 | 大小:2.8mb | 下载:0

[数据结构常用算法exp10

说明:三种排序算法的C语言实现 直接插入排序算法。 快速排序算法。 直接选择排序算法。(Implementation of three sorting algorithms in C language Direct insertion sort algorithm. Quick sort algorithm. Direct selection sorting algorithm.)
<黄花寒 > 在 2025-06-19 上传 | 大小:1.69mb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 2529.30 .31 .32 .33 .34 ... 2656 »

源码中国 www.ymcn.org