资源列表
[C#编程] MyCarLocal
说明:这是一个用来消除车牌上的污垢的算法,经过此算法对后面的车牌字符提取和分割更有利。-This is a new algorithm used to eliminate the dirt on the license plate, after the algorithm on the back of the license plate character extraction and segmentation more advantageous.<苗哲东> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[C#编程] chaoshengbo
说明:超声波测距原码,原来使用外部中断和定时器写的后来把外部中断去掉了-Ultrasonic Ranging original code, the original use of the external interrupt and timer wrote later removed the external interrupt<陈晨> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[C#编程] center-Cal
说明:输入一组数据,求其质心,返回结果,经验证,推荐使用-Center Value Calculate<zyr> 在 2025-06-16 上传 | 大小:2kb | 下载:0
[C#编程] Floyd-CSharp
说明:弗洛伊德(Floyd)算法 主要是用于计算图中所有顶点对之间的最短距离长度的算法,如果是要求某一个特定点到图中所有顶点之间的最短距离可以用Dijkstra(迪杰斯特拉)算法来求。 弗洛伊德(Floyd)算法的算法过程是: 1、从任意一条单边路径开始。所有两点之间的距离是边的权,如果两点之间没有边相连,则权为无穷大。 2、对于每一对顶点 u 和 v,看看是否存在一个顶点 w 使得从 u 到 w 再到 v 比已知的路径更短。如果是更新它。 把图用邻接矩阵G表示出来<焦慧明> 在 2025-06-16 上传 | 大小:2kb | 下载:0