资源列表
[数据结构常用算法] duoxiangshi
说明:数据结构:多项式运算,可输入系数与项数,进行加减的多项式运算-Data structure: polynomial operations, enter the coefficients and the number of items, addition and subtraction of polynomial operations<夏珺> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] eightqueens
说明:用于实现著名的八皇后问题(详细情况请参考百度等网站)-For the realization of the famous Eight Queens problem (for details, please refer to Baidu and other sites)<李坤> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Minimumspanningtree
说明:最小生成树的实现,很简练,希望对您有帮助-Minimum spanning tree<李凯> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Homework_of_DataStruct
说明:这是我在学数据结构(严蔚敏版)时的上机作业,包含哈夫曼树、图的遍历、文学研究助手(处理字符串)、多项式计算器、矩阵计算器、马踏棋盘、停车场管理、约瑟夫环的成功运行源程序。它们都是对经典数据结构及其之间的组合的练习。-This is my school data structure (Yan Wei-min version) when the machine operations, including Huffman tree, graph traversal, literature resear<冯小康> 在 2025-06-18 上传 | 大小:3.22mb | 下载:0
[数据结构常用算法] ACM_Some
说明:这些是我在编写ACM题目时实现的程序,ACM对于初级程序员的影响应该是质的改变,文件中实现的是在PKU JudgeOnline(http://poj.org/)平台上一些题目,文件名中,包括1222,1363,1979,1208。 -These are what I achieved in the preparation of the procedure when the subject ACM, ACM junior programmer for the impact should be<冯小康> 在 2025-06-18 上传 | 大小:2.07mb | 下载:0
[数据结构常用算法] Basic_C_Programing
说明:这是在学完C语言程序设计,在没学数据结构的时候老师布置的几道题目,包括“简单的学生成绩管理软件”、“螺旋阵列”、“任意年份日历的打印”、“长整数运算”和“八皇后问题”,所有代码都是我自己实现的。-This is the completion of C programming language, in not studied the data structure when the teacher arranged a few, topics, including " simple stud<冯小康> 在 2025-06-18 上传 | 大小:1.21mb | 下载:0
[数据结构常用算法] C++programs-bubble
说明:bubble sort in c++ for data vector sorting<bilal> 在 2025-06-18 上传 | 大小:188kb | 下载:0
[数据结构常用算法] nibolanshi
说明:运算表达式转换为逆波兰式,输入运算符表达式如(6+2)*5-8/4,输入将是逆波兰式62+5*84/--Operation expression into Reverse Polish Notation, the input operator expressions such as (6+2)* 5-8/4, input will be the Reverse Polish Notation 62+5* 84 /-<无晴> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jisuanjibolanshi
说明:逆波兰式的计算。 输入逆波兰式,目前只支持+-*/^ 加减乘除幂求余这几种运算,输出逆波兰式的值。有兴趣的朋友可以去扩充下功能-Reverse Polish calculator. Enter the Reverse Polish Notation, currently only supports+-*/^ Math remainder these types of computing power, the output value against the Polish. Friends<无晴> 在 2025-06-18 上传 | 大小:1kb | 下载:0