登录
首页 » Unix_Linux » lab2

lab2

于 2016-11-07 发布 文件大小:144KB
0 214
下载积分: 1 下载次数: 4

代码说明:

  程序查询 Fat12 文件,分别对目录文件、普通文件、不存在的文件进行做相应的输出(Procedures for the Fat12 file, respectively, on the directory file, the ordinary file, the file does not exist to do the corresponding output)

文件列表:

lab2
....\a.img,1474560,2016-04-28
....\main,17069,2016-04-28
....\main.c,12979,2016-04-28
....\main.o,9416,2016-04-28
....\Makefile,222,2015-05-03
....\my_print.asm,147,2015-05-03
....\my_print.o,800,2016-04-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FileNew
    产品拆卸序列生成的源代码 有些不足请多交流(Disassembly sequence generated by the exchange of source code for some lack of ability)
    2009-11-05 20:32:38下载
    积分:1
  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • cab
    说明:  处理CAB文件的小程序,有兴趣可以看看!(handling of small procedures are interested can see!)
    2006-04-07 09:05:14下载
    积分:1
  • GetDir
    能够很好的获取文件的路径信息源码。 根据路径能够遍历路径下的文件。 适合学习用。(Can be a good source to get the file path information. According to traverse the path of the file path. Suitable for learning.)
    2013-12-23 10:16:23下载
    积分:1
  • ExcelOperateClass
    EXcel基本操作类,包括Excel的读写,替换,打开Excel文件、关闭excel进程以及文件(EXcel basic operations class, including Excel read and write, replace, open the Excel file, close the excel process and files)
    2017-08-23 11:05:38下载
    积分:1
  • wordview_zh-cn
    是有关文档的应用程序,可以浏览文档文件,是一个很好的应用软件(it is about document .We can learn many from which.it is a applition for viewing word.)
    2009-11-28 11:15:41下载
    积分:1
  • excelread
    Excel读写保存操作,可以判断Excel数据框中数据类型,包含示例(Excel read and write)
    2017-06-29 22:46:26下载
    积分:1
  • 728501
    api控件与定义数值对照好东西,,,参考方便()
    2017-09-25 05:48:35下载
    积分:1
  • ExcelFormat_src
    C++中对EXCEL的操作,包含绝大部分EXCEL的功能,如单元格格式操作等。(There has been the C++ project BasicExcel for quite some years now. It is very useful to read and write Excel sheets in .xls format. However, it contains only very basic functionality. There are missing features like text formatting using fonts, and display formats and formulas are not yet supported. This article covers this additional functionality. The new, derived project ExcelFormat is based on the old BasicExcel code, and just adds what I was missing for my own needs. If you want to see where I am using the new library, you can look at the Export functions of Service Manager and Uninstall Manager.)
    2020-07-09 17:48:55下载
    积分:1
  • 8548CDS_init
    8548E 配置文件( 8548E config)
    2013-11-28 13:11:21下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载