资源列表
[数据结构常用算法] List_problem
说明:this a program which reads records from a file and inserts them into a list.The program performs operations like delete an entry, add an entry, order by a certain key, etc. The program is made using both singly linked list and double linked lists-thi<twiggy> 在 2025-06-17 上传 | 大小:35kb | 下载:0
[数据结构常用算法] prog10-mathquiz
说明:Exercises on inheritance classes,<iswann> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Balancedbinarytree
说明:一 需求分析 1.本程序演示平衡二叉树的插入,删除,查找,。 2.首先要先初始二叉树为空树; 3.接着要实现平衡二叉树的插入,删除,,其中根据平衡二叉树插入,删除的算法要不停的把插入的元素平衡地插入,需要调用平衡分析函数和左右旋转函数,更新平衡二叉树;删除元素后也要调用平衡分析函数和左右旋转函数,更新平衡二叉树。 4.平衡二叉树的查找则可根据查找算法实现。比较简单。-Balanced binary tree<何振光> 在 2025-06-17 上传 | 大小:75kb | 下载:0
[数据结构常用算法] 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> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] WebPages_WordSplitting
说明:自动提取网页内容(附带简单的 HTTPAnalyzer 类),并根据词典进行分词。-Automatically get the content from webpages, and split the words based on the internal Chinese dictionary.<王啊> 在 2025-06-17 上传 | 大小:3.31mb | 下载:0
[数据结构常用算法] WebPages_InvertedFile
说明:根据中文分词结果生成倒排文档,并将结果输出到文本文件中。-Generate the inverted file based on the result of word-splitting, and output to a text file.<王啊> 在 2025-06-17 上传 | 大小: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<王波> 在 2025-06-17 上传 | 大小: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.<玲玲> 在 2025-06-17 上传 | 大小:2kb | 下载:0