资源列表
sturctdata
- 主要用于计算一元多项式的相加,相减运算(多项式的存储使用的是链表结构)-The main one used to calculate the sum of the polynomial, with minus operator (polynomials are used in the storage list structure)
Knight
- 1.实验目的:通过实验理解算法的概念、算法的表示、算法的时间复杂度和空间复杂度分析;运用熟悉的编程工具对骑士周游列国问题进行求解,初步学会分析算法的时间复杂度和空间复杂度; 2.在一张国际象棋棋盘上(8*8方格),骑士(knight,马)位于任意一个位置。问如何才能让骑士不重不漏的经过棋盘上的每个格?本问题中已知骑士位置(m,n),其中0=<m,n<=8,要求给出骑士行走路径,路径可用8*8矩阵输出,其中值表示骑士到达此位置行走的步数(初始为1) -1. Experimen
the-max-sum
- 一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requires a strictly increasing sequ
paixu
- 数据结构,主要是针对顺序表的排序进行说明。-The data structure, mainly for the sorting of the sequence tables described.
stack
- 数据结构课后作业-栈 对输入文字进行回文验证.-Data structure after-school homework- stack Validation of the input text are palindromes.
LCSp2264
- 动态规划的代码~LCS存路径DP:)状态压缩-Dynamic programming code path ~ LCS deposit DP:) compression status. .
1
- 课程设计中计算两个多项式的积,可以输入两个不同多项式,并求他门的积.-Curriculum design to calculate the product of two polynomials, you can enter two different polynomials, and begged him to the door of the product.
wenjiancunchukongjian
- 文件存储空间的算法 可以显示此盘块的使用情况-File storage space the algorithm can show the use of this disk blocks
STCKLNKL
- stack using link list
shiyanyi
- /编写一个完整的C语言程序,以单链表为存储结构,对一批学生的成绩进行管理,要求实//现如下功能: //1.通过键盘输入若干学生的学号、成绩,将数据保存一个单链表中。 //2.查询并输出指定学号的学生成绩。 //3.统计并输出不及格人数。 //4.按从高到低的顺序输出所有学生成绩 -/ Write a complete C language program to a single list for the storage structure, the results of
queen
- 回溯法解决八皇后问题,经典问题,算法分析与设计例子 -Backtracking to solve the Eight Queens,Classic problem, algorithm analysis and design examples
bracelet-matching
- 关于算式中小括号、中括号和花括号的匹配检查算法-Match checking algorithm on small formula parentheses, brackets and braces