Open Source Java Education Software - Page 77

Java Education Software

View 4229 business solutions

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

  • 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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 1
    This project is an educational software for the signal treatment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SignalDiagrams

    SignalDiagrams

    Digital/Analog signals visualization tool

    A JavaFx 8 educational application that will let you visualize digital and analog signals from a binary input and let you export the chart in SVG (Everything is in progress). Digital: Bipolar, CMI, NRZ-L, NRZ-M, NRZ-S, Manchester, Manchester differential, Miller, MLT-3, pseudoternary, RZ, Unipolar. Analog: Phase, Frequency, Amplitude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Currently, all existing formal tools are designed to serve as formal verifiers, using one implementation or another. NO tool is providing a global framework to develop algorithms. Silicis is a new formal framework for designing [verification] algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SimAlgPro - it is a tool to simulate the main algorithms for processor planning. to contribute to the learning process. It allows visualize of interactive form the algorithm application and results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    It is a powerfull CAN (Controller Area Network) Trace Programm. With this Programm you can Trace the CAN-Telegrams(Frames) and send Telegrams on the CAN-Bus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An open-source desktop application for load/performance testing a web site. It has a very simple UI to configure the load test. The future plan includes transaction support, record, playback and support for load injector agents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple Logo is a small and very basic Logo interpreter intended to be used as an educational tool, to allow children to learn a simple programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Simple MVC Example in Java

    A simple example to demonstrate the MVC programming pattern in Java

    The MVC pattern is a basic pattern in programming and the most known one. It helps the developer to organize and manage the project by defining clear responsabilities and tasks for every level. During learning, this pattern can help students to better understand the complexity of the application and to reduce this complexity by allowing him to work on one level at a time. This project aims to be an example for the MVC pattern. It is very simple and designed to work by simulating and database. It doesn't need any further configuration. The source organization and package naming are detailed for learning purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SDAs are simple programs allowing users to use free dictionaries offline. Compatible dictionaries can be downloaded for free from the Universal dictionary at http://www.Dicts.info . Universal dictionary interconnects more than 50 languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 10

    SimpleAnnotator

    A simple tool to annotate a text.

    This tool allows the user to annotate by coloring portions of the text. This can be seen as a simple model of annotation. This tool has been built to complete particular experimentation on student behavior (annotation per example) facing particularly difficult content. We put it here as an open-source project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SimpleDic

    Simple Korean to English and English to Korean Dictionary

    This is a Korean to English and English to Korean program utilizing Naver and Daum APIs. Additional languages will be supported in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SimpleJ is a collection of easy to use multi-purpose Java beans. They provide commonly used methods for handling I/O, arithmetic, and general commonly used algorithms used in computer science. Intended audience: programmers and computer science students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SimpleMath

    SimpleMath

    Deprecated project

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    As the name of the application suggests, its very simple. User just have to provide the list of images and text files, whose contents they want to have in the PDF in a configuration file. The application reads the configuration file and generates the PDF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simulador de implementação do controle de acesso ao meio utilizado em redes IEEE 802.3. Foram desenvolvido os conceitos de acesso ao meio utilizando a técnica CSMA/CD (Carrier Sense Multiple Access with Colision Detection). O simulador possui dois transmissores que utilizam a tecnologia IEEE 802.3. Cada transmissor antes de enviar um quadro devera verificar, por um determinado intervalo de tempo, se o meio de transmissao esta ocupado. Caso o meio de transmissao estiver ocupado, deve-se implementar o algoritmo de backoff, isto e, esperar um tempo exponencial truncado.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Trabalho com objetivo de exercitar e fixar conhecimentos adquiridos sobre sistemas de hierarquia de memória e sistemas multiprocessados durante o curso de Arquitetura para Alto desempenho
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Escalonamento de processos é uma atividade organizacional feita pelo escalonador da CPU que possibilita executar vários processos de forma mais viável e concorrente. Este programa simula este escalonamento através de alguns dos principais algoritmos escalonadores (FIFO, SJF-preemptivo, PRIORIDADE-preemptivo e RR). +Dados de Entrada -numero de processos -burst time de cada processo (tempo de execução) -tempo de chegada de cada processo *prioridade (quando necessário) +Saída -tempo de espera de cada processo -tempo de espera médio de cada algoritmo -turnaround médio de cada algoritmo -mostrar qual algoritmo teve o melhor maior desempenho +Implementar os algoritmos -FIFO -STF preemptivo -PRIORIDADE preemptivo -RR(quantum definido pelo usuário)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SimulationServiceStation

    simulation service with 2 station

    the project in my simulation course . simulation is branch of AI to help better Service
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The program Virtual Network Simulator for Web 2.0 is a tool that allows the simulation of assembly and configuration of computer network projects, virtual or physical. It also simulate the sending of a package between the hots of origin and destinati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SIMULED is a abbreviature for Data Structures Simulator (in portuguese SIMUlador de Estrutura de Dados). The objective is to supply a tool that shows how data structures works when you add or remove data, helping in teaching of this discipline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Simuquant

    A quantum circuit simulator written in Scala

    Simuquant is made to construct and simulate universal quantum circuits. It's GUI enables intuitive access and direct graphical feedback, making it useful in a classroom situation and the like. Simulation processing is done in parallel, utilizing parallel collections introduced in scala 2.9. This application has been created as part a bachelor-thesis at the Hamburg University of Applied Sciences. The thesis is available at: http://opus.haw-hamburg.de/volltexte/2012/1843/pdf/ba_dahl.pdf Future plans: - Operator grouping (enables repeated blocks) - Editable library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Project developed using AOP , and different architectural concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sistema de Gestion Academica (SGA)

    Sistema de Gestion Academica (SGA)

    Sistema que agiliza la gestion de una institucion academica

    La presente herramienta implementa un Sistema de Gestión Académica, es un software que simula la lógica que se implementa en una Matrícula para una Universidad, esto es la creación, modificación, eliminación y la búsqueda de: Estudiantes, Profesores, Ciclos, Grupos, Cursos y Carreras. Esta herramienta posee una peculiaridad, se implementan tres soluciones o tres proyectos: consola, desktop y web, posee una arquitectura de capas: Backend (capa de datos, entidades y control) y Frontend MVC, conexión con una base de datos Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project intends to be a quantity for multiple areas of knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project