资源简介
操作系统课程设计 目录查询
代码片段和文件信息
#include
#include
//#include
using namespace std;
void init()
{
cout<<“\t 这是郭川操作系统课程设计 \n“;
cout<<“\t 学号:20072565 班级计算机07—03 \n“;
cout<<“\t=============================================================\n“;
cout<<“\t* Search For Directory *\n“;
cout<<“\t*目录查询:查找Windows FAT文件系统下指定目录的特定文件. *\n“;
cout<<“\t* @对形如“C:\\Windows\\System\\Telnet.hlp”的文件进行查找; *\n“;
cout<<“\t* 算法为: *\n“;
cout<<“\t* @首先找到根目录C:\\; *\n“;
cout<<“\t* @从根目录找到子目录 Windows; *\n“;
cout<<“\t* @再找到子目录 System;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 89131 2011-12-26 17:09 计算机操作系统 目录查询 .doc
文件 3003 2010-07-06 12:07 1.cpp
----------- --------- ---------- ----- ----
92134 2
- 上一篇:红狼gh0st3.6 vs2010编译通过
- 下一篇:js绘图,绘制各种图形,纯js
评论
共有 条评论