Application


Installer et compiler ces fichiers dans votre répertoire de travail.


c00c.c
/* ------------------------------------ */
/*  Save as :   c00c.c                  */
/* ------------------------------------ */
#include "v_a.h"
/* ------------------------------------ */
/* ------------------------------------ */
void fun(int r,int c)
{
double **A     = r_mR(i_mR(r,c),99.);
double **B     =      i_mR(r,c);

  clrscrn(); 
  
  printf(" A :\n");
  pall_mR(A,S5,P0,C10);   
    
  printf(" B : c_c_withR0_mR(A,C1,B,C2);\n");
  pall_mR(c_c_withR0_mR(A,C1,B,C2),S5,P0,C10);
  
  f_mR(A);
  f_mR(B); 
}
/* ------------------------------------ */
int main(void)
{
time_t t;

  srand(time(&t));

int i;

do
{
  i = rp_I(R3)+R1;
  
  fun(i,i+C1);

} while(stop_w());

  return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */


  Copier une colonne avec son indice dans une autre colonne :



Exemple de sortie écran :
 ------------------------------------ 
 A :
+4          +1    +2    +3    +4 

+5         -15   -74   +43   -60 
+0         -74   +77   +42   -79 
+0         -42   +46   +16    -4 

 B : c_c_withR0_mR(A,C1,B,C2);
+4          +1    +1    +3    +4 

+5          +0   -15    +0    +0 
+0          +0   -74    +0    +0 
+0          +0   -42    +0    +0 


 Press return to continue
 Press X      to stop