资源列表
mazeProblem
- 本文件的亮点是用word文档详述了迷宫问题的解题思路,以软件工程的步骤进行展示,用户可以按照步骤深入了解。-The highlight of this document with the word document detailing the maze problem solving ideas, show software engineering steps, users can follow the steps in-depth understanding.
JOSEPHUS
- 约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man out of the line, and go on, unti
JAVA-classical-algorithm
- java经典算法以及实际面试中遇到的java面试题-the classic java algorithms and java face questions encountered in the actual interview
Jstudent1130
- 学生成绩管理,可实现简单的输入输出,以及学号排序-Student achievement management
LINE
- 这里面含有几个线性表 ,学生信息表,可以使我们了解表的特性,灵活运用指针-There contains several linear form, the student information sheet, can enable us to understand the characteristics of the table, and flexibility in the use of the pointer
Heap-sort
- 堆排序 堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。 (1)用大根堆排序的基本思想 ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区 ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
readbmp_24
- 用c语言编写读取bmp图像程序 自编程序 简单可行-Read bmp image program self programming c language is simple and feasible
ack
- Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK ( m-1,1 ) ACK ( m, n ) =ACK (
duiorder
- 堆排序的c++实现代码,堆排序的c++实现代码-The heap sort c++ achieve code, heap sort c++ implementation code
algorithm1111
- 冒泡排序 桶排序 计数排序 堆排序 二分插入排序 c语言实现多种算法-Bubble sort bucket sort counting sort heap sort two insertion sort C language to achieve a variety of algorithm
dev
- 智能agent教学,多模式教学系统的测试与工作方便下载!-Intelligent agent teaching, testing and to facilitate the work of the multi-mode teaching system download!
car-parking-lot
- 这是一个自动计时的停车场,此外车库的大小也可在在DOS框中随便定义 使我们更加全面认识停车场的系统-This is an automatic timed parking, In addition, the size of the garage can also be defined to make us a more comprehensive understanding of the parking system in the DOS box, casually
