搜索资源列表
-
0下载:
在命令行(Dos/Windows/Unix/Linux)下运行。
格式:
spacer [源文件] [新文件]
也可以用重定向
spacer old.c > new.c
然后把产生的新文件贴上来就可以了-the command line (Dos / Windows / Unix / Linux) running. Format : spacer [source] [new] can also be used to redirect spac
-
-
0下载:
UNIX的命令格式,功能解释,将它与WINDOWS区别-UNIX command format, function explains that the difference between it and Windows
-
-
0下载:
基本上shell分两大类:
一:图形界面shell(Graphical User Interface shell 即 GUI shell)
例如:应用最为广泛的 Windows Explorer (微软的windows系列制作系统),还有也包括广为人知的 Linux shell,其中linux shell 包括 X windows manger (BlackBox和FluxBox),以及功能更强大的CDE、GNOME、KD、 XFCE。
二:命令行式 shell(Comm
-
-
0下载:
windows下相当于unix上的type命令-"Type" command on windows
-
-
0下载:
Functionality additions:
* Remote one-way command execution for distributed execution control
* Mix attack aimed at weak routers
* Targa3 attack aimed at systems with IP stack vulnerabilities
* Compatibility to many UNIX systems and Windows N
-
-
0下载:
Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms
WHERE: http://tkcon.sourceforge.net/
http://www.purl.org/net/hobbs/tcl/scr ipt/
REQUIREMENTS: Tcl/Tk 8.0+
Tested through Tcl/Tk 8.5.
-
-
0下载:
此程序适用于SCO UNIX主机系统,客户端为任意平台。
以Windows客户为例,以下简要说明其使用方法。
1、直接拨号方式
先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的"传输"菜单选"接收二进制文件"选项,输入本地文件名后,即可接收文件。
2、internet连接方式
先将FGET文件在主机上编译通过, 然后用Netterm之
-
-
0下载:
命令行程序,对所有进程进行操作,值得参考学习,编译后,可执行。-Command-line utilities to find, list, and terminate running processes under Windows, similar to the Unix ps and kill commands. Good for command-line folks who don t like to use the Windows Task Manager.
-
-
2下载:
创建进程
文件包含在linux和windows下创建进程的算法
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
• 使用CreateProcess()来创建进程
• 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
• 调用GetSystemTime()来获取时间
在L
-
-
0下载:
MPlayer是一款开源的多媒体播放器,以GNU通用公共许可证发布。此款软件可在各主流作业系统使用,例如Linux和其他类Unix作业系统、微软的视窗系统及苹果电脑的Mac OS X系统。MPlayer是建基于命令行界面,在各作业系统可选择安装不同的图形界面。这个是很珍贵的简化版本。
-MPlayer is an open source media player to GNU General Public License. This section the software availabl
-
-
0下载:
The SRI Language Modeling Toolkit contains a bunch of useful utilities for language modeling related research. The standard toolkit only includes build procedures for unix and Windows using Cygwin. I wanted to use the libraries in a Visual Studio pro
-
-
1下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
• 使用CreateProcess()来创建进程
• 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
• 调用GetSystemTime()来获取时间
-Design and implementation of the Unix
-
-
0下载:
典型的 Windows 风格麻将小游戏,在 Win32 平台上运行 !play.bat 就可以直接运行程序。在 Unix/Linux 系统上,进入 mahjong 目录,键入 make 命令,如果一切顺利的话,将生成 mj 可执行文件,然后在命令行上运行 ./mj 程序,也可以启动麻将游戏。
-A typical Windows-style mahjong game running on a Win32 platform! Play.bat you can run the program
-
-
0下载:
实验二、进程控制(15分)
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
使用CreateProcess()来创建进程
使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
调用GetSystemTime()来获取时间
在Linux下实现:
使用fork()/execv()来创建进程
-
-
0下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
• 使用CreateProcess()来创建进程
• 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
• 调用GetSystemTime()来获取时间
在Linux下实现:
• 使用fork()/execv()来
-
-
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 su
-