资源列表

« 1 2 ... .13 .14 .15 .16 .17 2618.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法Demo1

说明:双向链表的应用 26个英文字母 任意输入一个整数,能够实现以下功能:例如输入3, 输出结果为:DEFGHJKLMNOPQRSTUVWXYZABC-Two-way chain table 26 English letters of the application of arbitrary input an integer, can achieve the following functions: 3 such as input,
<tianfeng> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Demo

说明:数据结构中堆排序的代码实现。堆排序就是首先建立一个小顶堆或是大顶堆,然后把堆中最大的放到数组最后,再建立堆,再放到数组后面的位置-Data structure in the heap sort code. Heap sort is to first establish a small cap pile or pile top, and then put the heap s largest array in the end, to bu
<tianfeng> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Demo

说明:数据结构中快速排序的代码实现。快速排序的平均时间复杂度为 log2n,-Data structure in the quick sort code. The average time complexity of the quick sort log2n,
<tianfeng> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Demo

说明:有关进制转换的代码实现。此代码能实现任意十进制、二进制、八进制的转换-The hexadecimal conversion code implementation. This code can realize arbitrary binary, octal, decimal and transformation
<tianfeng> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法Demo

说明:数据结构中的希尔排序算法。希尔排序算法是直接插入排序算法改进,时间复杂度降低了。-Hill sorting algorithms in data structure. Hill sorting algorithm is direct insertion sort algorithm is improved, and reduces the time complexity.
<tianfeng> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法BinaryTree

说明:给出二叉树的先序遍历和中序遍历,递归构造出二叉树并打印结果-Given binary tree preorder and inorder traversal, recursive binary tree constructed and print the results
<chenyiming> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法heap

说明:数据结构 最大堆 最小堆 C++ 代码 对于数据结构学习很有帮助-code of Maxheap minHeap
<li> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法1.1.1

说明:ADT List 基本操作12个; 用顺序存储结构实现-ADT List Basic Operation 12 with sequential storage structure to achieve
<steve> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法1.1.2

说明: ADT List 基本操作12个: 用链式存储结构实现-ADT List Basic Operation 12: The realization of the chain storage structure
<steve> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法2.2

说明:设有一个双向循环链表,每个结点中除有pre,data和next三个域外,还增设了一个访问频度域freq。在链表被起作用前,频度域freq的值均初始化为零,而当对链表进行一次LOCATE(L,x)的操作之后,被访问的结点(即元素值等于x的节点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-There is a two-way circular l
<steve> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法3.3

说明:试利用循环队列编写求k阶斐波那契序列中前n+1项的算法。要求满足: , 其中max为某个约定常数。 (注意:本题所用循环队列的容量仅为k, 则在算法执行结束时,留在循环队列中的元素应是所求k阶斐波那契序列中的最后k项)-Try using a circulating written request queue order k Fibonacci sequence algorithm that deed before n+1 ite
<steve> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法3.4.1

说明: 利用栈操作实现八皇后问题求解 (选做题) 数据结构实上机验操作-The use of stack operations to achieve the eight queens problem solving data structure real test operations on the machine (Optional Problem)
<steve> 在 2024-11-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 2618.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org