Search Results for "translator algorithm java" - Page 26

Showing 692 open source projects for "translator algorithm java"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    MAGMA: Multiobjective Analyzer for Genetic Marker Acquisition A genetic algorithm for generating SNP tiling paths from a large SNP database based on the competing objectives of cost (number of SNPs) and coverage (haplotype blocks): Hubley R., Zitzler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This toolbox is designed to make implementations of voting systems freely available in Java. It will initially have software for Single Transferrable vote (Meek algorithm), but others may be included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FigMentO! is an architure for a component-based heuristic-search, game-player written in Java. Most heuristic-search, zero-sum games share a great deal in common - at the very least, some sort of search algorithm. Often, heuristics in different games ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OpenLabel is a label placement tool and decluttering algorithm for OpenMap. Labels are placed in full conformance with applicable cartographic specifications and conventions - without overlap or ambiguity.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 5
    A Java library for validation of credit cards. Implements the Luhn Algorithm to ensure the card number is well formed, checks card type prefix's and length. The rules are stored in a text file allowing new cards to be added without changing the source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java port and extension of MLC++ 2.0 by Kohavi et al. Currently contains ID3, C4.5, Naive (aka Simple) Bayes, and FSS and CHC (genetic algorithm) wrappers for feature selection. WEKA 3 interfaces are in development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Chinese chess Java Applet using alpha-beta game algorithm. The code can be easily used to program other chess game by changing the chess rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A cross platform implementation of ECDSA (elliptic curve digital signature algorithm) interface to the aSuretee Token.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A pure Java implementation of a constraint solving framework, relying on the stochastic approach of the Adaptative Search Algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    FreeFS is an implementation of the OpenGIS Consortium's Web Feature Server v0.0.14 (WFS) specification. FreeFS is intended to serve as a free, fast, intuitive, and comprehensive geographic vector data translator for geographic 'web service' applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A collection of implementations of the Lovins stemmer as described in "Development of a Stemming Algorithm" by Julie Beth Lovins (published in "Mechanical translation and computational linguistics", 11:22-31, 1968).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Domigene is a genetic algorithm API attempting to incorporate dominant and recessive genes. Supports modular evolution types, genetic programs, definable instruction sets, variation in population, chromosomes, mortality, mutation, fitness functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Distributed Genetic Algorithm framework (with projects). Uses java.rmi for networking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The goal of the Rats and Mazes project is to build a simple genetic algorithm to find general solutions to random non-cyclic single path mazes. I believe that the solutions will tend towards either the right/left-hand rule.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This simplesudodu program is intend for studying in the sudoku solution algorithm rather than a game (If you want to make it a game, it's OK ^_^). Later I will implement the 4*4 or other kinds. Different sudoku requires different algorithm to solve.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java I18n <-> MsExcel transformer. Based on a configuration file exports all of the language dependent files that belong to a project into an xls file and back.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An elevator Algorithm analysis and design tool. The main goal of the project is to provide a platform to compare elevator control algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    aVolve is an evolutionary/genetic algorithm designed to evolve single-cell organisms in a micro ecosystem. It currently uses the JGAP Genetic algorithm, but does include a primitive genetic algorithm written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XSD Object Translator is capable to create Java classes from XSD files. And the classes created reflects the objects structure of valid XML files, in accordance with the XSD files. This way, this objects can to be serialized to XML and back with XStream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Apriori Algorithm: http://www.codeproject.com/KB/recipes/AprioriAlgorithm.aspx Steps to Run included in Java file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Providing an extremely-easy-to-use GUI for editing Openbravo ERP's language xml files, aiming for a colaborative work where a localized community (usually from the same country) works over the same files to generate a new complete translation quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An implementation of Java demonstrating the use of a genetic algorithm to produce skilled automated players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A java command-line application where the main goal is to solve any simplex problem. It's a team-work school project. It can be usefull for other students who needs to understand the simplex algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LineFold is a Java 6 implementation of the TeX paragraph line-breaking algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Translator for java code to python code. This project doesn't aim for complete runnable python code, but more for support of transition from java to python. The main focus is the transition of GWT java code to Pyjamas python code.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.