-
内核编程实例
examples for linux kernel programming-examples for linux kernel programming
- 2022-03-17 10:30:40下载
- 积分: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
-
Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境...
Linux环境下的程序员如果不会使用GNU make来构建和管理自己的工程,应该不能算是一个合格的专业程序员,至少不能称得上是Linux程序员。在Linux环境下使用GNU 的make工具能够比较容易的构建一个属于你自己的工程,整个工程的编译只需要一个命令就可以完成编译、连接以至于最后的执行。不过这需要我们投入一些时间去完成一个或者多个称之为Makefile文件的编写。此文件正是make正常工作的基础。-Linux environment will not be used if the programmer GNU make to build and manage their own projects, should not be regarded as a qualified professional programmers, or at least should not be called a Linux programmer. In the Linux environment using the GNU tools to make the relatively easy to build a part of your own projects, compile the entire project only need one command to be completed on the compiler to link the extent that the final implementation. However, this requires us to invest some time to complete one or more of the preparation of documents called Makefile. This document is the basis of the work make normal.
- 2022-06-26 05:21:12下载
- 积分:1
-
RoboCup 2006 2D仿真 Dainamite队 源代码
RoboCup 2006 2D仿真 Dainamite队 源代码-Dainamite Source 2006
- 2022-12-05 01:50:04下载
- 积分:1
-
linux/unix系统的I/O也就是一般所说的低级I/O――操作系统提供的基本IO服务,与os绑定...
linux/unix系统的I/O也就是一般所说的低级I/O――操作系统提供的基本IO服务,与os绑定-linux/unix system, I/O is generally called low-level operating system I/O-- provision of basic IO services, os bind
- 2022-05-22 09:06:30下载
- 积分:1
-
本程序模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理。...
本程序模拟UNIX系统的空闲块成组链接法,实现磁盘存储空间的管理。-the UNIX system simulation pieces of spare Links Group, achieving disk storage space management.
- 2022-03-02 14:35:30下载
- 积分:1
-
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot...
两个文件夹:circuit and code !
code 源码包包括3个文件夹:
脚本文件boot ----
下载down-----
主函数main-Folder 2: circuit and code! Code source packages, including three folders: boot---- download script file down----- main function main-----
- 2022-08-23 21:17:51下载
- 积分:1
-
华为公司内部linux培训教程,是很基础,很难得,很实用的教程。...
华为公司内部linux培训教程,是很基础,很难得,很实用的教程。-Huawei company linux training tutorials, is very basic, very rare, very useful tutorial.
- 2022-07-16 16:33:59下载
- 积分:1
-
Error Exit Code for Linux operating system.
This code is efficient and modifie...
Error Exit Code for Linux operating system.
This code is efficient and modified by a team from a reputed institute
- 2022-12-31 19:00:04下载
- 积分:1
-
APACHE安装笔记
APACHE安装笔记-APACHE installed Notes
- 2023-04-15 23:00:03下载
- 积分:1