Coder Social home page Coder Social logo

jugurtao / c-multiprocessing Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 420 KB

This is a small application that allows you to store and consult a data dictionary. The data will be of character string type. More specifically, we will use a linked list of key-value pairs. The dictionary will be distributed between N node processes, N ≥ 2.

C 97.46% Makefile 2.54%
c make makefile multiprocessing

c-multiprocessing's Introduction

Application qui permet de stocker et de consulter un dictionnaire de données.

Author

Formation: Licence 3 MIAGE

⏩ Description du projet:

Le but de ce projet est de programmer une application qui permet de stocker et de consulter un dictionnaire de données. Les données seront de type chaîne de caractères. Le dictionnaire sera une collection associative, c'est-à-dire que les données seront stockées grâce à une association clé-valeur, la clé de stockage étant un entier. Plus précisément, nous utiliserons une liste chaînée de couples clé-valeur. Le dictionnaire sera réparti entre N processus node, N ≥ 2.

⏩ IMPORTANT pour exécuter le programme !

Sur la ligne de commande depuis un terminal, lancez:

    cd src         #se positioner dans le repertoire src

    make           #compiler le programm#

   ./main N       #executer le programme: N>=2  est le nombre de processus.

⏩ Vous trouverez en annexe, le rapport complet du projet. Merci!

c-multiprocessing's People

Contributors

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