Open Source Java Scientific/Engineering Software - Page 61

Java Scientific/Engineering Software

View 202 business solutions

Browse free open source Java Scientific/Engineering Software and projects below. Use the toggles on the left to filter open source Java Scientific/Engineering Software by OS, license, language, programming language, and project status.

  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 1
    The target of JCustomizer project is the generic and persistent customization of every Java Swing/AWT GUI at runtime: fonts, colors, texts, accelerators, ... A nice accompaniment is a WYSIWYG access to internationalization without programming efforts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    JCycles

    [frozen] A library for computing cycles in graphs or in Java code.

    [This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major version <= 51, else does best effort). It uses Tarjan's algorithm for SCCs, and Johnson's for cycles, with continuations instead of recursion, which allows to handle large graphs (< Integer.MAX_VALUE vertices). Requires Java 5 or later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JDice rolls dice. A simple yet rich language allows to express several kinds of roll schemes, including any dice type, rerolling, selecting highest/lowest, counting, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    The purpose of the project is to build a world class open source Enterprise integration engine. <br>Uses of JEngine include healthcare systems/hospitals HL7 interface engine, intergration of HL7 with EMR and Practice Management Systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    JFlightLog is a FREE, graphical pilot log for Ms Windows and others(it's java). Saves as Excel XLS, PDF, CSV or TXT. Imports CSV from other logbook programs or spreadsheets. Prints entries directly. Auto-creates charts for visualizing flight times.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    JFlightPlanner

    Flight Planning tool.

    Flight planning tool, designed for General Aviation pilots. Includes Aviation Weather Center METAR and TAFs queries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    JFractals
    JFractals is a fractal generator written in Java. JFractals allows you to zoom into Julia sets and the Mandelbrot set. JFractals supports multithreaded rendering, antialiasing and multiple colouring methods.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Plotting of mathematical functions, including math expression evaluation
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    GPS (NMEA 0183) extensible communication library written in Java. Handles standard GLL, GGA, RMC, GSA and GSV sentences and may be extended on application-level for handling any other sentence types. Bundle also contains GUI- and console-based GPS tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    A Java Implementation of Latent Dirichlet Allocation (LDA) using Gibbs Sampling for Parameter Estimation and Inference
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    jLips is a lightweight Java persistence container that implements database persistence through Java interfaces through a defined field naming scheme. Can be used with any JDBC database. jLips has a very small footprint and a simple interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Lattices and ordered sets visualization tool
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    JMapDesk is a Java-Swing application to the UMN MapServer on the base of the shp2img tools (FWTools) similar to Sourcepole's Mapdesk. The UMN MapServer is a well known online map server software. MapServer is being configured through a so called Mapfile
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    JOrigami is a collection of algorithms for computational origami. Some algorithms studied by computational origami does not have an implementation. JOrigami solves the famous and funny fold-and-cut using Demaine's disk packing implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JPARSEC is a Java Package of Astronomical Resources for Standard Ephemerides Calculations, focused on accuracy, documentation, 2D/3D charts, realistic planetary rendering, and Astrophysical modeling. For source code visit http://conga.oan.es/~alonso/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Java library that interfaces with "The USB INSTEON PowerLinc Controller" built by Smartlabs Design. This library is built on top of the javax.usb linux reference implementation, but should work under Windows as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    JPOP is a pure java parallel optimization package based on the Optimization Java Package. It supports analytical gradients and Hessians for non-linear optimization. JPOP is based on uncmin in Fortran but employs java arrays and object oriented code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PhysX adapter for java. Translates full functionality. Utilizes type safety, polymorphism, inheritance, and other java stuff.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    JPowerFlow - a steady state electric power system power flow solver.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    JQM Java Quine McCluskey

    JQM Java Quine McCluskey

    JQM - Java Quine McCluskey for minimization of Boolean functions.

    Java Quine McCluskey (JQM) implements the Quine-McCluskey algorithm with Petrick’s Method for minimizing Boolean functions. Designed for both education and industrial application, it handles up to 16 variables and functions. Uniquely, JQM bridges the gap between theory and practice: it visualizes the solution process with generated Karnaugh Maps for students, while supporting PLC engineers by exporting results to Structured Text (ST) and Ladder Diagram (LD). The software includes a GUI for managing truth tables and supports diverse file formats for import and export.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    JQuadRobot, developed in Java and Java3d API, is designed to control a custom Quadruped Robot. The project contains two software components: editor for movement control and a simulator.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    JQuantity is a set of Java classes which enable developers to build scientific applications using quantities which are either exact or have known (bounded) errors. Quantities may include units, may be complex, non-scalar, etc. Extends java.math classes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    JRandO is a test data generator or better test object generator framework. It can be used in JUnit tests or in performance test (for e.g. using JMeter). It may also be useful in anonymization of data or in a simulation environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    JRobot is a Java utility intended for the manipulation of the Mitsubishi RVM1. It provides the possibility to connect locally and remotely to RVM1 robots, manipulate with joysticks and has a virtual 3D view intended for simulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The JScrollDesktopPane swing component provides a virtual desktop replete with dynamic scroll bars, dynamic menus, and dynamic button shortcuts.
    Downloads: 1 This Week
    Last Update:
    See Project