搜索资源列表
VBAPIuse
- vb中调用API函数执行其它程序,关闭外部程序,汉字查区位码,区位码还原汉字,建立多级目录,指定目录的例子。-vb call API functions execute other procedures, external closure procedures, Chinese characters investigated location code, Location yards reduction in Chinese characters, the establishment of a
qqres
- QQ资源替换器源程序通过执行外部程序来替换QQ资源文件D
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
shell
- shell程序实现下列功能: (1)解析用户提交的命令行;按照环境变量搜索目录系统;执行命令。 (2)执行外部程序命令,命令可以带参数,可提交后台命令(如ls &); (3)提供fg、bg、cd、history、exit等内部命令。 (3)提供管道和输入输出重定向。 (4)提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状态,以及控制作业的挂起、中止和继续运行。 -Design a shell
BF
- 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
src
- linux环境下的shell模拟程序,程序起名为ysh其特征为:能执行外部程序命令,命令可以带参数。能执行fg,bg,cd,history,exit等内部命令,使用管道和输入输出重定向-shell under linux environment simulation program, the program named ysh characterized by: external procedures to carry out orders, the order parameter can ta
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
1
- 执行外部程序,很不错的易语言源码,适合易语言爱好者使用。-Execute an external program, very good source of easy language for easy language enthusiasts.
VBS-script-collect-daqo
- vbs脚本收集大全 kill进程 vbs脚本 执行外部程序 利用VBS将guest提升为adminstrator。 断网后自动30秒关机 -VBS scr ipt collect daqo Kill process VBS scr ipts External program execution Use VBS guest will ascend for adminstrator. Broken network automatically after 30 s
ek111065
- 用易编写的小例子,效果:执行外部程序.zip易语言存在误报请谨慎下载-Easy to use to write a small example, effect: execute external programs. Zip easy language in the presence of false positives carefully please download
shell
- 基于Linux的shell,包含文件浏览等内部程序,以及执行外部程序,代码简单,适合学习-Linux-based shell that contains the file browser and other internal procedures, as well as the execution of external programs, the code is simple, suitable for learning
td5
- Linux编程 exec 在程序中执行外部程序 编写守护程序-Linux programming exec In the program to execute an external program Daemon
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
VB_execute_out_exefile
- VB 打开并执行外部程序,然后等待程序关闭,关闭后会自动提醒程序已经关闭。-VB execute out exe file, then wait it closed. When the exe closed, you will recieve a message.
BF
- 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
BF
- 使用delphi函数获取执行外部程序文本框内的值-Delphi function to get the implementation of the use of external program the value of text box
66485583
- 执行外部程序,很不错的易语言源码,适合易语言爱好者使用,()
xlcz43
- 用易编写的小例子,效果:执行外部程序 zip易语言存在误报请谨慎下载()
runandwait
- PowerBuilder 利用WindowsAPI,执行EXE文件,并且返回执行结果。(PowerBuilder ran exe.)