معرفی شرکت ها


libmath-convexhull-perl_1.4-1.1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perl module to calculate convex hulls using Graham's scan (n*log(n))
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Mantic-23.10
مخزن Ubuntu universe all
نام بسته libmath-convexhull-perl
نام فایل بسته libmath-convexhull-perl_1.4-1.1_all.deb
نسخه بسته 1.4
انتشار بسته 1.1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی http://search.cpan.org/dist/Math-ConvexHull/
مجوز -
حجم دانلود 7528
حجم نصب 24
Math::ConvexHull is a simple module that calculates convex hulls from a set of points in 2D space. It is a straightforward implementation of the algorithm known as Graham's scan which, with complexity of O(n*log(n)), is the fastest known method of finding the convex hull of an arbitrary set of points. There are some methods of eliminating points that cannot be part of the convex hull. These may or may not be implemented in a future version. . The implementation cannot deal with duplicate points. Therefore, points which are very, very close (think floating point close) to the previous point are dropped since version 1.02 of the module. However, if you pass in randomly ordered data which contains duplicate points, this safety measure might not help you. In that case, you will have to remove duplicates yourself.


نیازمندی

مقدار نام
- perl:any


نحوه نصب


نصب پکیج deb libmath-convexhull-perl:

    sudo apt-get install libmath-convexhull-perl_1.4-1.1_all.deb


فایل ها

مسیرها
./usr/share/doc/libmath-convexhull-perl/changelog.Debian.gz
./usr/share/doc/libmath-convexhull-perl/copyright
./usr/share/man/man3/Math::ConvexHull.3pm.gz
./usr/share/perl5/Math/ConvexHull.pm