/* 档案名称确定收回 */
gotoxy(10,22);
cprintf("要收回");
for(i=0;i<8;i++)
{
gotoxy(30+i,22);
cprintf("%c",*(loc+i)); /* 档案名称 */
}
gotoxy(38,22);
cprintf(".");
for(i=0;i<3;i++)
{
gotoxy(39+i,22);
cprintf("%c",*(loc+8+i)); /* 将档案*/
}
start=*(loc+12);
/// 对不起,你选择目录 \\\
if(*(loc+11)==16)
{
gotoxy(5,23);
cprintf("是一份. 你希望这份指南Y(N");
ch=getch();
if(ch==27)
main();
if(ch=='y' || ch=='Y')
{
/* 计算geomatry */
calculate(start,&cylinder,&head,§or);
/* 展出内容目录*/
Display_Information(cylinder,head,sector);
}
else
/* 又继续提出要求收回 */
recover(root,len);
}
else
{
size=*(loc+13);
/* 计算信息系统 */
calculate(start,&cylinder,&head,§or);
/* 把档案 */
integrate(size,cylinder,head,sector);
}
}
评论编号:
恢复功能()开始投入使用,使回收. 一些档案作为投入使用收回档案储存File_no.
如果是进入一些目录输入display_information()的内容显示,指示地方档案名称,将提出一些File_no表现在确定检查档案收回.
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)
|
 |
|
|