搜索资源列表
GENIE-SHELL
- Genie-shell for ucos 一、 基本要求(必做) (1) 设计并实现ucos的shell模型 (2) 实现简单的Shell命令 hostname命令在屏幕上打印一句话,即自定义的本机名称。 hello 命令可以带多个参数,如hello a b c d,回车后会显示: hello,I am Genie your argv is: a b c d (3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和L
SHROUD_C
- C语言源码加密工具 This version is distributed as executables only for MSDOS computers. The source code for shroud will be released later. We wish to ensure that the version of LEX we use is compatible with LEX on other systems. This source code will not be s
Apress.Expert.Shell.Scripting.Jan.2009
- 2009年图书:精通Shell脚本编程 The book is meant for the intermediate shell coder up to the advanced shell-code hacker, because I don’t explain many basic programming structures. If you’re looking for that type of book, you should look to the resources me
Candshell
- 考虑到脚本语言灵活变量类型、强大正则表达式处理能力再加上系统本身管道、重定向以及丰富命令行工具,本文简要的介绍了一个C与脚本的混合编程的思路-Taking into account the variable type of a scr ipting language and flexible, powerful regular expression processing capabilities coupled with the system itself pipes, redirection,
CmdAsUser
- CmdAsUser - start a command as a specified user Usage: CmdAsUser <user> <domain> [/p <password>] [/c <command>] 介绍一个控制台实用程序,在 Windows NT 系统中运行,它以专门的用户身份启动某个程序命令。它用 Windows API 函数 LogonUser 编程,以专门的用户身份/密码登陆到NT。如果登陆成功,则用 Cre
Bash-Shell
- UNIX/Linux shell 有很多种,比如 Bourne shell(又称 AT&T shell,标准的 UNIX shell, sh)、 C shell(又称 Berkeley shell)、 Korn shell(Bourne shell 的扩展集,ksh)、 TC shell、 Z shell、 Bash shell 等。 这些 shell 的功能和使用都不尽相同。我们通常说 shell 编程,其实说精通所有 shell 编 程是很难的, 一般也没有必要。 学习 shel