Mathc matrices/h06a
Apparence
Installer et compiler ces fichiers dans votre répertoire de travail.
Installer ce fichier dans votre répertoire de travail.
v_a.h |
---|
/* ------------------------------------ */
/* Save as : v_a.h */
/* ------------------------------------ */
/* ------------------------------------ */
/* Standard file */
/* ------------------------------------ */
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <ctype.h>
#include <time.h>
#include <math.h>
/* ------------------------------------ */
/* Usefull */
/* ------------------------------------ */
#include "z_d.h" /* Define, Macro */
#include "z_s.h" /* clrscrn, stop, stop_w, pause */
#include "z_r.h" /* rand, r_I, rp_I */
/* ------------------------------------ */
/* Create */
/* ------------------------------------ */
#include "v_i.h"
/* ------------------------------------ */
/* Copy */
/* ------------------------------------ */
#include "vc_m.h" /* c_mR, ca_A_mR, c_c_mR, c_r_mR */
/* ------------------------------------ */
/* Print */
/* ------------------------------------ */
#include "v_p.h"
/* ------------------------------------ */
/* Basic operation */
/* ------------------------------------ */
#include "v_b.h"
/* ------------------------------------ */
/* Determinant */
/* ------------------------------------ */
#include "v_e.h"
/* ------------------------------------ */
/* Rand */
/* ------------------------------------ */
#include "v_r.h"
/* ------------------------------------ */
/* ------------------------------------ */
Déclaration des fichiers h.