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

搜索资源列表

  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. 个人认为很好用的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. Shell

    0下载:
  2. Shell编程入门:Linux解释器原理详细介绍.doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7.27kb
    • 提供者:wuxiaolong
  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. LinuxShell

    0下载:
  2. Shell就是一个命令行解释器,它的作用就是遵循一定的语法将输入的命令加以解释并传给系统。它为用户提供了一个向Linux发送请求以便运行程序的接口系统级程序,用户可以用Shell来启动、挂起、停止甚至是编写一些程序。 Shell本身是一个用C语言编写的程序,它是用户使用Linux的桥梁。-A shell is a piece of software that provides an interface for users of an operating system which provides
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:517.05kb
    • 提供者:xuxianfeng
  1. shiyancaozuoxitong-Linux

    0下载:
  2. 本实验要求在Linux 环境中使用C 语言编写一个简单的shell 命令解释器程序,-Operating system experiments, the first experiment, the experiment content
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:94.12kb
    • 提供者:zhaojisi
  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. 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. cJSONFiles

    0下载:
  2. cjson功能强大的json C语言解释器
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:24.83kb
    • 提供者:
  1. c4-master

    0下载:
  2. 简单的C语言解释器,来自于GitHub-4 function
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:38.96kb
    • 提供者:lu
  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
    • 提供者:曹匆
搜珍网 www.dssz.com