资源列表

« 1 2 ... .01 .02 .03 .04 .05 2406.07 .08 .09 .10 .11 ... 2656 »

[数据结构常用算法stack

说明:用C语言实现了数据结构中栈的有关算法,包括初始化顺序栈,插入元素,删除栈顶元素,取栈顶元素-In C language to implement the stack data structure algorithms, including the initialization sequence stack, insert elements, remove the top element, take the top element
<李工> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法route

说明:用图的数据结构,实现求解一点到另一点的最短路径与最长路径长度,以及经过的节点数-With a graph data structure, solving one point to another to achieve the shortest path and longest path length, and number of nodes through
<李工> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Node

说明:用C语言描述数据结构中单链表的有关算法,包括建立,插入,删除,销毁链表-In C language to describe the data structure in a single linked list of the algorithms, including the establishment, insert, delete, destroy list
<李工> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman_code

说明:霍夫曼编码实现,实现了8位数据输入的霍夫曼编码-Huffman coding to achieve, to achieve the 8-bit data input Huffman coding
<DU.Q> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法mi

说明:控制迷宫,输迷宫的矩阵,输入从第几行开始,从第几行结束-Control of the maze, the maze of transmission matrix, enter the first few lines from the beginning, the first few lines from the end of
<aishuang> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法shortpath

说明:求最短路径,分别用邻接矩阵和邻接表,把路径保存在PATH数组里面。-The shortest path, respectively, with adjacency matrix and adjacency list, the path stored in the PATH array.
<zhoulu> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法mgfruit

说明:noip 合并果子问题AC代码 思想:堆排序,贪心算法-noip AC code ideology combined fruit problem: heap sort, the greedy algorithm
<软肋> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法Stack-processing-data

说明:编写三个函数;主函数、进栈函数、出栈函数。 主函数定义并初始化堆栈,用一个循环,由用户输入对堆栈的操作要求,进栈、出栈或结束操作。 进栈函数在数据进栈前要测试堆栈是否已满,如果已满,则输出提示,告知堆栈已满并取消本次进栈操作;如果未满,将数据进栈并修改栈顶指示器。 出栈函数在数据前要测试堆栈是否已空,如果已空,则输出提示,告知堆栈已空并取消本次出栈操作;如果为空,将栈顶出栈并修改栈顶指示器。数据出栈应将其输出到屏幕。 .
<林树屏> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法test

说明:约瑟夫问题 设有n个人站成一圈,每个人有不同的编号i(1≤i≤n)。从编号为1的人开始按顺时针方向“1,2,3,4…”循环报数,数到m的人出列,然后从出列者的下一个人重新开始报数,数到m的人又出列,如此重复进行,直到n个人都出列为止。约瑟夫问题是:对于任意给定的n个人的原始排列顺序和m值,求出n个人的出列顺序。 例如,当8个人的原始排列顺序为 1 2 3 4 5 6 7 8 并且m=4时,其出列顺序为 4 8
<段磊> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:找n个数中最大的k个数 平均时间复杂度O(N*log2 K)-Find the largest number of k n the number of average time complexity O (N* log2 K)
<陈锐> 在 2024-11-08 上传 | 大小:1kb | 下载:1

[数据结构常用算法joseph

说明:M个人围成一圈,从第一个人开始依次从1到N循环报数,当报到N的时候此人出圈,直到圈中只剩一人为止.要求按退出顺序给出原始编号-M personal circle, starting from the first person in turn reported from 1 to N number of cycles, N, when the report when the person out circle, circle until
<夏天> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhengshuzhuanzifu

说明:将输入的整数转换成字符串的C语言编程程序-The input string into an integer programming in C language program
<刘家强> 在 2024-11-08 上传 | 大小:1kb | 下载:0
« 1 2 ... .01 .02 .03 .04 .05 2406.07 .08 .09 .10 .11 ... 2656 »

源码中国 www.ymcn.org