Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - command shell
Search - command shell - List
DL : 0
CYSHELL 是专门为CYPRESS CY63723 芯片的编译器开发的外壳程序,CYASM 编译器只提供了命令行模式,初学者很难使用,因此我给它写了一个WINDOWS 外壳,提供可视化的界面调用,该代码使用了管道通讯技术,在WINDOWS窗口显示本来只能在DOS界面的提示信息,本人原创代码。-CYSHELL specifically for CYPRESS CY63723 chip developed compiler shell, CYASM compiler only provides a command-line mode, it is difficult for beginners to use, so I write it to a shell WINDOWS provide visualization interface called The code uses the channels of communication technology, have been in the WINDOWS window displays in the DOS interface only message I original code.
Date : 2025-12-18 Size : 103kb User : 陶思良

DL : 0
现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most of today' s software, added a shell to break caused great inconvenience finished. PEiD able to detect almost all of the shell, their number has more than 470 kinds of packers PE file types and signatures, the new version added support for command line operation, use very convenient. The analysis is the performance of various types of investigations the most powerful tool in the shell of a. It may also identify the EXE file is written in what language, for example: VC++, Delphi, VB, or Delphi and so on.
Date : 2025-12-18 Size : 2.59mb User : 老袁

讲解shell命令是如何工作的,对于想自己动手实现一个解释器的朋友非常有帮助-Explain how the shell command to work, who want their hands to achieve an interpreter friend very helpful! !
Date : 2025-12-18 Size : 4kb User : guoxiaoliang

linux环境下,实现的shell解释器,实现功能主要有: 1. 基本界面由输入提示符开头 2. 执行可执行文件包括参数 3. 错误提示 4. 内置简单shell 命令 cd exit 5. 单次I/O 重定向 > < 6. 单次管道 | 7. 后台运行 & 8. 顺序执行多个命令 ;-linux environment, to achieve the shell interpreter to realize functions are: 1 basic interface to the input prompt at the beginning 2. run the executable file, including parameters of 3 error 4 built-in simple shell command cd exit 5. Single I/O redirection> < 6 single pipe | 7. running in the background & 8 in order to execute multiple commands
Date : 2025-12-18 Size : 3kb User : lijinping

DL : 0
shell命令解释器的一个源码。实现了shell命令解释器一般的内部命令和外部命令。-a source for the shell command interpreter. Shell command interpreter' s internal commands and external commands.
Date : 2025-12-18 Size : 6kb User : 饭饭

DL : 0
一个简单的shell命令解释器,有重定向,管道,历史等功能。-A simple shell command interpreter, redirection, pipes, history.
Date : 2025-12-18 Size : 30kb User : 李俊

ipython 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。-ipython is a python interactive shell, than the default python shell is much more useful to support variable auto-completion, auto-indent, support bash shell command, and built a number of useful features and functions. So long as in ubuntu sudo apt-get install ipython had loaded it through ipython starts.
Date : 2025-12-18 Size : 6.79mb User : 王亮

windows 命令解释器(shell)模拟程序-windows command interpreter (shell) simulation program
Date : 2025-12-18 Size : 750kb User : 张雄

 Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error. - Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#)  Your shell MUST support, at minimum, the following commands: o The internal shell command “exit” to terminate the shell o ls, with no arguments o ls, with arguments (e.g., ls –l) o echo  Your shell WILL NEED system calls fork(), waitpid(), and one of execv, execve or execvp. You MUST NOT use the C library function system(). You WILL receive a grade of zero if you do so.  You MUST check and correctly handle all return values. This means that you need to read the man pages for the system calls to figure out what the possible return values are and the types of errors they indicate, and what you must do when you get that error.
Date : 2025-12-18 Size : 1kb User : Jason
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.