资源列表
xiaobaishu
- 参加数学建模的同学很可能会遇到这套题。本程序采用链表进行编写,很方便地解决了小白鼠问题。-Mathematical modeling of the students participating are likely to encounter this question, the program uses the list to solve the problem of mice, very convenient.
Data-structure-experiment
- 数据结构实验源码如一元稀疏计算器,链表线性表等,纯手打,亲测可跑。注释中有对应实现的功能。-Data structure of the experimental source code such as a sparse calculator, linear list, etc., pure hand, pro test run. Note the corresponding implementation of the function.
ydhfstj
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: (1)可以输入各个项目的前三名或前五名的成绩; (2)能统计各学校总分,-Task: to participate in sports there are n s
6
- 实现二叉树的定义与基本操作,功能强大,代码清晰,并附有注释-to realize the
CH2
- 严老奶奶 第二章 数据结构源码 完全可用-The second chapter strict grandmother fully available source data structure
all-elements-of-the-collection
- 编写递归函数,求n个元素集合的所有子集。不妨令集合元素为小写字母,原集合为{‘a’, ‘b’, …, ‘a’ + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出“WRONG”。子集输出格式为每行一个子集,空集用空行表示,非空集合每个元素间用一个空格间隔,最后一个元素之后不能有空格。-Write a recursive function of n a subset of all elements of the colle
exp
- 这是一个各种数据结构中的排序算法,排序,插入等操作的程序,程序可以比较各种算法对同一数据,或者不同数据的排序时间进行分析。同时还有实验报告-This is in the sorting operation of the algorithm, sort, insert, etc., in a variety of data structures, programs can compare various algorithms for analysis of the same data or dif
ExpressionCalculator
- 用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic -* /.
2x
- 用c++实验二叉查找树的adt 包含遍历,删除,key什么的都可以通过源代码修改-Experiment with c++ binary search tree adt contains traversal, delete, key what can be modified through the source code
c-language--select-menu.
- C语言课程设计的设计题目,实现菜单的选择功能。-C language curriculum design of a design, implement menu.
Test
- 用循环链表解决约瑟夫环问题。对学习循环链表有很大帮助
kindsofsort
- 这是数据结构中排序代码,包括选择,shell,二路,快速,堆等著名的排序方法。-This is the sort code data structure, including the selection, shell, Rd, rapid, and the sort heap and other well-known methods.
