Ports Search

Results 10,24110,250 of 17,660 for descr%3A%22spam filter%22.(0.018 seconds)
math/octave-forge-secs1d-0.0.9 (Score: 1.3121418E-4)
Octave-forge package secs1d
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is secs1d. A Drift-Diffusion simulator for 1d semiconductor devices
math/octave-forge-secs2d-0.0.8 (Score: 1.3121418E-4)
Octave-forge package secs2d
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is secs2d. A Drift-Diffusion simulator for 2d semiconductor devices
math/octave-forge-secs3d-0.0.1 (Score: 1.3121418E-4)
Octave-forge package secs3d
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is secs3d. A Drift-Diffusion simulator for 3d semiconductor devices
math/R-3.3.1 (Score: 1.3121418E-4)
Language for statistical computing and graphics
From <http://cran.R-project.org/doc/FAQ/R-FAQ.html#What-is-R_003f>: R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files. The core of R is an interpreted computer language which allows branching and looping as well as modular programming using functions. Most of the user-visible functions in R are written in R. It is possible for the user to interface to procedures written in the C, C++, or FORTRAN languages for efficiency. The R distribution contains functionality for a large number of statistical procedures. Among these are: linear and generalized linear models, nonlinear regression models, time series analysis, classical parametric and nonparametric tests, clustering and smoothing. There is also a large set of functions which provide a flexible graphical environment for creating various kinds of data presentations. Additional modules ("add-on packages") are available for a variety of specific purposes.
math/octave-forge-simp-1.1.0 (Score: 1.3121418E-4)
Octave-forge package simp
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is simp. This package define the basic operations on intervals. It is useful when some values for a computation are incertain.
math/octave-forge-tcl-octave-0.1.8 (Score: 1.3121418E-4)
Octave-forge package tcl-octave
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is tcl-octave. socket implementation of a tcl-octave connection
math/Math-Calc-Units-1.07 (Score: 1.3121418E-4)
Human-readable unit-aware calculator
Math::Calc::Units is a simple calculator that keeps track of units. It currently handles combinations of byte sizes and duration only, although adding any other multiplicative types is easy. Any unknown type is treated as a unique user type (with some effort to map English plurals to their singular forms). Seamus Venasse <svenasse@polaris.ca>
math/Math-Combinatorics-0.09 (Score: 1.3121418E-4)
Perform combinations and permutations on lists
Combinatorics is the branch of mathematics studying the enumeration, combination, and permutation of sets of elements and the mathematical relations that characterize their properties. As a jumping off point, refer to: http://mathworld.wolfram.com/Combinatorics.html This module provides a pure-perl implementation of nCk, nPk, and n! (combination, permutation, and factorial, respectively).
math/Algorithm-Munkres-0.08 (Score: 1.3121418E-4)
Perl Extension for Munkres' Solution to Classical Assignment Problem
Algorithm-Munkres is a perl extension for Munkres' solution to classical Assignment problem for square and rectangular matrices This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square matrix by padding necessary zeros.
math/Geo-Distance-0.20 (Score: 1.3121418E-4)
Calculate Distances and Closest Locations
This perl library aims to provide as many tools to make it as simple as possible to calculate distances between geographic points, and anything that can be derived from that. Currently there is support for finding the closest locations within a specified distance, to find the closest number of points to a specified point, and to do basic point-to-point distance calculations.