资源列表
[数据结构常用算法] fenzhi
说明:查找k1-k2问题从包含n个整数的无序列表中输出第k1小到第k2小之间的所有整数,其中k1<=k2。必须用分治法求解,但是不能简单地重复使用求第k小元素的分治法-Find the small k1 to k2 small integer, k1-k2, the problem from an unordered list with n integers in the output, where k1 < = k2. Divide and conquer method to solve,<叶金鑫> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[数据结构常用算法] test.cpp
说明:考虑右边的无向网,设计算法输出从顶点a到顶点i的一条带权路径长度最短的简单路径.采用递归或非递归的深度优先或广度优先遍历算法扩展实现-Consider the right to the network design algorithm output realization of recursive and non recursive depth-first or breadth-first traversal algorithm extensions from the vertex a to v<叶金鑫> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 1w
说明:用c写的,m个人的成绩存放在score数组中,请编写函数fun,它的功能是:将低于平均分的人数作为函数值返回,将低于平均分的分数放在below所指定的数组中。用vc++6.0运行 -Written with c, m, personal results stored in the score array, write the function fun, its functions are: to be lower than the average number is returned as th<晨海旭日> 在 2025-06-24 上传 | 大小:6kb | 下载:0
[数据结构常用算法] Reference_source
说明:This enerymeter ade7754 calibration document.-This is enerymeter ade7754 calibration document.<korea> 在 2025-06-24 上传 | 大小:2.63mb | 下载:0
[数据结构常用算法] VCPPinsort
说明:1. 采用插入排序的方法,输入10个整数按升序排序后输出。要求编写一个通用的插入排序函数InsertSort()。它带有三个参数,第一个参数是含有n个元素的数组,这n个元素已按升序排序;第二个参数给出当前数组中元素的个数;第三个参数是要插入的整数。该函数的功能是将一个整数插入到数组中,然后进行排序。另外还需要一个用于输出数组元素的函数Print(),要求每一行输出5个元素。-A. Insertion sort, the output of input 10 integers sorted in<guosiqi> 在 2025-06-24 上传 | 大小:4kb | 下载:0