Search Results for "multiplication" - Page 2

Showing 96 open source projects for "multiplication"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 1
    JThread - a OO, Java like threading library for C++ ! System independent OO architecture for thread and synchronising classes - separates between operating system independent interfaces and dependent implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Android Math Challenge

    Android Math Challenge

    This simple android game allows people to test their math skills.

    This simple and fun math knowledge game has a variety of difficulty and timer options. This allows you to test you addition, subtraction, multiplication and division skills, with increasingly difficult questions as you proceed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Arithmetic App

    Math App for kids

    This iapp is used by kids to help primary school kids improve their math skill by asking them math questions based on level
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    mcalx

    mcalx

    Matrix Calculator for LinuX

    MCalx is a small and quick C++ graphic calculator for performing common matrix operations such as addition, subtraction, multiplication and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds. Icon
    With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds.

    Empower your whole team to build and maintain automated tests, not just developers.

    Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes.
  • 5
    Gutenberg Typography Kit

    Gutenberg Typography Kit

    A meaningful web typography starter kit

    ... to a not inconsiderable extent on the size of the type, the length of the lines and the leading. Gutenberg sets the baseline grid to establish a proper vertical rhythm and makes sure all elements fit into it. It sets up the macro typography so you can focus on the micro–typographic details. All calculations in Gutenberg depend on base type size and line-height. Multiplication of these two results in leading which is essential for setting a correct vertical rhythm and a baseline grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Ncrypt

    Text and image encryption and decryption software

    This software provides a mean for users to encrypt and decrypt data in the form of text and images. The program follows a basic encryption algorithm that relies on mathematical properties of matrices, such as row operations, matrix multiplication, and invertible matrices . This program works by allowing the user to input a key in the form of a matrix, on which the program bases the encryption. The program then performs the encryption. The software only works in the scope of text files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    MatKid

    Simple app to learn primary school kids simple math

    This is simple app to learn primary school kids basic math: addition, subtraction, multiplication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Math Ninja
    Math Ninja is a fun way to help students with math. Right now it focuses on multiplication, but it can be configured to add other operations as well. Developed with Unity version 5, it can be used in various platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ICE (Interval Calculator for Engineer)

    ICE (Interval Calculator for Engineer)

    Interval Calculator for Engineer

    ICE is a simple mathematical calculator with very useful shortcuts for Engineer: works natively with tolerance, can run Monte Carlo analysis, uses engineer notation, includes most of the day by day functions used by engineers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Purchasing and invoice automation solution for small to mid market companies. Icon
    Purchasing and invoice automation solution for small to mid market companies.

    Save your team 10s of hours/week with a fully personalized and automated procurement process.

    ProcureDesk is an integrated purchasing and invoicing platform tailored to help small to medium sized businesses streamline their procurement processes. This user-friendly system automates workflows and consolidates purchasing data into a centralized dashboard, allowing companies to control spending and enhance transparency efficiently. Features like automated invoice matching, simple requisition creation, and immediate cash flow insights minimize manual tasks and boost operational efficiency. ProcureDesk is perfect for smaller enterprises leveraging big-business strategies to reduce costs and optimize their purchasing activities. Discover how ProcureDesk can transform your procurement process into a more effective and manageable part of your business.
  • 10

    Interactive Math Flash Cards

    Basic Mathematical Operations

    This program aims to develop a program to achieve mastery on the Basic Mathematical Operations (Addition, Subtraction, Multiplication and Division) for Kinder – Grade 3 pupils. Learning of basic mathematics at an early age is considered the foundation in understanding of higher level mathematics concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    snabbt.js

    snabbt.js

    Fast animations with javascript and CSS transforms

    snabbt.js is a minimalistic javascript animation library. It focuses on moving things around. It will translate, rotate, scale, skew and resize your elements. By including matrix multiplication operations, transforms can be combined in any way you want. The end result is then set via CSS3 transform matrices. snabbt.js is built to be fast. It will only animate things that modern browsers can animate cheaply, transforms and opacity. The goal is to make a library that will let the user make smooth...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Multiplication Station

    Multiplication Station

    Grid based multiplication, add, sub including (-)ve #s

    Multiplication Station will teach your child to add, subtract and multiply. All parameters configurable, like grid size and number ranges fonts and colors. Countdown timer keeps attention focused. High scores too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    lgCal

    lg (log10) based mental calculation, designed by ChenGuang

    For training mental arithmetic of multiplication, division, radication, exponent and logarithm. Including a table to be memorized and some programs to genarate exercises.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    matgts

    matgts

    programs for geotechnical engineering and mathematics

    Computational software for geotechnical engineering and mathematics: https://sourceforge.net/projects/matgts/files/ mtfem - finite element analysis, 2D, plane strain state (C, SDL); mtpile - analysis of a laterally loaded pile (C, SDL); mtslope - slope stability and displacement analysis using limit equilibrium (C,SDL); jswall - analysis of a diaphragm wall (JavaScript); jsmath - mathematics: polynomial equations, linear systems of equations, eigenvalues, matrix multiplication, matrix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    LightSpMV

    lightweight GPU-based sparse matrix-vector multiplication (SpMV)

    LightSpMV is a novel CUDA-compatible sparse matrix-vector multiplication (SpMv) algorithm using the standard compressed sparse row (CSR) storage format. We have evaluated LightSpMV using various sparse matrices and further compared it to the CSR-based SpMV subprograms in the state-of-the-art CUSP and cuSPARSE. Performance evaluation reveals that on a single Tesla K40c GPU, LightSpMV is superior to both CUSP and cuSPARSE, with a speedup of up to 2.60 and 2.63 over CUSP, and up to 1.93 and 1.79...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Simple Quiz

    Simple Math Quiz

    Simple Math Quiz software featuring automatically generated questions on addition, subtraction, multiplication and division, including question counts, and timer control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Universal Java Matrix Package

    Universal Java Matrix Package

    sparse and dense matrix, linear algebra, visualization, big data

    The Universal Java Matrix Package (UJMP) is an open source Java library which provides sparse and dense matrix classes, as well as a large number of calculations for linear algebra such as matrix multiplication or matrix inverse. Operations such as mean, correlation, standard deviation, replacement of missing values or the calculation of mutual information are supported, too. The Universal Java Matrix Package provides various visualization methods, import and export filters for a large number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BinMatrix

    BinMatrix is a class to operating and storing binary matrices

    BinMatrix is a class to operating and storing binary matrices. Each BinMatrix object represent a binary matrix. Supported operations are OR,AND, product and power among others. This class is intented to be used inside a C++ program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Librairie_Calcul_Matriciel

    Calcul élémentaire matriciel

    Ce projet concerne la création d'une librairie en c++ qui aura comme fonctionnalités : - L'addition de deux Matrices de même Taille. - La soustraction de deux Matrices de même Taille - La multiplication de deux Matrices de même Taille - Le calcul de la transposée d'une Matrice. - La division et la multiplication d'une Matrice par un entier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    J-Syncker
    This application assists in generating pre-compositional material based on a computational interpretation of the 'Schillinger System of Musical Composition' (Schillinger 1946).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Large Number Arithmetic

    Addition, Subtraction & Multiplication for large integral numbers

    This software executes addition, subtraction & multiplication for large integral numbers. You have the option to execute the program using as many numbers as you wish. The numbers can be as large as you wish ... the only restictrion is your computer's RAM space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Parallel_Algorithms

    list of parallel Algorithms developed in Parallel Algo course

    These are the implementation of various parallel algorithms like Symmemtric division for sum and maximum, Optimal sum using parallel algorithms, List ranking, Tree contraction, Matrix vector multiplication, Counting the number of vowels, consonants, digits, Matrix transpose, Block based matrix multiplication, the project folder has 4 implemenations of Matrix Multiplication algorithms, one simple muliplication, Transpose based multiplication, Strip based matrix mulitiplication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    kmul

    Constant multiplication routine generator

    kmul is a generator of routines for optimized multiplication by an integer constant. In order to calculate a constant integer multiplication, it uses the public domain routines presented in the work: Preston Briggs and Tim Harvey, "Multiplication by integer constants," Technical report, Rice University, July 1994. This technical report implements Bernstein's algorithm documented in: R. Bernstein, "Multiplication by integer constants," Software - Practice and Experience, Vol. 16, No. 7, pp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tk-Yupana

    Tk-Yupana

    Incan Abacus Emulator

    The Yupana was an ancient calculating device of the Incas. This simple program compares different theories: - positional notation * Base 10 by H. Wassen (representation, addition) * Base 10 by C. Radicati di Primeglio (representation, addition, subtraction, multiplication) * Base 10 by W. Burns Glynn (representation, addition, multiplication) * Base 40 by N. De Pasquale (representation) - sign-value notation * Powers of ten by C. Florio (representation...
    Downloads: 0 This Week
    Last Update:
    See Project