Search Results for "translator algorithm java" - Page 16

Showing 698 open source projects for "translator algorithm java"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    Java translator for Gryphcode v2. See http://www.gryphguild.org/code/ for mroe information. This is nowhere near complete, for now this is just a place to keep all these files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CNV Workshop is a web-enabled platform for analyzing genome variation such as copy number variation (CNV). Learn about CNV Workshop in our associated BMC Bioinformatics manuscript: http://www.biomedcentral.com/1471-2105/11/74
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    superseded by SgpDec http://sgpdec.sf.net Java implementation of the holonomy algorithm for the algebraic hierarchical decomposition of finite state automata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Simple Genetic Algorithm API used in an university work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 5
    A framework for creating board games and card games using a minimal amount of Java programming and playing them against AI or human opponents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BorderFlow
    BorderFlow implements a general-purpose graph clustering algorithm. It maximizes the inner to outer flow ratio from the border of each cluster to the rest of the graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Linear text segmentation algorithm based on a sliding window technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ShredBitz
    ShredBitz is a free and simple file shredder tool that can wipe selected files from any hard disk drive. ShredBitz is written in the java programming language and uses a custom written algorithm for shredding. ShredBitz is a very powerful tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Optimum Path Calculator
    Simple UI to test the effectiveness of a heuristic algorithm against the brute force method for path finding among an arbitrary number of arbitrarily placed points on a grid. This is an educational project, don't expect new and better methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 10
    The visualization of the Knuth-Morris-Pratt algorithm (only KMP further) is implemented as a Java Applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ex-Crawler
    Ex-Crawler is divided into 3 subprojects (Crawler Daemon, distributed gui Client, (web) search engine) which together provide a flexible and powerful search engine supporting distributed computing. More informations: http://ex-crawler.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized. For eg, public class MyImpl extends BeesAlgoImpl { public double function(double[] x) { //Min sigma Xi^2 or Max -sigma Xi^2 double result = 0; for (int j = 0; j < var; j++) { //var = no of variables - public field in BeesAlgoImpl class result = result + (x[j]-1) * (x[j]-1); } return (-result); } //constructor public MyImpl(){ //super( .... ) - set the no of variables, parameters n, m, e, ngh, nep, nsp (look into the bees algo paper), no of iterations, uperlimit and lower limit of search, integerize - search only integers true or false } public static void main(String[] args){ MyImpl a = new MyImpl(); a.run(); int i=0; a.optimalPoint[i]; //Xi of the optimal point } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Java TableModel to HTML translator takes a JTable, retrieves its TableModel, makes an HTML table out of it, and embeds that table in a browser viewable HTML document. It can turn the JTable data into .CSV too. Then you can display it in Excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenYaku
    The goal of this project is to develop an advanced translator for japanese to another language. This translator will use a syntax analyze algorithm in order to provide an intelligent translation mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dr. Crypt Encryption Algorithm & Library
    DrCrypt, based on basic xor(exclusive or) encryption which is designed to be fast and reliable. Also DrCrypt supports 3 platform.(Java, .NET, Win32)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CEGA
    CEGA is a highly extendable layout plugin for Cytoscape based on an Evolutionary Algorithm. In contrast to other layout algorithms, CEGA lets users decide which features are important for the visualization of their graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program aims at providing a java solution to hide secret information(such as secret file) to JPEG images. Hiding algorithm contains Jsteg and F5. The main(probably the toughest) stuff is encoding and decoding JFIF files.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    aRSync is "Another RSync" and provides a pure java implementation of the rsync algorithm. This implementation is intended to be ready to use for file transfer, to be easy to extend for further use cases and - most important - to become productive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Optex Analyzer is a software to analyze and compare algorithms to solve approximately optimization problems. It has a GUI that allows select a set of input files containing raw algorithm results. The analysis is shown with tables and charts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    D-finder is a bioinformatic search algorithm for the identification of D-sites in JNK interacting proteins. The algorithm is a combination of pattern matching and a hidden markov model (HMM) based on a training set of known JNK D-sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Visualization of china letterman problem solving algorithm depending on Java JUNG framework and Fleury, Edmontos and heuristic algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Beagle is Java open source framework for running and managing nondeterministic algorithms such as genetic algorithms for solving complex problems. Beagle is fully modular and maintains whole history of algorithm progress for further analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    English to telugu translator translates the english characters into Telugu characters based on the Phonetics , developed in java programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The puissance4 game developped in Java implementing the min-max algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LEA is a lightweight eyetracking algorithm library (hence the name) written in and for Java. LEA is able to track eye movements with an ordinary webcam and returns relative movements (up, down, ...). It is also able to compensate for slight head motions.
    Downloads: 0 This Week
    Last Update:
    See Project