/// Calculer la taille \\\
root[file_no].size =(long unsigned int)(0xff &
buf[31+i])*16*16*16*16*16*16*16*16;
root[file_no].size+=(long unsigned int)(0xff &
buf[30+i])*16*16*16*16;
root[file_no].size+=(long unsigned int)(0xff &
buf[29+i])*16*16;
root[file_no].size+=(long unsigned int)(0xff &
buf[28+i]);
if((root[file_no].start == 0) ||
(root[file_no].attribute == 15))
continue;
else
{
gotoxy(8,i/32+4);
cprintf("%2u",file_no); /* Nombre de fichier graphique */
for(j=0;j<8;j++)
{
gotoxy(14+j,i/32+4);
cprintf("%c",root[file_no].name[j]); /* Nom de fichier d'affichage */
}
for(j=0;j<3;j++)
{
gotoxy(26+j,i/32+4);
cprintf("%c",root[file_no].ext[j]); /*Prolongation d'affichage */
}
gotoxy(30,i/32+4);
cprintf("%u",root[file_no].attribute); /* Attribut d'affichage */
if(root[file_no].attribute==16)
{
gotoxy(33,i/32+4);
cprintf("<DIR>"); /* Affichage si attribut d'annuaire */
}
else
{
gotoxy(33,i/32+4);
cprintf("<FILE>"); /* L'entrée est d'un dossier*/
}
gotoxy(44,i/32+4);
cprintf("%-5u", root[file_no].start); /* Affichage commençant le faisceau */
gotoxy(58,i/32+4);
cprintf("%-10lu", root[file_no].size); /* taille du dossier */
}
file_no++;
}
gotoxy(10,21);
cprintf("Serrer « M » : Pour voir la liste de plus de dossiers ");
gotoxy(10,22);
cprintf("Serrer « R » : Pour récupérer un dossier de la liste ci-dessus");
ch=getch();
Sample Chapters from book DATA RECOVERY WITH AND WITHOUT PROGRAMMING by Author Tarun Tyagi, translated using machine translation. See original English contents on Data recovery book pages. |
|
Publishers of the Book
Number of Pages
ISBN
Price of the Book
|
BPB Publications, New Delhi, India
540
81-7656-922-4
$69.00 (Including Shipping Charges, Cost of Book and Other expenses, Free Source Code CD included with the Book)
|
 |
|
|