资源列表
[数据结构常用算法] 08150851
说明:从一个迷宫的入口到出口找出一条可通路经。用一个二维数组MG(1:M,1:N)模拟迷宫,数组元素为0表示该位置可以通过, 数组元素为1表示该位置不可以通行。MG(1,1)和MG(M,N)分别为迷宫的入口和出口。 -From the entrance to the exit of a maze to find an available path through. With a two-dimensional array MG (1: M, 1: N) simulated maze, an ar<de> 在 2026-01-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] WebPages_WordSplitting
说明:自动提取网页内容(附带简单的 HTTPAnalyzer 类),并根据词典进行分词。-Automatically get the content from webpages, and split the words based on the internal Chinese dictionary.<王啊> 在 2026-01-01 上传 | 大小:3.31mb | 下载:0
[数据结构常用算法] WebPages_InvertedFile
说明:根据中文分词结果生成倒排文档,并将结果输出到文本文件中。-Generate the inverted file based on the result of word-splitting, and output to a text file.<王啊> 在 2026-01-01 上传 | 大小:4.57mb | 下载:0
[数据结构常用算法] migong
说明:用回溯法完成迷宫问题,迷宫大小自己设定,用一个矩阵表示一个迷宫,每个位置上位1或者0,如果为0,表示此路不通,为1,表示此路可以走,最后输出走出迷宫的路径或者显示不能走出的信息-Maze problem using backtracking to complete, the size of their maze set, a maze with a matrix, each position of the upper 1 or 0, if 0, that being the case, to 1<王波> 在 2026-01-01 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Exercise8_22
说明:写一个程序来创建一个Exercise8_22.txt 文件,随机的100个整数,从文件中读出这些数,并且排序。-Write a program to create a file named Exercise8_22.txt if it does not exist.Wite one hundred integers created radomly into the file using text I/O .Integer are separated by speces in the file.<玲玲> 在 2026-01-01 上传 | 大小:2kb | 下载:0
[数据结构常用算法] dijkstra
说明:dijkstra算法,主体是别人的,自己改进了当剩余点不可到达时的 多余更新距离和比较距离操作,-dijkstra.erase the unnecessary course when the left set of points can not be reached<zhaojianguang> 在 2026-01-01 上传 | 大小:239kb | 下载:0