搜索资源列表
finc_linux
- c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。-c write a scr ipt interpreter, which can be embedded into the program dynamic configuration by the user's own procedures.
liunx_shellprogram
- 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
个人认为很好用的BASIC脚本解释器
- 个人认为很好用的BASIC脚本解释器,可嵌入C程序中使用,支持扩展对象。,Personally think that a good scr ipt to use the BASIC interpreter can be embedded in C programs used to support the expansion of the object.
shell
- linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
C.Compiler
- C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
minix_shell
- 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
NS_Fundamentals
- NS2使用C++和Otcl作为开发语言。NS可以说是Otcl的脚本解释器,它包含仿真事件调度器、网络组件对象库以及网络构建模型库等。-NS2 using C++ and Otcl as a development language. NS can be said Otcl scr ipt interpreter, which contains the simulation event scheduler, network component object libraries, and netwo
CProgramming
- InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
operating-system
- 利用C语言编写一个微型命令解释程序,接受并解释以下命令:dir:列当前目录;cop 文件1,文件2:拷贝文件;era 文件名:删除文件;dis 文件名:显示字符串;end:结束并退出;命令前后有空格为合法命令。-Using C language to write a mini-command interpreter, to accept and explain the following command: dir: out the current directory cop file 1, f
shell
- c语言实现的一个简单的shell解释器,支持简单的管道-shell interpreter of c
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
1
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
Puke.tar
- 使用C#,利用解释器模式,实现扑克牌解释,按规定文法输入,即可将字符串翻译成别人所出的牌-Using C#, use the interpreter mode, to achieve poker explained, according to the provisions of grammar input string can be translated into other people out of the cards Google 翻译(企业版):译者工具包网站翻译器全球商机洞察
Source
- This a C++ language Interpreter. You can execute C++ source code onto it.-This is a C++ language Interpreter. You can execute C++ source code onto it.
msh
- 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
ttinterp
- ttinterp.c TrueType bytecode interpreter (body). -ttinterp.c TrueType bytecode interpreter (body).
draw_pic
- 使用c++语言,实现函数解释器功能。算法实现简单明了,逻辑清楚,效率比较高,并且在界面绘制相关图形。-The use of c++ language, realize the function of the interpreter function. The algorithm is simple and clear, clear logic, high efficiency, and the related graphics rendering interface.
c-interpreter.tar
- 解释C语言,支持绝大部分C语言语法。。。。。。。。。。。。。。。。(Explain C language and support the majority of C grammar...)