资源列表
[数据结构常用算法] duopidao
说明:模拟多批道处理程序C# 操作系统课程设计,这个把握不大,没有好的测试例子。自己看吧。 转载请注明出自www.shootsoft.net-simulated multiple processing Road# C courses on operating system design, not grasp this, there is no good test case. Ion battery. Please specify reproduced from www.shoots<尹君> 在 2025-07-16 上传 | 大小:45kb | 下载:0
[数据结构常用算法] cyuyan1983
说明:c语言常用算法源代码,里面包含基本全部的C语言算法代码-c language commonly used algorithm source code, which contains all the basic algorithm C language code<123123> 在 2025-07-16 上传 | 大小:248kb | 下载:0
[数据结构常用算法] c++powerflow
说明:潮流计算程序介绍,读者可以据此独立编制潮流计算程序。-flow calculation procedures, independent readers will be prepared accordingly flow calculation procedures.<常猛> 在 2025-07-16 上传 | 大小:154kb | 下载:0
[数据结构常用算法] AVL_Lib
说明:Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory<高名> 在 2025-07-16 上传 | 大小:85kb | 下载:0
[数据结构常用算法] nearpiont
说明:最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们分别得到S1和S2中的最小距离δ1和δ2。现设δ=min(δ<黄波> 在 2025-07-16 上传 | 大小:15kb | 下载:0