资源列表

« 1 2 ... .47 .48 .49 .50 .51 1652.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法Huffman

说明:求解Huffman编码的程序及解码的程序-Solving Huffman coding and decoding process procedure
<王佳佳> 在 2024-10-07 上传 | 大小:378880 | 下载:0

[数据结构常用算法Dijkstra

说明:dijkstra算法求解旅行商问题的最短路径长度,并输出路径-dijkstra algorithm shortest path length of the traveling salesman problem, and the output path
<王佳佳> 在 2024-10-07 上传 | 大小:25600 | 下载:0

[数据结构常用算法joseph

说明:约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iptio
<木清澄> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法maze

说明:用矩阵M×N表示一个迷宫,0和1分别表示通路和墙壁。试求出从入口点到达出口点的一条通路-M × N matrix to represent a maze, 0 and 1, respectively, channels and walls. Derive an exit point from the entry point to reach a path
<木清澄> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法park

说明:停车场管理。设停车场内只有一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在车场的最北端),若车场内已停满n辆汽车,则后来的汽车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后开入的车辆必须先退出车场为它让路,待该辆车开出大门外,其它车辆再按原次序进入车场。每辆停放在车场的车在它
<木清澄> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法tree2

说明:请使用数组输入二叉树的结点数据,以结构体数组表示法创建二叉树,完成后将结构数组内容输出。 -Please enter the binary tree using an array of node data, in order to create a structure array representation of binary tree, when completed, will structure the content
<木清澄> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法liuhuiming2

说明:实现直接插入排序。我是新学数据结构,所以这段排序一般-insertSort
<liuhuiming> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法method1

说明:运用拓扑排序,能够从文件中读取课程信息,并根据那些信息自动生成课表文件-The use of topological sort, able to read the course information from the file and, based on that information automatically generated curriculum documents
<xy> 在 2024-10-07 上传 | 大小:81920 | 下载:0

[数据结构常用算法maze2

说明:给定一个n(n<20)行m(m<20)列迷宫,迷宫每个位置用整数1和0表示,0表示墙,1表示通道,给出迷宫起点(x0,y0)和终点(x1,y1),求出起点到终点的最短路径-Given an n (n < 20) row m (m < 20) out the maze, the maze of each position with the integer 1 and 0, 0 wall, one said channe
<raopeize> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法backtrack

说明:利用backtrack思想,解决背包问题,旅行商问题,整数排序。展示给初学者思想的精髓~-Using backtrack thinking to solve knapsack problem, traveling salesman problem, integer sorting. Quintessence presented to beginners ~
<惊云吹雪> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法shujujiegou

说明:关于数据结构学习的一本书,包括常见的链表、树、队列等的操作-Learn about the data structure of a book, including a common list, tree, queue, and so the operation, to facilitate online learning
<江兰> 在 2024-10-07 上传 | 大小:870400 | 下载:0

[数据结构常用算法ATM

说明:用C++编程,模拟ATM取款机的基本功能-Using C++ programming, simulation of the basic functions of ATM cash machines
<翟志伟> 在 2024-10-07 上传 | 大小:2048 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 1652.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org