Mathematics Software

View 2206 business solutions
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 1
    Colt provides a set of Open Source Libraries for High Performance Scientific and Technical Computing in Java http://acs.lbl.gov/~hoschek/colt/ This project starteda as a port of the Colt core library to C#, but contains additional features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Command Line Calculator
    System independent command line calculator written in C (C99 standard). Expression is first converted to Reverse Polish Notation and then evaluated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Command line FFT

    A simple command line utility to produce an FFT/IFFT of ASCII data

    Ever had a bunch of ASCII data that you would like to have a quick look at in frequency domain, but don't want to fire up some bulky analysis software package just for that? Well, I have... So I wrote this tiny tool. It is based on fftw (www.fftw.org) and boost's program options (boost.org). cli-fft is really simple: All it does is to receive ASCII data from a file or standard in, FFT it and write out the result into a file or to standard out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A toolkit for processing and visualising sensor data in real time with support for use with embedded platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • NeoLoad is a very comprehensive tool if you are looking for a performance test tool for web applications and other applications Icon
    Your applications are all built differently, but they all need to perform. NeoLoad simplifies and scales performance testing for everything, from APIs and microservices, to end-to-end application testing through innovative protocol and browser-based capabilities.
  • 5
    Community Detection Modularity Suite

    Community Detection Modularity Suite

    Suite of community detection algorithms based on Modularity

    - MixtureModel_v1r1: overlapping community algorithm [3], which includes novel partition density and fuzzy modularity metrics. - OpenMP versions of algorithms in [1] are available to download. - Main suite containing three community detection algorithms based on the Modularity measure containing: Geodesic and Random Walk edge Betweenness [1] and Spectral Modularity [2]. Collaborator: Theologos Kotsos. [1] M. Newman & M. Girvan, Physical Review, E 69 (026113), 2004. [2] M. Newman, Physical Review E, 74(3):036104, 2006. [3] B. Ball et al, An efficient and principled method for detecting communities in networks, 2011. The suite is based upon the fast community algorithm implemented by Aaron Clauset <aaron@cs.unm.edu>, Chris Moore, Mark Newman, and the R IGraph library Copyright (C) 2007 Gabor Csardi <csardi@rmki.kfki.hu>. It also makes of the classes available from Numerical Recipies 3rd Edition W. Press, S. Teukolsky, W. Vetterling, B. Flanne
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CompLearn is a general-purpose compression-based machine learning system that uses data compression to learn or data mine patterns in arbitrary data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Compact Mesh Generator, written in ANSI-C. Parallel and Serial versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Compilation of Physics Calculators

    Compilation of Physics Calculators

    A compliation of Physics derived claculators

    A NEW GUI VERSION WILL BE RELEASED SOON! Thank you for visiting the Physics Calculator, provided by PIezoSystems Inc., please visit their company website at https://piezosystems.org. For other downloads, please visit our github page, https://github.com/PiezoSystems. We hope that you find this program useful and easy to use, for troubleshooting, please email us, contact@piezosystems.org. If any bugs were found, please email us at bugs@piezosystems.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Complex Curved Shapes Generator Programs

    Extended emulation of metalic gear toy, creates curved line designs.

    This computer program is an exact emulation of a toy which was sold years ago called Magic Designer. There are 4 versions - MS Windows one written in Euphoria and C and one written for the Web for people who do not have a Windows computer. An Android version. And a new cross platform version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10
    A complex number class to deal with complex numbers. It will add, subtract, mutiply, divide, and raise a complex number to a power. It also has overloaded input and output streams to print and input complex numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Computing with units

    Calculator that takes care of measurement 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, or as GUI. Extensive units data base.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ConcordeDSP -- A user friendly, Open Source, GUI-based DSP filter design and waveform analysis environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A program for finding the congruencies of a groupoid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Evalute mathematic expression in console. Released many functions and operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Const-Calc

    Const-Calc

    Construction Calculator

    This is a Calculator useful for the construction trades. Right now this is in alpha stage. Currently it incorporates for units; feet, inches, feet and inches, square feet, square inches, square yards, cubic feet, cubic inches, cubic yards, and plain decimal. For operations you can add, subtract, multiply, and divide. You can also use () for grouping. The program uses a GUI. My future plans include incorporating; a command line interface, figuring roof slopes, rafters and stairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    "kdiv" is a generator of routines for optimized division by an integer constant based on the work presented in H.S. Warren's "Hacker's Delight". "kdiv" can be used to emit a generic assembly or C implementation of (signed/unsigned) division.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sympercon is a software package for computational bifurcation analysis of Hamiltonian relative periodic orbits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The continuous medial representation is a method for object representation and shape analysis. Hosted on Sourceforge are the source code for routines that fit medial models to anatomical objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ConverTo

    ConverTo

    Just one more unit converter.

    This is more one unit converter. But this will be the better! Multiplatform, probably using Qt and C++, unit categories, many units to choose!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Convertor

    A Simple Unit Convertor

    A very simple unit converter written in rust, simple to use and fast too! 🙂 Currency converter is planned, and more features will probably come. You can contact me on X for support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Its an example code of parallel implementation of Convex Envelop determination in a set of points on a 2 dimensional plane,using CUDA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cooley Tukey Algorithm (FFT) implementation on Sony-Toshiba-IBM CELL Broadband Engine
    Downloads: 0 This Week
    Last Update:
    See Project