搜索资源列表
quick
- 关于数组排序的经典程序。-Sorting an array of classical procedures.
sort.cpp
- 写一个函数,输入参数有四个,分别是map<string,float>型数据,整数,float型数组,string型数组。返回结果,将map中的数据按float值进行排序,并将排序后的结果保存到float、string两个数组中,两个数组元素必须对应于map数据。-Write a function, there are four input parameters, are the map <string,float> data, integer, float array,
demo03_1_array
- c++指针数组排序测试代码,学习数组和指针应用很好的例子。-c++ pointer to an array of sort of test code, learning the good example of the array and pointer applications.
linkedlist
- 用结构体排序。有输入,删除,输出已排序的数组的功能。-Sorting by structure
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
Two-dimensional-array
- 二维数组排序Two dimensional array.rar-Two dimensional array.rar
hfgjhsd
- 拓扑排序的一些程序 包括树状图分析及数组的一些排列组合程序-Some of the procedures of topological sort includes some permutation and combination program dendrogram analysis and array
FirstTask_cmd_version2
- 学生成绩系统,一维数组,二维数组排序cmd运行,文件重定向,已验证过了,可以使用-Student achievement system, one-dimensional arrays, two-dimensional array sorting run cmd file redirection, has been verified, you can use
exp4
- C语言代码,一些关于数组简单应用的代码,排序,判断大小等-C code
rootkits_windows
- 对数组元素排序 任意进制数的转换 判断回文数(Sort the array elements Conversion of arbitrary numbers Determine the number of palindrome)
heap.cpp
- 这里需要做一个假设:对于数组中下标为i的节点其左子树和右子树都是保持最大堆性质的堆。在假设成立的前提上,经过这一个维护函数维护过的堆才能够保证是一个最大堆。(There is a hypothesis that the left subtree and the right subtree of the node with the subscr ipt of I in the array are the heaps that maintain the maximum heap properties
jiegouti
- /*使用结构体数组,将学生的数据按成绩从高到低排序显示到屏幕上, 将学生中不及格学生的姓名显示出来 写一个函数,获取成绩低于平均分的学生记录并返回低于平均分的学生人数*/(using an array of structures, the student's data is displayed on the screen from high to low, and the student's name is displayed to write a function, to get a stud