This file contains hidden or 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
| /*----------------------------------------------------------------------/ | |
| // Trabalho sobre o risco de uma ataque do coracao | |
| // Aluno: Lais Mota de Alencar Rocha | |
| // Disciplina: AEDS I | |
| // Belo Horizonte, 2/12/2011 | |
| ------------------------------------------------------------------------*/ | |
| //*********************************************** | |
| // Includes | |
| //*********************************************** |
This file contains hidden or 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 <math.h> | |
| struct PONTO { | |
| double x, y; | |
| } PONTO; | |
| struct VETOR_PONTOS { | |
| int tamanho; |
This file contains hidden or 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 <string.h> | |
| #include <ctype.h> | |
| /*----------------------------------------------------------------------/ | |
| // Componente : Qual o seu risco de uma ataque do cora‹o ? | |
| // Autor : Laís Mota de Alencar Rocha | |
| // Disciplina: AEDS I | |
| // Data : 14 de novembro de 2011 |
NewerOlder