Supplement 2. A listing containing code to perform the minimum span computation in C syntax.
收藏NIAID Data Ecosystem2026-03-09 收录
下载链接:
https://figshare.com/articles/dataset/Supplement_2_A_listing_containing_code_to_perform_the_minimum_span_computation_in_C_syntax_/3519863
下载链接
链接失效反馈官方服务:
资源简介:
File List
minspan_code.html (MD5: 38998dd468e7d8b2a3d89754b7a04863)Description
A function to compute minimum span (to a given radial resolution) written in ANSI-C syntax. For each of a given number of angles in [0,180), this code rotates the points around the given point and computes the nearest points at which the polygon crosses the x-axis (at least twice if point is inside polygon). The distance between these points is stored if minimal across all angles.
创建时间:
2016-08-04



