-
仿照UNIX的find命令,实现myfind指令
资源描述
仿照unix操作系统中的find命令,在实现一个myfind命令。myfind命令从指定的目录下开始,递归地查找指定文件。其命令格式如下:
myfind PATH -option 参数 [-print]
[-exec 命令 {} ;]
PATH:查找的起始目录。
-option 参数:用来控制搜索方式,具体如下(以下只给我常用的):
-name "文件":指定要查找的文件名,可以有通配符?*等。
-prune 目录:指出搜索时不搜索该目录。
-mtime +n或-n:按时间搜索,+n:表示n天之前修改过的文件;-n:表示今天到n天前之间修改过的文件。
-ctime +n或-n:也是按时间查找,+n:表示n天之前创建的文件;-n:表示今天到n天前之间创建的文件。
- 2022-02-02 05:43:35下载
- 积分:1
-
3码的路由AODV和DSDV和DSR
这3的代码写的敌人模拟3协议的网络包括:AODV,DSR 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-21 03:57:19下载
- 积分:1
-
拓扑结构形成
在这里我形成与中 2 战略 50 节点拓扑:
1.静态汇 (3) 和移动节点 (47)
2.移动接收器 (3) 和静态节点 (47)
- 2022-01-31 01:33:28下载
- 积分:1
-
时间序列数据挖掘的SAX代码
包裹教育.夏威夷.jmotif萨克斯;
- 2022-08-18 00:58:42下载
- 积分:1
-
基于GTK+的单词数值计算器-linux
基于GTK+的单词数值计算器-linux华南农业大学大三linux课程综合实验
- 2022-09-17 17:50:03下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
在therminal中运行的youdao词典(基于python)
基于python的词典,个人感觉很适合学习和研究,功能很完善,对于网络编程入门帮助很大。
- 2022-01-31 04:56:57下载
- 积分:1
-
freebsd下的mpd
mpd is a netgraph based ppp implementation for freebsd. mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and mpd supports thousands of sync, async, pptp, l2tp, pppoe, tcp and udp links in client, server and access concentrator (lac/pac/tsa) modes
- 2022-02-05 05:19:53下载
- 积分:1
-
3GGPRS基于QT界面设计
基于QT的界面设计,简单对3G模块的简单功能的实现,基于QT的界面设计,简单对3G模块的简单功能的实现基于QT的界面设计,简单对3G模块的简单功能的实现基于QT的界面设计,简单对3G模块的简单功能的实现基于QT的界面设计,简单对3G模块的简单功能的实现基于QT的界面设计,简单对3G模块的简单功能的实现
- 2023-06-21 15:15:03下载
- 积分:1
-
UART_init()串口初始化函数485
本程式是一个简单的串口485通信模块,实例系统时钟为11.059MHZ时,设定串口波特率为9600bit/s。可移植性好
- 2023-08-06 19:00:03下载
- 积分:1