资源列表

« 1 2 ... .96 .97 .98 .99 .00 2401.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法tancs

说明:这是快速排序程序,希望能给你们一些帮助。仅此而以,在下能力有限,还望指正-It can help you to understand the quick sort
<Kevin> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法daffodil

说明:1、一个三位数是否为水仙花数 2、两个数范围里有几个水仙花数-1、judge a three-integer number 2、count daffodil numbers between two limists
<oky> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法sort

说明:给出快速排序、希尔排序、冒泡排序、选择排序和插入排序的实现并给出测试用例-Gives quick sort, shell sort, bubble sort, selection sort and insertion sort implementation and test cases are given
<陈波> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法h34

说明:用c++语言描述的 用链表存储的 判断字符串左右是否对称-whether string is equal
<侯庆丽> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法C

说明:数据结构与算法 实现两个单链表相间合并 完整程序 可运行-Data structures and algorithms to achieve a complete merger phase two single linked list program can run
<陈丰薪> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法fafu1198

说明:FAFU(福建农林大学)1198小三大作战的题解,用的是最大流EK算法。-FAFU (Fujian Agriculture and Forestry University) 1198 small three operations problem solution, using a maximum flow EK algorithm.
<李华> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法binary-tree

说明:一个完整的二叉树运行程序,调试过无任何问题-A complete binary tree is running the program, had no problems debugging
<xf> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法6-53-1

说明:在外部排序中,实现替代选择算法构造初始顺串-In the external sort, the realization of alternative algorithms construct an initial string along
<tyq> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法6-48

说明:构造任意k元(k≥2)Huffman树算法,k元哈夫曼树的构造与2元哈夫曼树的构造相同,差别只在于k元哈夫曼树需考虑虚设的0的个数。-Construct an arbitrary k-ary (k ≥ 2) Huffman tree algorithm, k element of the Huffman tree structure with two yuan the same Huffman tree structure, the d
<tyq> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法2-70

说明:实现把一个简单链表分裂成两个链表,使两个链表长度相等,或其中一个链表的结点数比另一个多1。思想:用两个指针p,h指向链表,初始时p指向表头结点,h指向第二个结点,然后p指针每次走一步,h指针每次走两步,这样当h走到表尾时,p正好走到中间,因此一个链表就是原链表中从头结点到p结束,另一个链表就是从p以后开始的链表。-Implement a simple list to split into two lists, so that the t
<tyq> 在 2025-01-11 上传 | 大小:1kb | 下载:2

[数据结构常用算法lianbiao

说明:单链表的建立,插入,删除操作,适用于数据结构初学者使用-The establishment of a single linked list, insert, delete, data structures for beginners
<yanshuang> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法yuesefu

说明:数据结构 约瑟夫环 链式循环结构 按顺序输出将输入的数字依次输出-Data structure Josephus chain loop structure in order to enter the digital output of the output sequence
<范珊珊> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 2401.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org