Matrice

Description

Bah c'est imple y'a plein de caractère qui défilent sur l'écran et on y comprend rien.

Source / Exemple :


/*Matrice.cpp*/
#include <stdio.h>
#include <conio.c>

void l1();
void l2();
void l3();
void l4();
void l5();
void l6();
void l7();
void l8();
void l9();
void l10();
void l11();
void l12();
void l13();
void l14();
void l15();
void Matrice();

void l1(){
     int a;
     char ligne0[] = "fdc54g1f8bfb4f89Ðdfdosjsdà­312as#~fijhnø86%5dfljkfpafl×pdi*µs¤ù§-owhdi";
     textcolor(10);
     for(a=0; a<80; a++){
              printf("%c", ligne0[a]);
     }
}

void l2(){
     int b;
     char ligne1[] = "efrfuirk¨%@rfjfgfuf45458fhruirhcjgsijiÑ--+98xjkhdjdbuyeeif1A06sjb%kcdduhdugc";
     textcolor(10);
     for(b=0; b<80; b++){
              printf("%c", ligne1[b]);
     }
}

void l3(){
     int c;
     char ligne2[] = "zugxuuiyr'iyrh540105ó85d48g54r8r56e65jhg iuioretgt4tg05t645r56er64fd0dr%g";
     textcolor(10);
     for(c=0; c<80; c++){
              printf("%c", ligne2[c]);
     }
}

void l4(){
     int d;
     char ligne3[] = "sddhuzeiyretrf254gyg54ty64ty5tyt,dirner=hdrjhdrkjskdrhdfkjbnfdhezipfrÜvbvdje";
     textcolor(10);
     for(d=0; d<80; d++){
              printf("%c", ligne3[d]);
     }
}

void l5(){
     int e;
     char ligne4[] = "fggrtfjiojreddjvsdhcdduiirortotgkbÔdgrbvudbjxhbhidjfvorfjb!fuuhgiffkjvcji";
     textcolor(10);
     for(e=0; e<80; e++){
              printf("%c", ligne4[e]);
     }
}

void l6(){
     int f;
     char ligne5[] = "edujfgkdhnvihddjkgdä+6?fvjfbvjfbfdjfjkdkjnrf54hyjy5y966gyg5gh65ghoergropktg";
     textcolor(10);
     for(f=0; f<80; f++){
              printf("%c", ligne5[f]);
     }
}

void l7(){
     int g;
     char ligne6[] = "zghduxeghuopkiohdxgefugr°djhgfjhd%§??ldsuydgdshfchgureijhgrilrf53486545fgdf";
     textcolor(10);
     for(g=0; g<80; g++){
              printf("%c", ligne6[g]);
     }
}

void l8(){
     int h;
     char ligne7[] = "rekuyrjojhotkf586484¦µ*ljdsjgfb@djhrijd}fhfudfdihwdugdhfsdyhfgydtgt85hfh8";
     textcolor(10);
     for(h=0; h<80; h++){
              printf("%c", ligne7[h]);
     }
}

void l9(){
     int i;
     char ligne8[] = "vdffvdsdfsdsdsfqsdfqgiofjhoptjho?cfngfghhfsdgdcvieruohfguj,f¾504f0x48ddsg";
     textcolor(10);
     for(i=0; i<80; i++){
              printf("%c", ligne8[i]);
     }
}

void l10(){
     int j;
     char ligne9[] = "rfkughfcbcjhdiedhuii_efujo''t3rf'yeruhfugdhj,jyt15048009Î850e650fe94f4f0er";
     textcolor(10);
     for(j=0; j<80; j++){
              printf("%c", ligne9[j]);
     }
}

void l11(){
     int k;
     char ligne10[] = "zugdcjurheddidhbitjhoreçl'èçrgufkfhkf1854rfg4rt65ht65tr6rfdrdgsdth6+98+t5g2";
     textcolor(10);
     for(k=0; k<80; k++){
              printf("%c", ligne10[k]);
     }
}

void l12(){
     int l;
     char ligne11[] = "dhuvdgeughgyuhjogvvr48rg0450r4+0?585`(6-96d4r6e4g6t4h6fg4hn6fg5f6dsdg6drth6(-";
     textcolor(10);
     for(l=0; l<80; l++){
              printf("%c", ligne11[l]);
     }
}

void l13(){
     int m;
     char ligne12[] = "dfnhuidytseioheihrihfurftg506d4Æ54d04f6d40f5d4fdf54thdff05xc45cx4ss5ijff";
     textcolor(10);
     for(m=0; m<80; m++){
              printf("%c", ligne12[m]);
     }
}

void l14(){
     int n;
     char ligne13[] = "df48dg04df504df4x6xd46d4g664f64sd64xc5xc4ghiehfoiher-4646er6rg564dr5f56gh4f5";
     textcolor(10);
     for(n=0; n<80; n++){
              printf("%c", ligne13[n]);
     }
}

void l15(){
     int o;
     char ligne14[] = "serrirjtgorjkgp^rkuhtiodhfoprtÁ4<4?456??40@?5?210+uhdrilhgvkchvgoldomd";
     textcolor(10);
     for(o=0; o<80; o++){
              printf("%c", ligne14[o]);
     }
}

void Matrice(){
ecrire:
       l1();
       l2();
       l3();
       l4();
       l5();
       l6();
       l7();
       l8();
       l9();
       l10();
       l11();
       l12();
       l13();
       l14();
       l15();
       goto ecrire;
}

void main() {
     Matrice();
}

Conclusion :


Bah c'est la matrice sauf qu'elle un peu rapide

Codes Sources

A voir également

Vous n'êtes pas encore membre ?

inscrivez-vous, c'est gratuit et ça prend moins d'une minute !

Les membres obtiennent plus de réponses que les utilisateurs anonymes.

Le fait d'être membre vous permet d'avoir un suivi détaillé de vos demandes et codes sources.

Le fait d'être membre vous permet d'avoir des options supplémentaires.

Du même auteur (Glad747)