-
In linux environment, the test cache performance benchmark
在linux环境下,测试cache的性能基准
- 2022-02-06 12:21:08下载
- 积分:1
-
小型的usb库libusb,通过usb库,通过libusb的接口函数,应用程序可以直接跟usb设备打交道。...
小型的usb库libusb,通过usb库,通过libusb的接口函数,应用程序可以直接跟usb设备打交道。-Small usb library libusb, through the usb library, through the libusb interface functions, the application can deal directly with the usb device.
- 2022-07-01 20:42:03下载
- 积分:1
-
This driver and utilities are published in form of source code under
GNU Gene...
This driver and utilities are published in form of source code under
GNU General Public License in this version.这是专门针对研华工控机610,开发的PCICOM驱动程序,对应用此机型的程序员很有帮助。-This driver and utilities are published in form of source code under the GNU General Public Lic ense in this version. This research is targeted at China Industrial Computer 610, PCICOM development of the driver, this type of application programmers helpful.
- 2022-04-20 11:22:56下载
- 积分:1
-
The Art of Unix Programming
The Art of Unix Programming
- 2022-11-11 16:25:03下载
- 积分:1
-
演示X协议通讯的小程序,分服务器和客户端
演示X协议通讯的小程序,分服务器和客户端
-X protocol communications demonstration of small procedures, sub-server and client
- 2022-06-26 11:50:41下载
- 积分:1
-
linux下模拟进程互斥的一个小程序。
linux下模拟进程互斥的一个小程序。-modeling process under an exclusive small programs.
- 2022-03-01 04:20:41下载
- 积分:1
-
此程序为linux触摸屏驱动程序,这是我花4千元买的教学试验平台带的,绝对经典。...
此程序为linux触摸屏驱动程序,这是我花4千元买的教学试验平台带的,绝对经典。-This program for linux touch screen driver, this is I spent 4 thousand dollars to buy the teaching test platform with absolute classic.
- 2022-12-05 15:05:03下载
- 积分:1
-
linux的一些命令,名称及使用权限等等,基本上还算详细了
linux的一些命令,名称及使用权限等等,基本上还算详细了-some orders, the use of the name and powers of basically a fairly detailed
- 2022-03-13 14:58:57下载
- 积分:1
-
unix环境高级编程
unix环境高级编程--书中完整的示例代码。-advanced programming unix environment
- 2022-06-01 10:19:42下载
- 积分: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