资源列表
[数据结构常用算法] ma-ta-qi-pan
说明:纯C写的马踏棋盘经典算法,便于初学者学习-Written in pure C classical algorithm horse riding board, easy for beginners to learn<石头> 在 2025-06-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujuwajue(kehuguanxi-guanli-)
说明:本代码在客户管理的基础上采用数据挖掘进行深层析的分析与设计。-The code is based on the customer management for deep chromatography using data mining analysis and design.<lixing> 在 2025-06-16 上传 | 大小:2.5mb | 下载:0
[数据结构常用算法] Josephus
说明:约瑟夫环,设有n个人围坐在一个圆桌周围,现从第s个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。以n=8,s=1,m=4为例,若初始的顺序为 n1,n2,n3,n4,n5,n6,n7,n8。则问题的解为n4,n8,n5,n2,n1,n3,n7,n6。-Joseph Wan, with n individuals sitting around a round table, is reported starting from<ll> 在 2025-06-16 上传 | 大小:186kb | 下载:0
[数据结构常用算法] HufmanCode
说明:【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin<ll> 在 2025-06-16 上传 | 大小:156kb | 下载:0
[数据结构常用算法] waibupaixusuanfa
说明:外部排序算法,外部排序是基于内部排序的,内部排序弄清楚了,外部排序也不难-External sorting algorithms, external sorting is based on internal sorting, internal sorting sorted out the external sort is not difficult<古稀> 在 2025-06-16 上传 | 大小:115kb | 下载:0
[数据结构常用算法] maze
说明:(1)用随机函数建立一个迷宫,给定出入口 (2)设计一个模拟走迷宫的程序寻找通路,存在则将其显示在屏幕上 (3)找出其中途径最短的通路 -(1) create a maze with a random function, given the import and export (2) design procedures for a simulated maze to find access, there will be the display on the screen (3) to<wending> 在 2025-06-16 上传 | 大小:11kb | 下载:0