- Status: 5 - Production/Stable ×
Mathematics
Showing page 5 of 34.
-
Chess Queens Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
0 weekly downloads -
ClipPoly A C++ library for clipping polygons.
0 weekly downloads -
Coding Explorer Numerically estimate an efficiency of code construction algorithms. Randomly generate n binary words of length m with minimum Hamming distance d and create a prefix code (= retrieval tree) from them. Based on PhD work.
0 weekly downloads -
Coexlam Free Excel software on composite laminate theory with added features.
0 weekly downloads -
Combinator A program to calculate and create lists of possible variations (permutations) and selections (combinations) of a given set of elements. Creating the cartesian product of two sets is also possible.
0 weekly downloads -
Combinatorial Game Suite A computer algebra system for research in combinatorial game theory.
0 weekly downloads -
Command Line Calculator A super-duper simple command line calculator that is fast and easy to use. Command Line Calculator supports most common mathematical expressions such as sin, cos, tan, log, exp, random number generation, etc.
0 weekly downloads -
Command line FFT A simple command line utility to produce an FFT/IFFT of ASCII data
0 weekly downloads -
CommandCalc A Command line interface calculator that runs faster then a standard calculator program.
0 weekly downloads -
Complex Systems Scilab Toolbox Complex Systems is a toolbox for SCILAB software. This toolbox measures some parameters for graphs representing complex systems: degree distribution, average neighboring degree, average clustering, and shell index (from k-core decomposition).
0 weekly downloads -
Computing very large Fibonacci numbers A tool written in C++ to generate very large Fibonacci numbers using the primary recursive formula: F(n) = F(n-1) + F(n-2) n > 1; F(1) = 1, F(0) = 0.
0 weekly downloads -
Computing with units Java program for computations with values expressed in terms of physical or other units. Supports complicated mathematical expressions and user-defined functions. Invoked from scripts, line command, as GUI, or as applet. Extensive units data base.
0 weekly downloads -
Condorcet with Dual Dropping Preference (or approval) ballot tabulation to select winner(s) of election contests or rank decisions. Uses dropping cost minimization to combine two Condorcet methods: Cloneproof Schwartz Sequential Dropping and Tideman's Ranked Pairs.
0 weekly downloads -
Console Calculator Evalute mathematic expression in console. Released many functions and operations.
0 weekly downloads -
Convex Envelop 2D Its an example code of parallel implementation of Convex Envelop determination in a set of points on a 2 dimensional plane,using CUDA.
0 weekly downloads -
Crispy Plotter Crispy Plotter is a function graph plotter for mathematical functions, featuring high drawing speed and an intuitive interface that is fun to use.
0 weekly downloads -
Currency++ Library Operation with currency values don't work fine with float or double types. This C++ library implements operators in a decimal fixed point (x100) package. This package use only integer type internally multiplied by 100.
0 weekly downloads -
Curve Generation eXtreme Curve Generation eXtreme aims to implement various types of mathematical curves such as Hilbert and Sierpinski curves, as well as random generated plants, using L Systems and OpenGL / Mesa3D for displaying.
0 weekly downloads -
DAWGs C++ implementation of the DAWG and trimmed DAWG data structures. Supports basic string searching.
0 weekly downloads -
DPCluster Software to cluster protein sequences into functionally similar groups. Journal reference: http://bioinformatics.oxfordjournals.org/cgi/content/short/24/16/1765
0 weekly downloads -
DS-HPCALC HP-11C and HP-16C emulation for the Nintendo DS Lite
0 weekly downloads -
DSDP DSDP implements an interior-point method for semidefinite programming and linear matrix inequalities. Some of the most popular applications involve model control, structural design, and relaxations of combinatorial and global optimization problems.
0 weekly downloads -
DSOL DSOL: A Distributed Simulation Object Library implemented in Java. DSOL is a full featured discrete event simulation environment developed at Delft University of Technology (The Netherlands). The first release was introduced at IEEE's WSC 2002
0 weekly downloads -
DWSIM - Open Source Process Simulator DWSIM is an open source, CAPE-OPEN compliant chemical process simulator for Windows, Linux and Mac OS X. Written in Visual Basic .NET, DWSIM features a comprehensive set of unit operations, advanced thermodynamic models, support for reacting systems, petroleum characterization tools and a fully-featured graphical interface.
0 weekly downloads -
Dantzig-Wolfe Solver An implementation of Dantzig-Wolfe decomposition built upon GLPK
0 weekly downloads