资源列表
migong11111111111123
- C++利用堆栈实现走迷宫算法: 迷宫 算法堆栈c链表it 迷宫图案,白色代表通道,黑色代表墙。 迷宫入口坐标(1,1),出口坐标(8,8) 0 1 2 3 4 5 6 7 8 9 0■■■■■■■■■■ 1■□□■□□□■□■ 2■□□■□□□■□■ 3■□□□□■■□□■ 4■□■■■□□□□■ 5■□□□■□□□□■ 6■□■□□□■□□■ 7■□■■■□■■□■ 8■■□□□□□□□■ 9-C++ use st
ProStruct
- c语言 结构体的简单示例 ...适用于初学者 -C language struct
Cameratest
- 简单的堆栈和队列模拟小程序。主要是本人在初学数据结构时参照课程内容缩写,对菜鸟有一定参考价值。-Stack and queue simulation program. I beginner data structures by reference to the abbreviation of course, a certain reference value on the rookie.
fat
- 有一堆人他们分别有不同的质量,用二分法将他们分成质量相当的两组-There are a bunch of people each with a different quality dichotomy, they are divided into two groups of considerable quality
Algorithms
- 实现了插入算法,选择算法,希尔算法,快速排序,树等等,并对其进行了比较,-Insertion algorithm to select the algorithms, the Hill algorithm, quicksort, trees, and so on, and were compared
DSA
- MergeSort算法实现,可以在外村进行排序,也可在内存内实现少量数据排序,速度为O(nLogn)-Algorithm MergeSort can be outside the village to sort, sort of small amounts of data in memory, speed of O (nLogn)
Hanoi
- Hanoi塔问题经典算法演示,可以帮助初学者学习-Towers of Hanoi problem classical algorithm shows that can help beginners to learn
NTsys-2.10e
- 可以进行生物群体的聚类分析,可以做个体的聚类分析还可以做各种群的聚类分析-Cluster analysis of the biological communities
PID
- PID的C语言算法使用,对PID使用有大的帮组-PID of the C language algorithms, the PID big help group
HeapSort
- 堆排序为常见的排序算法,程序员必须掌握。此代码注释详细而且正确完整。-The heap sort is a common sorting algorithm, the programmer must master. This code comments detailed and complete.
bubble_sort
- 冒泡排序为基本排序方法之一,程序员必须掌握。此代码注释详细而且正确完整。-The bubble sort is one of the basic sorting method, the programmer must master. This code comments detailed and complete.
QSort
- 快速排序算法。注释详细而且正确运行,希望对大家有用。-Quicksort algorithm. Notes the detailed and correct operation, and the hope that useful.
