搜索资源列表
Prim
- 算法特点:该算法的特点是当前形成的集合T始终是一棵树。将T中U和TE分别看作红点和红边集,V-U看作蓝点集。算法的每一步均是在连接红、蓝点集的紫边中选择一条轻边扩充进T中。MST性质保证了此边是安全的。T从任意的根r开始,并逐渐生长直至U=V,即T包含了 C中所有的顶点为止。MST性质确保此时的T是G的一棵MST。因为每次添加的边是使树中的权尽可能小,因此这是一种"贪心"的策略。 -Algorithm characteristics: the algorithm is characteriz
ConsoleApplication2
- 异步执行模拟器,模拟在有多个FPU时不同部件是按什么顺序执行的,使用TOLUMASU算法,支持冲排序缓冲区-Asynchronous execution simulator, simulation FPU when there are multiple different components is performed in what order to use TOLUMASU algorithm, support red sort buffers
CSharp_picture
- c#编写的图像处理软件,可以将图像的轮廓边缘处的不圆滑部分检测并标红,并计算出该部分的起点坐标,主要用于智能加工的算法练习,与大家分享。-c# prepared by the image processing software can be tactless part contour at the edge of the image to detect and marked red, and calculates the coordinates of the starting part, mai