资源列表
whoisthemiddle
- FJ在调查他的奶牛的平均产奶量,他想知道奶牛的产奶量的最中间数,即:一半的奶牛的产奶量比这个中间数多(或者少),另外的一半则刚好相反。 给出一个奇数,表示奶牛的数量N(范围为:1<=N<10000),同时要给出每头奶牛的产奶量,然后找出来最中间的产奶量,这个数也表示大多数的奶牛的产奶量跟这个数差不多。我要做的就是讲输入的这些数进行排序,然后将排序后中间的那个数输出来。 -FJ is surveying his herd to find the most average cow
compile
- 贪心算法 简单的一个算法,实现一个吃饭的问题-Greedy algorithm
binary_search
- 二分查找算法 在写程序时需要使用可以参考-binary_search when coding encounter problem that need this class you can use it
v
- 使用C++里的strcat()函数,用来进行俩个字符串的连接-The use C++ strcat () function used to carry out the connection of two string
sad
- 编程 主范式 使用真植表 用栈的应用 使用了 后缀表达式 -biancheng zhu fanshi
graphPrim
- 关于普利姆算法的C++代码,根据最新数据结构图编写-C++ coding for GRAPHPrim
2_1
- 冒泡排序操作,将x插入到线性表的适当位置上以保持线性表的有序性,并且分析算法的时间复杂度.-X is inserted into the appropriate position of the linear form in order To bubble sort operations,to maintain the order of the linear form , and analyze the time complexity of algorithm
merger_final_with_remove
- its an external sorting program that sorts a large data using small sized array using some temporary files.
ioctl_if.c
- An example of how to use the ioctl function.
3.7-paixu
- 排序算法实验要求及代码,正确的。试试就知道-Sorting algorithm experimental requirements and the code correct. Try to know
sjjg2
- 数据结构试卷,老师给的,含答案。适合复习用-Papers of data structure, the teacher, with the answer. Suitable for review using
00
- 还是通讯录系统 增删改查 课程设计 本科学校要求的数据结构课程设计-Or address book CRUD the data structures required by the curriculum design undergraduate schools curriculum design
