The fast, flexible, extensible, and easy to use C++ template class for creating your own customized math expression parser for both built-in and user-defined numerical data types. The parsed tree perform fast and can be used in multi-threaded OpenMP apps
Seems to be closely related to Cellular automaton, except this creates a complex pattern from a mathematical function you input. See website for examples/live applets. This program makes use of an old GPL version of the JEP equation parser.
The Json toolkit is a parser/writer/validator for JSON data format. This toolkit is designed to work with Delphi and FreePascal (win32, win64, linux32, linux64, MacOSX Intel)
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
MathUtils is a small collection of usesful math-processing programs for Windows/Unix fammily, write in object pascal language. Applications are very simple to use.
Ceme Evaluates Math Expressions. Ceme is a free math expression parser library written in C# supporting various operators and functions. It also has the option of adding your own functions. A wrapper DLL is provided for non .NET applications.
Automatic generation of documentation on Delphi projects from source code. Distinctive features are exact parsing gathering lots of information and a division of the parser and configurable generators (HTML, Win- & HTML-Help, PDF, LaTeX, XMI export)
Currently, this project consists of a pure java math expression parser optimized for repeated evaluation. Development of an interactive 3D math visualization application based on this parser is planned for the future.
CurveDraw is a software that aim to draw 2D curves (Cartesian,polaire).
The software is 100% Java.CurveDraw is based on JEP library (Java Math Expression Parser) .
The Code Linguine package is a parser and source code analyzer. The package contains: full Object Pascal Language grammar (*.pas files) for Delphi 1-5
full form files grammar (*.dfm files)for the Delphi 1-5, and sample application.
Expression4J (Math Expression Parser) is a java framework used to manage mathematic expression stored in String object like "f(x,b)=2*x-cos(b)" or "g(x,y)=f(y,x)*-2". Expression gramar can be define by user (add new operator or type ...)
A 3d/2d Graphing Calculator with multiple tools, written in C# for Microsoft Windows. DirectX9.0c with Mananged Extentions and the .Net 2.0 Framework are required to run this program. It uses the freely availible Lundin MathParser, www.lundin.info.
“JEDI Math” is a free mathematical library developed under the MPL for Delphi, Kylix, FPC and Lazarus. The library provides routines for matrices/vectors, regression, geometry, physics, equation rendering and raytracing among others.
Parser for mathematical expressions written in Java. Expressions may contain variables, functions and constants. The parser turns a string argument into an expression tree, which then can be evaluated.
Impression is the flexible and extensible parser of mathematical expressions written in Java. It supports user defined
operators, single or multi parameter functions and unlimited number
of parameters. It is designed to use with numerical methods.
Code to process human readable input is often highly stylized and repetitive.
This project extracts the common elements found in such code and makes
them available in a concise form as C tables and subroutines.
This is a math expression parser/evaluator. It takes any string representing a math expression and returns the result of the evaluation of that expression. It supports variables/constants and user defined functions that can accept up to 2 parameters.
Code Lens is a Delphi/Object Pascal source analyzer. A small group of Delphi programmers have started a source analyzer project to clean up some legacy code. The project is based on Martin Waldenburg's Delphi parser.