当前位置:
首页
资源下载

搜索资源 - unix command windows
搜索资源列表
-
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下载:
编译命令 cc -o fget fget.c -lcurses 此程序适用于SCO UNIX主机系统,客户端为任意平台。 以Windows客户为例,以下简要说明其使用方法。 1、直接拨号方式 先进入Windows的终端仿真器, 使用ATDT命令向UNIX主机拨号,当主机连通时, 运行主机的FGET程序,格式为 FGET 下载文件名。然后,从终端仿真器的\"传输\"菜单选\"接收二进制文件\"选项,输入本地文件名后,即可接收文件。 2、internet连接方式 先将FGET文件在主机上编译通过,
-
-
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下载:
UNIX的命令格式,功能解释,将它与WINDOWS区别-UNIX command format, function explains that the difference between it and Windows
-
-
8下载:
************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
-
-
0下载:
windows下的linux命令包
包括了linux/unix下常用的命令行实用工具,windows under linux command packet including the linux/unix command-line under the common utility
-
-
0下载:
LastWave,开源项目,信号处理,跨平台,主要以小波应用为主,涉及图像处理和音频处理,非常好的源代码-LastWave is a signal processing oriented command language.
The 3.0 version is based on the GNU wxWidgets library. It allows LastWave to be truly multiplatform : it runs on both X11/Unix (or Li
-
-
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.
-
-
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下载:
Congratulations on downloading a distribution of Jess. You ll find a
file lib/jess.jar in this distribution -- that s Jess. We ve included
two scr ipts that you can run to get a Jess command prompt: one for
Windows, and one for UNIX. They re bo
-
-
2下载:
创建进程
文件包含在linux和windows下创建进程的算法
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
• 使用CreateProcess()来创建进程
• 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
• 调用GetSystemTime()来获取时间
在L
-
-
1下载:
为Windows操作系统建立一个兼容Unix命令的命令接口;
实现命令包括ls,cat,cp,mv,md,rd,cd,sort,more,print,命令的内容与详细格式请查阅unix命令手册;
可以字符形式接收命令,执行命令,然后显示命令执行结果。-Compatible for the Windows operating system, a Unix command command interface to achieve order, including ls, cat, cp,
-
-
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
-
-
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
-
-
1下载:
设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。
在Windows下实现:
◦ 使用CreateProcess()来创建进程
◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步
◦ 调用GetSystemTime()来获取时间
-Design and implementation of Unix &qu
-