资源列表
[数据结构常用算法] HaffmanEncoder
说明:实现HaffmanEncoder算法的程序,vc++编写-Realize HaffmanEncoder algorithm procedure, vc++ Prepared<damxie> 在 2025-01-16 上传 | 大小:278kb | 下载:0
[数据结构常用算法] LL1wenfapanding
说明:LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。-LL (1) grammar is used to determine the top-down analysis techniques. LL (1) the meaning is: the first sh<小江> 在 2025-01-16 上传 | 大小:278kb | 下载:0
[数据结构常用算法] doublelinklist
说明:Double link list implementation<Randy> 在 2025-01-16 上传 | 大小:278kb | 下载:0
[数据结构常用算法] Eight-Queue
说明:八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列。-Eight queens problem: Let the eight queens problem, the solution (x1, x2, x3, ..., x8), constraint conditions: on a<宋传园> 在 2025-01-16 上传 | 大小:278kb | 下载:0
[数据结构常用算法] StudentInformation
说明:该程序实现的是对一个学生信息系统的管理。根据菜单选项可以分别执行:输入学生信息、显示学生信息、按姓名排序、插入一个学生信息、删除一个学生信息、查找指定学生信息、从文件中整批输入、将信息输出到文件中等功能。-The program is a student information system management. Can perform according to the menu options: Enter student info<xiaoyezi> 在 2025-01-16 上传 | 大小:278kb | 下载:0
[数据结构常用算法] Pair-matching
说明:用栈编写满足下列要求的括号匹配检验程序:假设表达式中允许包含两种括号:圆括号和方括号,其嵌套的顺序随意<阿斯顿> 在 2025-01-16 上传 | 大小:277kb | 下载:0