Simple Project List Software Map

4534 projects in result set
最后更新: 2012-09-25 21:55

Strategico

Strategico is an engine for running statistical analysis over groups of time series. It can manage one or more groups (projects) of time series: by default, you can get data from a database or CSV files, normalize them, and then save them inside the engine. The first statistical analysis implemented inside Strategico is the "Long Term Prediction": it automatically finds the best model that fits each time series. Some of the models implemented are mean, trend, linear, exponential smoothing, and Arima. Strategico is scalable: the statistical analysis over each time series (of a project) can be run separately and independently. It is suggested that you set up an HPC Cluster (High Performance Computing) and/or use a resource scheduler like slurm. It is developed with R, one of the most famous statistical languages.

最后更新: 2011-11-02 22:58

Parallel BZIP2

PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 1.0.2 or newer (ie: anything compressed with PBZIP2 can be decompressed with bzip2).

最后更新: 2001-12-01 12:47

Gnu Circuit Analysis Package

Gnu Circuit Analysis Package is a general purpose circuit simulator. It performs nonlinear DC and transient analysis, fourier analysis, and AC analysis. Spice compatible models for the MOSFET (level 1- 7) and diode are included. This project is not based on Berkeley Spice, but some of the models have been derived from the Berleley models. It was formerly known as 'Al's Circuit Simulator'.

最后更新: 2007-02-14 17:44

LAM/MPI

LAM/MPI is an implementation of the Message Passing Interface (MPI) parallel standard that is especially friendly to clusters. It includes a persistent runtime environment for parallel programs, support for all of MPI-1, and a good chunk of MPI-2, such as all of the dynamic functions, one-way communication, C++ bindings, and MPI-IO.

最后更新: 2012-07-31 20:56

IIPImage

IIPImage is an advanced high-performance feature-rich imaging server system for Web-based streamed viewing and zooming of ultra high-resolution images. It is designed to be fast and bandwidth-efficient with low processor and memory requirements. The system can comfortably handle gigapixel size images as well as advanced image features such as both 8- and 16-bit depths, CIELAB colorimetric images, and scientific imagery such as multispectral images. The server is cross-platform and can handle both TIFF and JPEG2000. Viewers exist in AJAX Javascript, Flash, and Java.

最后更新: 2014-06-05 08:47

cptutils

The cptutils package contains a number of
utilities for the manipulation of color gradients;
mainly for translating between different formats.
Formats supported include ggr (GIMP gradient), cpt
(GMT color palette table), avl (Arcview Legend),
the PaintShop Pro and Photoshop formats, SVG, and CSS3.

(Machine Translation)
最后更新: 2010-12-07 21:51

BALL

The Biochemical ALgorithms Library (BALL) is a
framework for rapid application development in
molecular modeling and structural bioinformatics.
BALL provides an extensive set of data structures
as well as classes for molecular mechanics,
advanced solvation methods, comparison and
analysis of protein structures, file
import/export, NMR shift prediction, and
visualization. Its extensibility results from an
object-oriented and generic programming approach.

(Machine Translation)
最后更新: 2014-03-19 22:06

mkgmap

The mkgmap program converts map data from OpenStreetMap into the Garmin img map format that can be loaded onto Garmin GPS devices. It also combines maps and produces the auxiliary files required to load into map viewing programs.

最后更新: 2005-11-10 13:38

xrmap

Xrmap is a program running under X that can interactively display portions of the Earth, using the huge CIA world vector map. It is based on an earlier console utility 'rmap'. It features political boundaries, major and minor rivers, glaciers, lakes, canals, etc. The map remains accurate under a very large zoom factor, which can possibly exceed 100. Spherical, rectangular, Mercator and Miller projections are implemented, and all features can be interactively set from the GUI.

最后更新: 2013-06-22 14:44

Electric

Electric is a complete EDA system that can handle many forms of circuit design, including Schematic Capture (digital and analog), Custom IC layout, Logic Simulation, Electro-mechanical hybrid layout, Programmable logic (FPGAs) and much more.

最后更新: 2013-01-27 17:43

evolvotron

Evolvotron is an interactive "generative art" application to evolve images/textures/patterns through an iterative process of random mutation and user-selection driven evolution. If you like lava lamps, and never got tired of the Mandelbrot set, this could be the software for you. It's implemented using Qt, and is multithreaded.

最后更新: 2007-10-10 13:37

FlowDesigner

FlowDesigner is a data flow-oriented development environment. It can be used to build complex applications by combining small, reusable building blocks. In some ways, it is similar to both Simulink and LabView, but is hardly a clone of either.

(Machine Translation)
最后更新: 2010-03-21 13:17

FreeMat

Freemat is an intepereted, matrix-oriented development environment for engineering and scientific applications, similar to the commercial

package MATLAB. It provides visualization, image

manipulation, and plotting as well as parallel programming.

最后更新: 2013-12-21 08:01

PyX

PyX is a Python package for the creation of
PostScript and PDF files. It combines an
abstraction of the PostScript drawing model with a
TeX/LaTeX interface. Complex tasks like 2D and 3D
plots in publication-ready quality are built out
of these primitives.

(Machine Translation)
最后更新: 2005-07-02 02:16

Groovy

Groovy is an agile, dynamic language for the JVM which combines many features from languages like Python, Ruby, and Smalltalk and makes them available to Java developers using a Java-like syntax. It is designed to help get things done on the Java platform in a quicker, more concise, and fun way. It can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language, such as for scripting Java objects, templating, or writing unit test cases.