CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - c interpreter

搜索资源列表

  1. finc_linux

    0下载:
  2. c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。-c write a scr ipt interpreter, which can be embedded into the program dynamic configuration by the user's own procedures.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:713.95kb
    • 提供者:fxy
  1. liunx_shellprogram

    4下载:
  2. 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:22.48kb
    • 提供者:李强
  1. 个人认为很好用的BASIC脚本解释器

    0下载:
  2. 个人认为很好用的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.
  3. 所属分类:系统编程

    • 发布日期:2013-02-20
    • 文件大小:277.67kb
    • 提供者:王长春
  1. shell

    0下载:
  2. linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:8.75kb
    • 提供者:方青
  1. C.Compiler

    0下载:
  2. C编译器使用了界面库CJLIB6.0,自己修改了CrystalView的高亮显示方式,仿照emacs,代码生成先使用了PCode,但因为苦于手中没有解释器,编写一个时间不够,所以后来又编写了80x86汇编代码的生成,有一定突破。自我认为整个程序界面比较友好,功能(基于所要求的)也计较完善。-C compiler to use the interface library CJLIB6.0, his revised CrystalView highlighting the way, along th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:885.36kb
    • 提供者:白大勇
  1. minix_shell

    1下载:
  2. 在minix系统下,用C编写的代码,实现Minix系统shell命令解释器功能。-In the minix system, with code written in C to achieve Minix system shell command interpreter functionality.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-11-21
    • 文件大小:248.22kb
    • 提供者:pry
  1. NS_Fundamentals

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:23.7kb
    • 提供者:qindong
  1. CProgramming

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:nbsdude
  1. operating-system

    0下载:
  2. 利用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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5.69kb
    • 提供者:huhuanting
  1. shell

    1下载:
  2. c语言实现的一个简单的shell解释器,支持简单的管道-shell interpreter of c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:42.59kb
    • 提供者:mengwenli
  1. Shell

    0下载:
  2. 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:420.63kb
    • 提供者:Hang
  1. 1

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:chris
  1. Puke.tar

    0下载:
  2. 使用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 翻译(企业版):译者工具包网站翻译器全球商机洞察
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2.59mb
    • 提供者:wang xiangwei
  1. Source

    0下载:
  2. 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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-27
    • 文件大小:11.07kb
    • 提供者:Rocky
  1. msh

    0下载:
  2. 自己编写的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.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:7.76kb
    • 提供者:谢湘成
  1. ttinterp

    0下载:
  2. ttinterp.c TrueType bytecode interpreter (body). -ttinterp.c TrueType bytecode interpreter (body).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:39.69kb
    • 提供者:foqblon
  1. draw_pic

    0下载:
  2. 使用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.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2.91mb
    • 提供者:曹匆
  1. c-interpreter.tar

    0下载:
  2. 解释C语言,支持绝大部分C语言语法。。。。。。。。。。。。。。。。(Explain C language and support the majority of C grammar...)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:16kb
    • 提供者:真阳大能
搜珍网 www.dssz.com