搜索资源列表
-
0下载:
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtp
-
-
0下载:
windows下的linux命令包
包括了linux/unix下常用的命令行实用工具,windows under linux command packet including the linux/unix command-line under the common utility
-
-
0下载:
为Windows程序添加丰富的、类Unix风格的命令行选项,包括--file这样的长格式、-f这样的段格式和在选项后添加而外信息,比如:cmd --file:filename。具体用法看main.c的实例。-For Windows program to add rich, Unix-style command-line options, including- file such a long format,-f this segment format and the option to add
-
-
0下载:
mkfs ("MaKe FileSystem") is the Linux/GNU command for formatting a disk partition with a specific filesystem.
Syntax
The basic syntax is:
mkfs -t type device
where type is the type of the filesystem and device is the Unix device the
-
-
0下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。-Designs and implements the Unix " time" command. " Mytime" command from the command line parameters to accept the program you want to run, create a separate pr
-
-
0下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
使用CreateProcess()来创建进程
使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
调用GetSystemTime()来获取时间
-Design and implementation of Unix " time" c
-
-
1下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
◦ 使用CreateProcess()来创建进程
◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
◦ 调用GetSystemTime()来获取时间
-Design and implementation of Unix &qu
-