资源列表
排序选择:
[进程与线程] hanoi_star_multiple_thread
说明:自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有那位能和我一起学习windows编程,请联系我-directed the Hanoi games, a windows interface procedures, principle is very simple, the key is multi-threaded programming, everyone can learn that<> 在 2025-07-17 上传 | 大小:47kb | 下载:0
[Windows编程] 最小生成树(Kuskal算法)
说明:该程序用贪心算法来求解最小生成树问题 采用贪婪准则:每次选择边权值最小边。如果该边加入后不构成环,则加入。-procedures with the greedy algorithm to solve the problem using the minimum spanning tree greedy guidelines : each side the right to choose the minimum value side. If the edge after the entry does<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[Windows编程] 二分覆盖问题
说明:该程序用贪心算法来求解二分覆盖问题. 采用贪婪准则:每次从A中选择一个顶点加入覆盖,选择时:选取能覆盖B中还未被覆盖的顶点的数目最多的顶点。-procedures with the greedy algorithm to solve two hours coverage. Using greed criteria : A time to choose from a peak accession coverage options : To B coverage can not be covered<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[Windows编程] 一维最近点(分治法)1
说明:该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the me<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[Windows编程] 24小时学会使用PHP MySQL and Apache
说明:24小时学会使用PHP MySQL and Apache-24 hours learning how to use PHP MySQL and Apache<李焱> 在 2025-07-17 上传 | 大小:4.19mb | 下载:0
[Windows编程] 一维最近点(分治法)2
说明:该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[Windows编程] 一维最近点(传统法)1
说明:该程序实现对一维数据轴上的最临近点的求解问题 采用方法:计算每对顶点间的距离,比较之 效率为O(n2)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : for each pair of vertices the distance, a comparison of the efficiency of O (n2)<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:0
[Windows编程] 一维最近点(传统法)2
说明:该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order, and then a linear scan, rece<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载:1