Ports Search

Results 9,4619,470 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
math/lrng-20130314 (Score: 1.869263E-4)
Uniform random number generators of P. L'Ecuyer and his colleagues
lrng is a collection of uniform pseudorandom number generators, written in C, and based on algorithms by Francois Panneton, Pierre L'Ecuyer, and Makoto Matsumoto.
math/stabledist-0.7.1 (Score: 1.869263E-4)
Stable Distribution Functions
A collection and description of functions to compute density, distribution and quantile function and to generate random variates of the stable distribution.
math/ocamlgraph-1.8.7 (Score: 1.869263E-4)
Graph manipulation library for OCaml
ocamlgraph is a graph library for Objective Caml. It provides an easy-to-use graph data structure together with several operations and algorithms over graphs.
math/alt-ergo-2015 (Score: 1.869263E-4)
Automatic solver for SPARK 2015
This is a component of SPARK 2015: Those looking for the automatic theorem prover known as Alt-Ergo should refer to math/alt-ergo instead
math/octave-forge-ltfat-2.1.2 (Score: 1.869263E-4)
Octave-forge package ltfat
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 ltfat. The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients.
math/octave-forge-nlwing2-1.2.0 (Score: 1.869263E-4)
Octave-forge package nlwing2
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 nlwing2. This package allows efficient computation of nonlinear aerodynamic properties of a wing. It employs 2D section data to build a 3D potential vortex model of the flow. It uses a robust Euler-Newton method to track the change of flow vorticity quantities as the angle of attack progresses.
math/Bit-Vector-Minimal-1.3 (Score: 1.869263E-4)
Object-oriented wrapper around Perl's vec()
This is a much simplified, lightweight version of match/p5-Bit-Vector, and wraps Perl's (sometimes confusing) vec() function in an object-oriented abstraction.
math/Math-Base36-0.10 (Score: 1.869263E-4)
Encoding and decoding of base36 strings
This module converts to and from Base36 numbers (0..9 - A..Z) It was created because of an article/challenge in "The Perl Review"
math/AI-Genetic-0.05 (Score: 1.869263E-4)
Pure Perl genetic algorithm implementation
This module implements a Genetic Algorithm (GA) in pure Perl. Other Perl modules that achieve the same thing (perhaps better, perhaps worse) do exist. Please check CPAN. I mainly wrote this module to satisfy my own needs, and to learn something about GAs along the way. I will not go into the details of GAs here, but here are the bare basics. Plenty of information can be found on the web. In a GA, a population of individuals compete for survival. Each individual is designated by a set of genes that define its behaviour. Individuals that perform better (as defined by the fitness function) have a higher chance of mating with other individuals. When two individuals mate, they swap some of their genes, resulting in an individual that has properties from both of its "parents". Every now and then, a mutation occurs where some gene randomly changes value, resulting in a different individual. If all is well defined, after a few generations, the population should converge on a "good-enough" solution to the problem being tackled.
math/pari-2.3.5 (Score: 1.869263E-4)
Mathematics library and advanced calculator package
The PARI system is a package which is capable of doing formal computations on recursive types at high speed. It is possible to use PARI in two different ways: 1) as a library, which can be called from any upper-level language application (for instance written in C, C++, Pascal or Fortran); 2) as a sophisticated programmable calculator, named GP, which contains most of the standard control instructions of a standard language like C. This is the alpha quality version that development is in the way. Algorithm, improvement of implementation are done. Because improvement of performance was big, ports was made as -devel in particular.