资源列表
duilie
- 队列,------------c语言程序,适合初学者-Queue,------------ c language program, suitable for beginners
C
- 学生的记录由学号和成绩组成,N名学生的数据已在主函数中放入结构体数组s中,请编写函数fun(),它的功能是按分数的高低排列学生的记录,低分在前。-Record number of students learning and achievement by the composition, N-student data has been placed in the main function of the structure array s, write a function fun (), its
sort
- 排序算法有很多,所以在特定情景中使用哪一种算法很重要。为了选择合适的算法,可以按照建议的顺序考虑以下标准: (1)执行时间 (2)存储空间 (3)编程工作 对于数据量较小的情形,(1)(2)差别不大,主要考虑(3);而对于数据量大的,(1)为首要。 -Sorting algorithm has a lot, so in particular situations in which an algorithm is very important. In order to sele
2
- 选择排序和冒泡排序的C++和C的实现(调试通过,0错误0警告)-Selection sort and bubble sort C++ and C implementations ( debugging through, 0 error 0 warning )
EightPPuzzle
- 这是用C++写的八数码和八王后问题的代码,功能可能简单点,但是都实现了基本功能。所以是应付课程设计的不错选择。-This is written in C++ digital and eight queen problem code, functions may be simple, but can realize the basic functions of. So it is a good choice to cope with the curriculum design.
tudechuangjianyujibencaozuo
- 数据结构图的创建与基本操作,可以帮助大家解决一些问题-The creation of the data structure and basic operation
2ncimi
- 采用C语言,在visual C++6.0中实现来求2的n次方的结果-to calculate the result of n 2 multiplied
C-algorithm
- C++的经典开发算法,可以在程序的开发中参考这些算法-Algorithm of C++, it can be refer to in C++ program development
maandian
- 如果A[i][j]是第i行中值最小的元素且又是j列中值最大的元素,则称之为一个马鞍点,要求实现一个mхn矩阵的所有马鞍点-a small project
ssd5-ex6
- Ex6. ssd5 enhansed safearray
ssd5-ex5
- iCarnegie s SSD 5 course Exercise 5
defirent-sort
- 各种内部排序算法的性能与比较,可以用随机数和自行输入数字进行比较,自行输入采用读取文件的方法。-Various internal and compare the performance of sorting algorithms
