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

搜索资源列表

  1. BLT2.4z.tar

    0下载:
  2. BLT is a library of extensions to the Tk library. It adds new commands and variables to the application s interpreter. -BLT is a library of extensions to the Tk LIBR ary. It adds new commands and variables to the ap scalable s interpreter.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2200973
    • 提供者:xulinzhou
  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
    • 文件大小:731085
    • 提供者:fxy
  1. StatusToError

    0下载:
  2. windows错误代码解释器。这个工具是用Win32asm写的翻译windows错误代码的工具。附带了asm的源程序,想学习win32asm的不妨看一看。-windows error code interpreter. This tool is used to write the Win32asm windows error code translation tool. Asm2 fringe of the source files, to study the win32asm may wish
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13859
    • 提供者:guanjie
  1. sct-1.05.tar

    0下载:
  2. 应用平台 Unix/Linux  <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 -application platform Unix / Linux lt; Brgt; Sct (Serial Communication Tracer's initials) is a very
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:88308
    • 提供者:王浩
  1. gambas-1.0.19

    0下载:
  2. Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7741144
    • 提供者:ma chuanjun
  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
    • 文件大小:23015
    • 提供者:李强
  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
    • 文件大小:284339
    • 提供者:王长春
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:8186
    • 提供者:香烟
  1. shell

    0下载:
  2. 自己写的shell解释器,有多重管道、重定向、以及读入双引号功能。程序风格良好,适合阅读。-Write your own shell interpreter, there are multiple pipes, redirection, and read features double quotation marks. Good program style, suitable for reading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:189007
    • 提供者:ryyrzzl
  1. shell

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

    • 发布日期:2017-04-17
    • 文件大小:8964
    • 提供者:方青
  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
    • 文件大小:906605
    • 提供者:白大勇
  1. A-Simple-Shell

    4下载:
  2. Shell或者命令行解释器是操作系统中最基本的用户接口,该项目是写一个简单的Shell程序myshell。具体的详细功能见压缩包文件: A Simple Shell设计报告.docx-Shell command line interpreter or operating system is the most basic user interface, the project is to write a simple Shell program myshell. Details of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:111692
    • 提供者:sy
  1. meval.tar

    0下载:
  2. lisp下面编写的meval的lisp语言解释器,对学习lisp语言的人非常重要-lisp prepared meval below the lisp language interpreter, lisp language learning are very important
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:2247
    • 提供者:YIN WEI
  1. The_Programming_Interface_Specification_of_Applica

    0下载:
  2. 本文档是Linux 应用程序编程界面规范,规定标准的LINUX 操作系统为进行中、英文信息处理的 应用程序时提供必须的接口和运行环境,包括核心的应用程序编程界面、各种库函数、命令解释程序 (“shell”)、公共实用程序、图形用户界面(包括窗口函数)以及国际化和中文语境的本地化函数以支 持中英文信息处理的应用程序源码级的可移植性。-This document is a Linux application programming interface specification, the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:649756
    • 提供者:李李李
  1. yabasic-2.763.tar

    0下载:
  2. Linux下VB解释器,可以在linux下执行vb程序-VB interpreter under Linux can be run under linux procedure vb
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:538760
    • 提供者:mxx
  1. 1

    0下载:
  2. 模拟命令解释程序,模拟cmd的程序,如列出目录文件命令,列出当前目录命令等-Simulation command interpreter
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2174
    • 提供者:辉辉
  1. Interpreter

    0下载:
  2. Interpreter Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:23494
    • 提供者:puitanggeng
  1. scheme-interpreter-master

    0下载:
  2. scheme解释器, 可用于学习如何写一个真正的解释器,-scheme interpreter
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:181276
    • 提供者:sxf
  1. Interpreter--1568File7877213

    0下载:
  2. 有关好代码里面的Interpreter 1568File7877213源码,希望大家喜欢-About good code Interpreter- 1568 file7877213 inside the source code, hope you like them
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:794
    • 提供者:PV-917
  1. Interpreter--71822Symbian_5271367

    0下载:
  2. 这个源码Interpreter 71822Symbian_5271367的功能相对而言还是不错的,很值得学习使用-This source code Interpreter- 71822 symbian_5271367 function relative to character is good, is well worth learning to use
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:1112
    • 提供者:lnavj-2440
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com