-
通过网络刷新flash的工具源代码.linux下使用的
通过网络刷新flash的工具源代码.linux下使用的-Through the network refresh flash tools source code. Linux used
- 2022-01-25 16:35:32下载
- 积分:1
-
multi
linux c 多线线程在此源码中应用了锁的同步-multi-thread linux c source code in this application of the lock synchronization
- 2022-10-17 15:35:03下载
- 积分:1
-
linux入门教程,linux的使用,linux的介绍,linux的编程
linux入门教程,linux的使用,linux的介绍,linux的编程-linux Tutorial, linux use, linux introduction, linux programming
- 2022-03-13 19:20:14下载
- 积分:1
-
一个UTF的源代码,可以提供参考
一个UTF的源代码,可以提供参考-a UTF source code, it can provide information
- 2022-05-09 07:33:54下载
- 积分:1
-
进程间调度,共享内存,进程通信,子进程创建
进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
- 2022-10-03 11:15:04下载
- 积分:1
-
camE 1.9 for Linux
camE 1.9 for Linux - camE is an imlib2 webcam grabber, annotator, and uploader.
-camE 1.9 for Linux- camE is an imlib2 webcam grabber, annotator, and uploader.
- 2022-02-05 23:58:41下载
- 积分:1
-
"Linux Application Development Technology Comments on the" Report on C...
《Linux应用开发技术详解》附书光盘中的例程。-"Linux Application Development Technology Comments on the" Report on CD-ROM of programming.
- 2022-03-22 23:10:09下载
- 积分:1
-
该程序类似于tcpdump软件,可用于分析链路层至传输层的信息包,该目录包含该程序的源代码。详细信息请查看本目录下的readme文档。...
该程序类似于tcpdump软件,可用于分析链路层至传输层的信息包,该目录包含该程序的源代码。详细信息请查看本目录下的readme文档。-The procedure is similar to tcpdump software can be used to analyze the link layer to transport layer packet, the directory contains the program"s source code. For more information, see the Catalog readme files.
- 2022-04-10 21:39:29下载
- 积分:1
-
Vim 中文文档
Vim 中文文档-Vim Chinese Documents
- 2023-02-09 23:35:04下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55:03下载
- 积分:1