Skip to content

dacortez/ep1_concorrente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/**************************************************************************************************
 *
 * MAC0438 Programação Concorrente
 *
 * EP1 Fórmula 1 - 21/04/2014
 *
 * Daniel Augusto Cortez - 2960291
 * 
 *************************************************************************************************/

1. Compilação
-------------

	Para compilar o EP utilize o Makefile:
	
		$> make

	Também é possível compilar o programa utilizando diratamente o gcc: 	

		$> gcc ep1.c -o ep1 -Wall -ansi -pedantic -lpthread


2. Utilização
-------------

	Para utilizar basta informar o arquivo de entrada:

		$> ./ep1 entrada1.txt


*** VER RELATÓRIO PARA MAIS INFORMAÇÕES ***

About

EP1 Programação Concorrente - Fórmula 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages