资源列表
[数据结构常用算法] Unarysimplecalculator
说明:一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab<郑海鹏> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 2533
说明:poj上的第2533题,用dp实现求一个字符串的最长递增子序列,时间是O(n),语言是C-poj the first 2533 title, with dp achieve demand a string of the longest increasing subsequence, the time is O (n), the language is C++<chenchencehn> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] EightPuzzle
说明:Java实现八数码求解问题。输入一串字符数组代表八数码的初始位置,最后得到正确的八数码排布-Java Implementation eight digital solve this problem. Enter a character array of eight digital representative of the initial position, and finally get the correct arrangement of the eight digital<朱昌磊> 在 2025-06-16 上传 | 大小:2kb | 下载: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-16 上传 | 大小: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-16 上传 | 大小:2kb | 下载:0
[数据结构常用算法] huochechexiangchongpai
说明:本程序演示的是一个火车车厢重排事件。从本程序中可以学习如何用栈来解决复杂的排列问题。-This is a demo program trains rearrangement of events. From this program can learn how to use the stack to solve complicated arrangement.<小宋> 在 2025-06-16 上传 | 大小:2kb | 下载:0