搜索资源列表
confuse-2.6.tar.gz
- linux 命令行参数的处理的其中一种,可以学习学习,linux command-line parameters to deal with one, you can learn
SBGetOpt
- 封装getopt的C++类,能够比较方便地使用命令行参数进行开发-The package getopt C++ class can be more convenient to use the command-line parameters for development
crc32addpatch
- CRC32自检壳加壳工具Unicode版 支持命令行加壳,支持Unicode路径。 Param1 为需要加壳的文件, 后面的几个参数可不分先后 /dos //直接命令行加壳,不打开加壳对话框 /bak or /nobak //加壳前是否备份 /show //CRC自检出错时是否显示提示框 /msg#对话框标题#对话框内容#对话框图标(0-3) -CRC32 self加壳shell tool command line support Unicode version of
CloseWin
- 调用API函数,实现windows的关机、重启等功能。是一个完整的、可用的程序,支持命令行、参数,可以直接调用。特点:强力、快速关机。即使其它软件无法实现关机的情况下也能起用。-Call the API function, the realization of windows shutdown and restart functions. Is a complete, all available procedures, support command line, parameters, can
ls
- 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a di
helloword
- /* GtkWidget 是构件的存储类型 */ GtkWidget *window GtkWidget *button /* 这个函数在所有的 GTK 程序都要调用。参数由命令行中解析出来并且送到该程序中*/ gtk_init (&argc, &argv) /* 创建一个新窗口 */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL) -/* GtkWidget is the storage c
secret
- pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –
readothercmdline
- windows下获取其它进程命令行参数的程序-access to other processes under the windows command line parameters the procedure
cmdline
- 取得命令行参数 取得命令行参数 -Obtain command line parameters to obtain command line parameters to obtain command line parameters to obtain command line parameters
111
- 试了很多 关机软件都不能在计算机锁定的状态下执行关机操作, 最近看到一款 "关机酷XP"的就能在这样的环境下执行关键/注销的 操作,于是简单的分析了下,发现作者只是用ExitWindowsEx 这个API 就实现了,本以为很复杂啊..-_-|. 昨天晚上看了点delphi,手痒,试着 用delphi写了下,还真能用..只是不知道delphi如何实现C那样接受命 令行参数呢?用GetCommandline的话,在delphi操作字符串还真不熟练, 故此就写成这样.. -
linexcom
- Linux serial test program which requires the command parameters to be entered on the command line when the program is started. This program will send output typed on the computer keyboard after the program is started, through the serial port specifie
list
- 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
DirMonitor.tar
- 1、程序遵守某一 License 2、程序用 C/C++编写,能通过 auto configure 进行配置、编译和安装,程序运行 在 Linux 上。 3、程序源码包以.tgz 或 tar.gz 方式提交。 4、程序有相关使用说明文档,如 Readme 等。 5、一旦该程序发现指定监视的目录中有文件或目录的变化,就将这些变化记录 到日志文件中,并实时输出至远程监控机的控制台上。 6、该程序有一个配置文件,服务启动时读取该配置文件,该程序也可以通过命 令行启动,此
dname-0.1.tar
- 一小段C程序,实现路径中的目录和文件名拆分,能够接收命令行参数或控制台或管道输入,程序结果类似dirname和basename命令。常用于对大量目录名和路径名进行拆分和列表统计,基本满足工作所需。enjoy it-A short C program, to achieve the path of the directory and file name resolution, able to receive command-line parameters or the console or pip
AVGateService_EMail
- 监控服务器上运行的HTTP、FTP、SMTP、POP3等所有应用服务; 监控服务器上文件和目录是否被修改,监控WEB网站是否被黑; 监控DDN专线、VPN隧道的可用性、丢包率和延时; 分析和管理内网流量情况; 监控机房内温度和湿度等环境参数; 监控UPS不间断电源的各种数据及状态; 监控到故障,通过手机短信、电话、电子邮件、发出报警声音和监控屏幕警告等方式通知管理员-Monitoring server running on HTTP,
myshell_v0.3
- 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 prototype, the basic function i
ghost
- Ghost 可以在其启动的命令行中添加众多参数以实现更多的功能。命令行参数在使用时颇为复杂,不过我们可以制作批处理文件,从而“一劳永逸”(类似于无人安装 Windows 98 和Windows 2000)。现在让我们来了解一些常用的参数。-Ghost in the boot command line to add a number of parameters in order to achieve more. Use the command line parameters is quite co
Windows
- 设计并实现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
Command-line-parameters-demo
- 演示VB开发的应用程序,如何将命令行参数传递给程序.-VB demo applications developed, how the command-line arguments passed to the program.
qecls
- C语言,显示使用 ARGC , ARGC 命令行参数的实例 不错(C language, shows that using the arg C, arg c. good command line parameters of instance)