资源列表
sjjg
- 数据结构经典课件(附带各章的经典算法) 具体代码是使用C语言编写的-Courseware classic data structures (with the various chapters of the classic algorithm) specific code is written using C language
select
- 冒泡排序,希尔排序,插入排序,选择排序,快速排序-Bubble Sort, Hill sort, insertion sort, select sort, Quick Sort
JiHeJiaoYuBing
- 数据结构求取交并的程序,较好的展现了集合交并的重要思想-err
XiErPaiXu
- 希尔排序,一种高效的排序方式,数据结构最重要的程序之一-Hill sorting, an efficient way to sort, data structures, one of the most important procedures
heap_sort
- 数据结构是程序设计人员必修的课程,而排序又是重中之重,heap_sort就更不用说啦-Data structure is a procedural designers the compulsory courses, while the sort is the most important, heap_sort啦, not to mention
insert_sort
- 排序中的insert_sort是用的最多的一个排序方法啦-Sort of insert_sort is one of the most sort method you
merge_sort
- merge_sort的一个示例程序,希望能对初学者有所帮助-merge_sort an example of the procedure, hoping to be helpful for beginners
quick_sort
- qiuck_sort是优于其他排序操作的一种排序方法,而且不易于理解-Sort qiuck_sort is superior to other methods of operation of a sort, but can not be easily understood
mowang
- 数据结构课程设计(严蔚敏c版) 魔王语言-Data Structure Course Design (YAN Wei-Min c version) devil language
haxi
- 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
NqueenProblem
- 著名的n皇后问题 在一个棋盘上, 如果任意两个皇后排在同一行或者同一列上就会互相残杀, 此算法用以解决棋盘上n个皇后如何排列才能不互相残杀。 -N the famous Queen s problem in a chessboard, if any two of Queen s in the same line or on the same row will be killing each other, the algorithm to solve n chessboard with a Que
C
- Descr iption 一个一元多项式可以看作由若干个一元单项式按降幂排列成的线性表。请编写程序对输入的两个一元多项式求积,并输出求积的结果。 Input 输入为两个一元多项式,每个一元多项式输入一行,按照降幂依次输入每个单项式的系数和指数,并以-1 -1作为结束。 系数和指数均为整数,指数不小于0。 Output 输出为求积结果多项式,按照降幂依次输出每个单项的系数和指数,每个数值后面用一个空格隔开,输出结果多项式后换行。 系数为0的单项式不得