Git Product home page Git Product logo

icp's Introduction

ICP

ICP - Seminář C++

Tento repozitár obsahuje kompletné riešenie projektu z predmetu ICP. Aplikácia simuluje mapu a pohyb vozidiel v rámci systému hromadnej dopravy z používateľom dodaných dát. V rámci riešenia je priložená sada vzorových súborov spolu s popisom požadovaného formátu.

Obrázky a ikony vozidiel prevzaté z internetovej stánky imhd.sk.

Video (Problémy so spomalením súvisia so spôsob testovania, aplikácia samotná funguje plynule)

ICP - The C++ Programming Language

This repository contains the complete project solution from the ICP course. The application simulates the map and the movement of vehicles within the public transport system from user-supplied data. A set of sample files is included with the solution, along with a description of the required format.

Images and vehicle icons taken from the website imhd.sk.

Video (Slowdown issues are related to the testing method, the app itself works smoothly)

Vlastnosti aplikácie

  • simulácia pohybu vozidiel v dopravnom systéme na základe vstupných dát
  • vizualizovanie rôznych informácii v aktuálnom čase
  • ovplyvňovanie meškaní vozidiel cez zvyšovanie intenzity dopravy na jednotlivých uliciach
  • nastavenie rýchlosti simulácie

Application Features

  • simulation of vehicle movements in the traffic system based on input data
  • visualization of different information in real time
  • influencing vehicle delays by increasing traffic volume on individual streets
  • setting the simulation speed

Preklad a spustenie

  • preklad: make
  • preklad a spustenie: make run
  • vytvorenie dokumentácie: make doxygen
  • kompresia projektu pre odovzdanie: make pack
  • vyčistenie spustiteľných súborov: make clean

Príklad spustenia preloženého programu:

./icp -map ../examples/suradnice.json -stops ../examples/zastavka.json -lines ../examples/linky.json -busses ../examples/autobusy.json

Make and run program

  • translation: make
  • translation and execution: make run
  • documentation creation: make doxygen
  • project compression for commit: make pack
  • clean up executables: make clean

Example of running a compiled program:

./icp -map ../examples/coordinates.json -stops ../examples/stops.json -lines ../examples/lines.json -busses ../examples/autobuses.json

icp's People

Contributors

jorgen98 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.