Ports Search

Results 12,73112,740 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.014 seconds)
math/algae-4.3.6 (Score: 4.5905075E-5)
Programming language for numerical analysis
Algae is a programming language for numerical analysis. It was written in the Boeing Company to fulfill their need for a fast and versatile tool, capable of handling large systems. Algae has been applied to interesting problems in aerospace and related fields for more than a decade.
math/vector-space-0.10.2 (Score: 4.5905075E-5)
Vector and affine spaces, linear maps, and derivatives
vector-space provides classes and generic operations for vector spaces and affine spaces in Haskell. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, etc).
math/libgmp-6.0.0 (Score: 4.5905075E-5)
Library for arbitrary precision arithmetic (MinGW32)
GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. This port compiles libgmp using MinGW32.
math/Data-Float-0.012 (Score: 4.5905075E-5)
Details of the floating point data type
This module is about the native floating point numerical data type. A floating point number is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native floating point type, classification functions, and functions to manipulate floating point values at a low level.
math/Set-Window-1.01 (Score: 4.5905075E-5)
Perl module to manage an interval on the integer line
A Set::Window object represents a window on the integer line; that is, a finite set of consecutive integers. Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operations on windows. -Anton <tobez@FreeBSD.org>
math/scalapack-2.0.2 (Score: 4.5905075E-5)
The ScaLAPACK Scalable LAPACK library
The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. It is currently written in a Single-Program-Multiple-Data style using explicit message passing for interprocessor communication. It assumes matrices are laid out in a two-dimensional block cyclic decomposition.
misc/brs-4.03 (Score: 4.5905075E-5)
Interactive King James Bible
Bible Retrieval System (BRS) consists of a textual database of the Authorized ("King James") Version of the Old and New Testaments, a set of libraries for finding and retrieving text, and a program ("bible") which uses the libraries to retrieve Bible passages given references on the command line or from standard input.
misc/figlet-2.2.5 (Score: 4.5905075E-5)
SysV banner-like program prints strings in large fancy ASCII art
Figlet is a program that creates large ASCII art characters out of ordinary screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Figlet can print in a variety of fonts, both left-to-right and right-to-left. Figlet comes with several fonts. Also, many other fonts are avaiable, including Hebrew, Cyrillic (Russian), and Greek. There is also a "Figlet Home Page" on the Worldwide Web. http://www.surfplaza.com/figlet/
misc/pyprind-2.9.9 (Score: 4.5905075E-5)
Python Progress Bar and Percent Indicator Utility
The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation.
misc/hb-1.88 (Score: 4.5905075E-5)
Simple, but complete budget management in Python
HB is a simple Home Budget management system. As such, it is only mildly interesting. However, it's real purpose is to demonstrate how to write a complete application in Python. It is loaded with comments as well as a lot of explanatory material which should help anyone interested in learning Python better.