搜索资源列表
tail
- window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。-window platform to achieve similar unix tail under the tail function, real-time tracking shows the change text files, which are often used to show the log file.
saolei.c
- 此程序是扫雷小程序 是用unix c 环境下写的 望大家指教-The program is saolei.
UnixFileSystem
- 在windows环境下实现Unix文件系统,其中最重要的是Inode的实现-Unix file system is realized in the windows environment, the most important is the realization of Inode
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
under
- 书The art of error correcting code的源代码,unix下的C文件,在windows下的vc,-Book The art of The error correcting code of The source code, C file under Unix, The vc under The Windows,