CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - Interpreter

搜索资源列表

  1. CMM

    0下载:
  2. 了解cmm语言的语法和词法分析,帮助理解cmm语法解释器的基本设计-Understood cmm language syntax and lexical analysis to help understand the basic design of the the cmm syntax interpreter
  3. 所属分类:Project Design

    • 发布日期:2017-11-09
    • 文件大小:128810
    • 提供者:xiaohan
  1. CNCcode

    0下载:
  2. 开放式数控系统加工指令代码解释器的研究与实现-Open CNC system processing instruction code interpreter Research and Implementation
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2218286
    • 提供者:clifford
  1. cnc_gcode

    0下载:
  2. 本文在基于ARM+DSP的网络化嵌入式数控系统的基础上,设计出一种流水线处理方式的G代码解释方法,以流水线的方式对 加工代码进行编译—解释,减少指令执行的时间,增强了嵌入式处理器的G代码处理能力。该G代码解释器在ADS1.2编译环境下调试 通过,移植在S3C44B0芯片中,运行效果良好-In this paper, a network based on ARM+ DSP embedded CNC system based on the assembly line approach to
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:3052158
    • 提供者:kaidy
  1. finish0617

    0下载:
  2. 利用21H中断实现DOS功能调用,从而使C语言中能够实现与DOS功能相同的命令解释器-Use DOS function 21H interrupt call, so that C language functions to achieve the same with the DOS command interpreter
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3771
    • 提供者:chris
  1. GCC-file-interpreter

    0下载:
  2. GCC BASED PROGRAM TO INTERPRET FILETYPE USING C-GCC BASED PROGRAM TO INTERPRET FILETYPE USING C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:2176
    • 提供者:ciocarlia
  1. Interpreter-pattern-design-pattern-_

    0下载:
  2. 设计模式中的解释器方法模式-Interpreter pattern design pattern _
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:457362
    • 提供者:dongyirun
  1. SE2-Spec-of-Systems-and-Languages

    0下载:
  2. 第二卷涵盖的基本原则和技术的具体制度和语言。它涉及的建模符号(语用,语义和语法的系统和语言) ,空间造型和简单的时间现象,而且这种专门题目为模块化(包括uml类图), petri网,活出序列图,状态图,和颞逻辑学,其中包括持续计算。最后,本书介绍的技术翻译和编译器开发的功能性,势在必行,模块化和并行编程语言。 -The second volume covers the basic principles and techniques of specifying systems and langua
  3. 所属分类:software engineering

    • 发布日期:2017-06-20
    • 文件大小:32522570
    • 提供者:Hwang
  1. Q3VM-Specifications

    0下载:
  2. The Q3VM is a virtual machine used by Quake III to run the game module. The VM is a sort of sandbox to limit the damage a rogue or malicious QVM program can wreak. Though not perfect, it certainly is much safer than full access to native machin
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:41802
    • 提供者:fang
  1. OS

    0下载:
  2. 实验要求 编写类似于DOS,UNIX的命令行解释程序 (1)自行定义系统提示符 (2)自定义命令集(8-10个) (3)用户输入HELP以查找命令的帮助 (4)列出命令的功能,区分内部还是外部命令 (5)用户输入QUIT退出 (6)内部命令有dir, cd, md, rd, cls, date, time, ren, copy等。 -The experiment requires the preparation is similar to the DOS, UNI
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:141945
    • 提供者:张志刚
  1. cmm-compiler-document

    0下载:
  2. cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。-cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1372500
    • 提供者:stanly
  1. bazipaipan

    1下载:
  2. 八字排盘软件 娱乐使用//"//"后的是注释语句,程序不会执行,是写给自己看的 //变量定义区,变量必须定义在这里 int n1 string s1 //变量定义区 解释程序() //程序开头必须有 { n1=1 while(n1<=110) { 输出数字(运气得分(n1)) //每条语句后都有 连接输出(" ") //每条语句后都有 n1=n1+1 //每条语句后都有 }
  3. 所属分类:Software Testing

    • 发布日期:2017-11-17
    • 文件大小:1194182
    • 提供者:ligaofeng
  1. myshell

    0下载:
  2. 一个SEHLL命令翻译器的源代码 功能齐全适合初学者使用-A SEHLL command interpreter source code fully functional for beginners
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:52829
    • 提供者:why
  1. 1

    0下载:
  2. 一个微型命令解释程序 dir cop era dis end-A miniature command interpreter dir cop era dis end
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:辉洒小青春
  1. shell

    0下载:
  2. shell命令解释器的源码,实现内部外部命令及管道重定向等-shell command interpreter source code, to achieve internal and external commands and pipes and redirection
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6751
    • 提供者:ffzzxx
  1. humorous-design-mode

    0下载:
  2. 这是一本关于设计模式的电子书(幽默设计模式),值得学习。 1、策略模式 2、代理模式 3、单例模式 4、多例模式 5、工厂方法模式 6、抽象工厂模式 7、门面模式 8、适配器模式 9、模板方法模式 10、建造者模式 11、桥梁模式 12、命令模式 13、装饰模式 14、迭代模式 15、组合模式 16、观察者模式 17、责任链模式 18、访问者模式 19、状态模式 20、原型模式 21、中介者模式 22、解释器
  3. 所属分类:Project Design

    • 发布日期:2017-05-08
    • 文件大小:1684178
    • 提供者:陈盛乾
  1. NIST-RS274NGC-Interpreter

    0下载:
  2. NIST RS274 NC GCODE INTERPRETER TOKENS FUNCTIONS AND INTERPOLATION
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:384799
    • 提供者:goodcook
  1. Linux-end-G-ode

    0下载:
  2. 在论述 G代码解释器总体结构设计的基础上 , 详细介绍了 G代码关键字函数表和 G代码分组-On the basis of G-code interpreter discusses the overall structure of the design, the details of the code key function G and G code table grouping
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:311608
    • 提供者:丁文鑫
  1. interpreter

    0下载:
  2. interpreter lisp in c-interpreter lisp in c++....
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:kunal yadav
  1. GenericModelingEnvironmentCSharpInterpr

    0下载:
  2. C# Interpreter for Generic Modeling Environment (GME)
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1376914
    • 提供者:robert
搜珍网 www.dssz.com