搜索资源列表
DL-Dist
- [Damerau–Levenshtein distance] vb.net程式碼,內含兩Function,一個計算距離,一個計算相似度。-[Damerau–Levenshtein distance] Code of vb.net, contains two Function, one for the distance, another for similarity.
NUMERIC
- 利用数值分析的方法分析了由边界波理论公式所得的圆形光阑衍射场的光强分布1 通过对边界波理论公式所得的光强分布曲线, 对几何照明区与阴影区的光强分布曲线与面衍 射积分公式所得的光强分布曲线进行比较, 分析了边界波理论公式对衍射场描述的准确性1-The light intensity distribution of diffraction of circular aperture was investigated by numerical analysis. In the case of t
dist
- 开车从起始点A到目的地B的路线有多条。给你一张描述待选路线的表(n*n的矩阵A),让你找出行车距离最短的路线。表中表示了任意两个路口的连通情况,以及距离。矩阵元素a(i,j)=0表示路口i,j不连通,a(i,j)!=0表示路口i,j的行车距离。其中起始点A在路口1,目的地B在路口n 。完成源程序DIST.CPP中Dijkstra函数的编写。-A drive to the destination from a starting point a number of B' s line. Giv