GithubHelp home page GithubHelp logo

OrtBraude's Projects

abc icon abc

Algorithm based in Bees behaviour

abc-2 icon abc-2

Artificial Bee Colony Java Implementation

abc-3 icon abc-3

An implementation of a new attribute-based credential scheme by Jaap-Henk Hoepman, Sietse Ringers and Eric Verheul

abc-music-player icon abc-music-player

Program that can read files written in ABC Notations and play MIDI sounds (implement a subset of the grammar)

abcforj icon abcforj

A Java library for artificial bee colony algorithms.

abcgrid icon abcgrid

ABCGrid stands for Application of Bioinformatics Computing Grid. Essentially it is a MapReduce implementation. It was designed for using large amount of heterogeneous computing resources and access many bioinformatics applications from one master node without being aware of where the data and computational resources are located. ABCGrid is a server/client application consists of a Master application (ABCMaster), a Worker application(ABCWorker) and a User application (ABCuser). ABCGrid is programmed using Java SDK 5.0. Java Runtime Environment (JRE) 5.0 or above(or compatible runtime) is required to run ABCGrid.

abcproblem icon abcproblem

Java implementation of Rosetta Code's ABC Problem

algorithmanalyzer icon algorithmanalyzer

Aplicativo criado para a matéria Análise Algoritmos da Universidade Federal do ABC.

dynamicprogramming icon dynamicprogramming

A study and implementation of construction of Fanin Trees to minimize the output delay and keeping the cost within the given threshold. The solutions iterates through each of the possible combination of gates with the given inputs and retrieves the optimal solution recursively. For n arrival times, the given combinations can be n-1 ways. For instance, if the given arrival times are 4 in number (ABCD), then there are 3 ways to form gates: A(BCD), (AB)CD and (ABC)D. So we divide the problem into sub problems of smaller size. Therefore, the problem has optimal substructure property and is solved using Dynamic Programming.

evolutionary_optimization icon evolutionary_optimization

solve function minimizattion problem using particle swarm optimization (PSO) & artificial bee colony (ABC) algorithm

flex icon flex

The Fast Lexical Analyzer - scanner generator for lexing in C and C++

flowshop-with-no-wait-abc icon flowshop-with-no-wait-abc

Semester project for Operations Research I course. Java implementation of Artificial Bee Colony to solve No-Wait Flowshop problem. See the course pages at http://mrl.cs.vsb.cz/people/davendra/or_course.html

java-abc icon java-abc

Java code implementing the Artificial Bee Colony (ABC) algorithm in solving the N-Queens problem

poo-2018.2 icon poo-2018.2

Algorithms written in the classes of Object Oriented Programming (Programação Orientada a Objetos) at Federal University of ABC (UFABC).

swarm-intelligence icon swarm-intelligence

Java code implementing the PSO algorithm and ABC algorithm in solving various continuous optimazation problems.

unix-file-system icon unix-file-system

A simulation of UNIX File System supporting behaviors like disk formatting, read, write and delete, etc., and utilized single, double and triple indirect blocks for large file storage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.