This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
sE nAO FoR pARA buGAR nAO tEm gRAçA | |
Made with anger by Rogerfield & DuDark | |
v. 1.0 | |
*/ | |
#include <stdio.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <locale.h> | |
/* | |
Projeto Interdisciplinar - Matemática Discreta e Grafos, Programação de Computadores | |
09/2017 | |
Alunos @ Eng. de Computacao: | |
Eduardo Rodrigues Pereira RA: 002.2017.xxxxx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Escrito por iojoaomarcos :v | |
v. 1.2 | |
Programa que cria uma matriz de tamanho dinâmico | |
e exibe seu conteúdo na tela. | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph Rede { | |
A -- B [label="10 Gbps"] | |
A -- C [label="10 Gbps"] | |
B -- D [label="10 Gbps"] | |
B -- E [label="100 Mbps"] | |
E -- C [label="100 Mbps"] | |
H -- F [label="10 Mbps"] | |
E -- F [label="100 Mbps"] | |
F -- G [label="100 Mbps"] | |
C -- F [label="10 Mbps"] |