GithubHelp home page GithubHelp logo

aed3_bin_packing's Introduction

AED3 Bin Packing Problem - Trabalho Final

Build: Linux

  1. Instale as dependências
make install
  1. Compile o Programa
make
  1. Rode :)
make run

Build: Windows

  1. Remova o compilador MinGW instalado
  2. Instale o MSYS2
  winget install MSYS2.MSYS2
  1. Atualize o MSYS2, abra o terminal do MSYS2 e digite
pacman -Syu
  1. Instale o MinGW pelo MSYS2
pacman -S mingw-w64-x86_64-gcc
  1. Instale o Make (Caso ainda não tenha instalado)
winget install GnuWin32.Make
  1. Adicione o Make ao PATH, o caminho é C:\Program Files (x86)\GnuWin32\bin
  2. Adicione o MinGW ao PATH, o caminho padrão é C:\msys64\mingw64\bin
  3. Compile o programa
make windows
  1. Rode o programe
make run_windows

Keyboard

Q -> zoom out
E -> zoom in
W, A, S, D -> move screen
C -> reset screen position and zoom
H -> Creates a big random 2D rectangle
J -> Creates a medium random 2D rectangle
K -> Creates a small random 2D rectangle
L -> Creates a smaller random 2D rectangle
B -> Creates a big random 1D rectangle
N -> Creates a medium random 1D rectangle
M -> Creates a small random 1D rectangle
U -> Insert rectangles with best fit
I -> Insert rectangles with first fit
O -> Insert rectangles with next fit

aed3_bin_packing's People

Contributors

jelsonrodrigues avatar lucaszm7 avatar

Stargazers

 avatar

Watchers

 avatar

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.