Showing 13 open source projects for "lagrange"

View related business solutions
  • Share your screen instantly while on a phone call with CrankWheel for an engaging presentation. Icon
    Share your screen instantly while on a phone call with CrankWheel for an engaging presentation.

    For salespeople and customer service agents who want to compliment their phone calls with visual elements.

    Our 10x simpler screen sharing tool is designed for you if you spend your days on the phone with clients, and need to add a visual presentation to close sales. No more scheduling a follow-up meeting, or teaching them to use a complex tool. Send them a text message or email, and they see your screen in seconds.
    Learn More
  • Digital business card + lead capture + contact enrichment Icon
    Digital business card + lead capture + contact enrichment

    Your complete in-person marketing platform

    Share digital business cards, capture leads, and enrich validated contact info - at events, in the field, and beyond. Powered by AI and our proprietary data engine, Popl drives growth for companies around the world, turning every handshake into an opportunity.
    Learn More
  • 1

    RASP

    RASP (Reconstruct Ancestral State in Phylogenies)

    RASP (Reconstruct Ancestral State in Phylogenies) is a tool for inferring ancestral state using S-DIVA (Statistical dispersal-vicariance analysis), Lagrange (DEC), Bayes-Lagrange (S-DEC), BayArea, BBM (Bayesian Binary MCMC) method, Bayestraits and BioGeoBEARS packages. All documentation and source code for RASP is freely available at: http://mnh.scu.edu.cn/soft/blog/RASP and http://github.com/sculab/RASP
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 2
    PureBasic Shamir Secret Sharing

    PureBasic Shamir Secret Sharing

    Open-source PureBasic implementation of the Shamir Secret Sharing

    ...This implementation operates over the finite field GF(257), allowing correct handling of all byte values (0–255) without loss, making it compatible with any type of string or binary-compatible data. Main Features Complete implementation of Shamir Secret Sharing Arithmetic over GF(257) Compatible with all character strings Robust Lagrange interpolation Safe modular inverse computation Shares encoded in hexadecimal (3 characters per byte) Clear, well-commented source code ⚠️ Disclaimer This project is intended for educational and demonstration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    basic_numerical_methods

    basic_numerical_methods

    Didactic application to aid students in learning Numerical Methods;

    A practical tool (for students and engineers) to foresee the result of calculus exercises. Calculation and visualization numerical methods for nonlinear equation, ODE, integration, linear system, polynomial fitting,.....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Lagrange

    Lagrange

    A minimalist Jekyll theme for running a personal blog

    Lagrange is a minimalist Jekyll theme for running a personal blog or site for free through Github Pages, or on your own server. Everything that you will ever need to know about this Jekyll theme is included in the README below, which you can also find in the demo site. For a guide on how to deploy a Jekyll site using GitHub Pages, please check out this article.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business password and access manager solution for IT security teams Icon
    Business password and access manager solution for IT security teams

    Simplify Access, Secure Your Business

    European businesses use Uniqkey to simplify password management, reclaim IT control and reduce password-based cyber risk. All in one super easy-to-use tool.
    Learn More
  • 5

    nurltoolbox

    Non-Uniform Rational Lagrange (NURL) function toolbox

    This package includes a collection of routines for the creation and operation of Non-Uniform Rational Lagrange (NURL) function geometries and its applications to isogeometric analysis of in-plane and flexural vibration of thin plates, based on the NURL toolbox by Bo Liu. The package includes 3 sub-packages: (1) a basic NURL package for the creation and operation of NURL geometries and isogeometric analysis. (2) A NURL curve package. This package includes routines for creation and operation of plane NURL curves such as curve creation, cutting, etc. (3) A graphic user interface (GUI) based on the NURL curve package. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CurvatureFilter

    CurvatureFilter

    Curvature Filters are efficient solvers for Variational Models

    ...However, the GC filter is slightly modified. Please cite the following papers if you use a curvature filter in your work. Traditional solvers, such as gradient descent or Euler Lagrange Euqation, start at the total energy and use diffusion scheme to carry out the minimization. When the initial condition is the original image, the data fitting energy always increases while the regularization energy always reduces during the optimization. Thus, regularization energy must be the dominant part since the total energy has to decrease. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    igafem

    igafem

    Open source 3D Matlab Isogeometric Analysis Code

    Isogeometric analysis (IGA) is a fundamental step forward in computational mechanics that offers the possibility of integrating methods for analysis into Computer Aided Design (CAD) tools and vice versa. The benefits of such an approach are evident, since the time taken from design to analysis is greatly reduced leading to large savings in cost and time for industry. The tight coupling of CAD and analysis within IGA requires knowledge from both fields and it is one of the goals of the...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Lagrange Rally 3D

    Lagrange Rally 3D

    3D vehicle simulator based on Lagrangian dynamics to simulate dynamics

    3D vehicle simulator in which vechicle's configuration as a whole (articulated body) , is represented by a 'vector' of generalised coordinates. so concepts like usual position and orientation of main body and wheels is all defined by the generalised coordinates.Using Lagrangian dynamics, theese coordinates are evolving in time in a realistic manner according to F=ma but as if there were also all constraint forces concretasing the presence of joints: hinge, prismatic, rigid connection, etc....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Lagrange_Motocross

    Lagrange_Motocross

    2D motorcycle simulator done using Lagrangian equations of motion

    ...The problem is collisions... they are more problematic to do. The near-end of this little game is to get started with using Lagrangians in games; the far-end is to provide groung for creating a 3D rally game using Lagrange equations of motion, one that fixes certain shortcomings of the CTruck3D _Open . Ah very much thank to the Maxima project !! Without that program the calculations would have been impossible to do!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Parasoft: Automated Testing to Deliver Superior Quality Software Icon
    Parasoft: Automated Testing to Deliver Superior Quality Software

    Parasoft provides test automation for every phase of the software development life cycle.

    Parasoft helps organizations continuously deliver high-quality software with its AI-powered software testing platform and automated test solutions. Supporting the embedded, enterprise, and IoT markets, Parasoft’s proven technologies reduce the time, effort, and cost of delivering secure, reliable, and compliant software by integrating everything from deep code analysis and unit testing to web UI and API testing, plus service virtualization and complete code coverage, into the delivery pipeline. Bringing all this together, Parasoft’s award-winning reporting and analytics dashboard provides a centralized view of quality, enabling organizations to deliver with confidence and succeed in today’s most strategic ecosystems and development initiatives—security, safety-critical, Agile, DevOps, and continuous testing.
    Learn More
  • 10
    Java implementation of Shamir's Secret Sharing algorithm as described in Applied Cryptography [as LaGrange Interpolating Polynomial Scheme].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Python implementation of LaGrange, Bezier, and B-spline curves. The algorithms use their respective interpolation/basis functions, so are capable of producing curves of any order. The B-splines use Cox-De Boor and support knot insertion. 2-d only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Flowlive is a CFD (Computational Fluid Dynamics) program with a special focus on multiphase flow with a Euler-Lagrange model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB