资源列表

排序选择:

« 1 2 ... .66 .67 .68 .69 .70 43171.72 .73 .74 .75 .76 ... 267452 »

[2D图形编程自由曲面的恢复

说明:根据自由曲面物体的图像,提取物体轮廓,恢复曲面-free surface objects image, extracting the contours of objects and restore surface
<> 在 2025-07-17 上传 | 大小:1kb | 下载:0

[进程与线程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编程棋盘覆盖问题

说明:该程序实现对残缺棋盘覆盖问题的求解 采用方法:分治方法-the program right chessboard incomplete coverage of the methods used to solve : the administration
<杨晨> 在 2025-07-17 上传 | 大小:2kb | 下载: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编程0-1背包问题

说明:该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
<杨晨> 在 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编程二维最近点

说明:该程序实现对二维数据轴上的最临近点的求解问题 采用方法:分治方法-procedures to achieve the two-dimensional data of the axis points near the methodology used to solve the problem : the administration
<杨晨> 在 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
« 1 2 ... .66 .67 .68 .69 .70 43171.72 .73 .74 .75 .76 ... 267452 »

源码中国 www.ymcn.org