Mathc complexes/h05b
Apparence
Installer et compiler ce fichier dans votre répertoire de travail.
c00a.c |
---|
/* ------------------------------------ */
/* Save as : c00a.c */
/* ------------------------------------ */
#include "w_a.h"
/* ------------------------------------ */
void fun(void)
{
double **A = r_mZ(i_mZ(R5,C5),9);
clrscrn();
printf("A :");
P_mZ(A, S5,P0, S4,P0,C6);
f_mZ(A);
}
/* ------------------------------------ */
int main(void)
{
time_t t;
srand(time(&t));
do
{
fun();
} while(stop_w());
return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */
Exemple de sortie écran :
A :
+6, -1, +3, -8, +4, +1, +6, +8, -1, +8,
+4, -1, -7, -6, -3, +4, +7, -4, -8, -3,
+3, -6, +6, -2, -5, -3, -2, +4, +9, +9,
+3, -9, -3, +5, -3, +9, -8, +1, +8, +7,
+8, +6, +8, +4, +2, +7, +6, +3, -5, +6
Press return to continue
Press X return to stop