CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 解释执行

搜索资源列表

  1. compile

    1下载:
  2. 一个c0编译器~采用解释执行~解压后用visual c++运行即可。-a c0 compiler which interpret c0 source to pcode,it should be ran in visual c++.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:470723
    • 提供者:bruce zhou
  1. cint-5.18.00

    0下载:
  2. Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。我们可以利用它来让我们的程序支持解释C++语言。 附带源码-Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definition, and the GCC, VC and other compiler different, it is interpreted C++ code. We
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2618192
    • 提供者:DERAIN
  1. Applet

    0下载:
  2. JAVA课件Applet是Java语言的又一应用形式。它没有main方法,因而不能由解释器直接解释执行。-JAVA Applet is a Java language courseware another application form. It does not main methods, which can not be directly interpreted by the interpreter.
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:93516
    • 提供者:水滴
  1. ValidateClass_v1.6.1

    0下载:
  2. 本预防类最大的优点是对于最终用户来说透明,用户几乎感觉不到预防类的存在。而对于机器人或类似的自动化程序来说,需要获取页面的SID,然后根据SID计算及拼写,最后将正常的数据与根据SID计算出来的结果一并提交至处理页面进行验证。 破解本预防类的最大难点在于如何解释执行javascr ipt脚本。因为本类将动态加载部分使用javascr ipt形式由客户端浏览器解释执行,但机器人只认识源代码,并不能执行脚本,因此机器人在提交的时候缺少SID验证标志,导致服务器端验证失败。 除非对
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:18175
    • 提供者:dddd
  1. ValidateClass_2.0_free

    0下载:
  2. 预防机器人ASP类(ValidateClass) 最大的优点是对于最终用户来说透明,用户几乎感觉不到预防类的存在。而对于机器人或类似的自动化程序来说,需要获取页面的SID,然后根据SID计算及拼写,最后将正常的数据与根据SID计算出来的结果一并提交至处理页面进行验证。 预防机器人ASP类(ValidateClass) 2.0 更新内容: 重新整理了类结构,增删改部分属性、方法。 破解本预防类的最大难点在于如何解释执行java scr ipt脚本。因为本类将动态加载部分使用
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:16100
    • 提供者:zp1027
  1. basic

    0下载:
  2. Basic解释器,能过解释执行简单的Basic代码。-Basic program.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:26332
    • 提供者:陶月
  1. jisuanjizuchengyuanli

    0下载:
  2. 将微程序存入到高速的只读存储器中,机器指令的解释执行通过读取对应的微程序来完成,存储逻辑实现的控制器称为微程序控制器。 微指令的操作控制部分决定给出的微命令,顺序控制部分决定下一条微指令在只读存储器中的地址,由判别测试字段和后续直接地址构成。如果判别测试字段全为0,后续直接地址给出下一条微指令的地址;否则修改后续直接地址作为下一条微指令的地址。 -The micro-program into the high-speed read-only memory, the machine in
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:153536
    • 提供者:王珏
  1. interpreter

    0下载:
  2. 类c语言解释器的设计与实现,实现了词法分析、语法分析、表达式求值。可对c的各种语句进行解释执行。-the design an implementation of c-like language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:82559
    • 提供者:xxh
  1. PL0

    0下载:
  2. 编译程序源代码:词法分析、因子处理、项处理、表达式处理、部分处理、条件处理、分程序分析处理过程语句、通过静态链求出数据区的基地址对目标代码的解释执行程序。-Compiler source code: lexical analysis, factor processing, processing, handling, processing, parts of expression conditions, process analysis, process statement by static c
  3. 所属分类:其他小程序

    • 发布日期:2017-04-07
    • 文件大小:7075
    • 提供者:薛冰洁
  1. PL0-language-translators

    0下载:
  2. PL0语言编译器,包括课设报告和源代码。PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。-PL0 language translators, including class set report and the source code. PL/0 language can be thought of as PASCAL subset of language, it is a compiler compile explain execution system.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:564883
    • 提供者:lihua
  1. a

    0下载:
  2. 编译原理的源代码,涉及了编译原理的过程:中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行-compiler source code, the compiler principles involved in various processes : code generation and code optimization (regular expression optimization, public expression opt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1735
    • 提供者:yangyueyu
  1. JSQFinal

    0下载:
  2. 编译原理课程设计,CMM 是一种经过简化的 C 语言,CMM 解释器是一个 CMM 语言 的集成开发环境,经过词法、语法和语义的分析,通过递归下降子程序法对 CMM 语言 进行解释执行。此解释器可以实现几种基本数据类型的表达式计算、隐式转换和强制转 换,循环语句的控制,多维数组的处理,函数调用和重载,变量作用域限制等功能。IDE 能够进行代码自动缩近、语法高亮、撤销重做、括号匹配、错误检查标记、函数定位、 快速注释、输出语法树等。 -CMM is a programming
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:229436
    • 提供者:
  1. ruby-on-rails

    0下载:
  2. 这是一本中文RUBY教程,简单易懂,适合新手,作为解释执行的语言,ruby非常适合学习。-it s for you to learn ruby, very easy~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2366741
    • 提供者:王刚
  1. experiment1

    0下载:
  2. 个人原创:熟悉JDK的安装和配置,学习如何编写并运行简单的Application程序和Applet程序(能输出一条简单的问候信息): 1.在Editplus(或JCreator ,Textpad)环境下编写一个HelloWorld.java程序, (1)在主方法static public void main(String[ ] args)中调用System.out.println()方法,使程序输出一条问候信息; (2) 编译运行程序,观察运行情况和输出结果。(使用JDK环境,调用j
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1812
    • 提供者:李瑞
  1. Commate

    0下载:
  2. VC2010开发的通信测试工具.支持串口/TCP/UDP.可以按十六进制或ASCII方式监视通信内容,进行端口转发.可以解释执行用户编写的通信测试脚本进行通信过程模拟.-The VC2010 development of communications test tool. Support serial/TCP/UDP. Hexadecimal or ASCII way to monitor the content of communications, and port forwarding. C
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:1140939
    • 提供者:wangyaoyang
  1. pax

    0下载:
  2. 脚本解释执行的另一个例子,比较简单易懂,初学者可以参考一下-scr ipt to explain another example of the execution, relatively simple and easy to understand
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-02
    • 文件大小:690029
    • 提供者:刘杰
  1. CPPPL-O

    0下载:
  2. PL/0语言可以看成PASCAL语言的子集,它的编译程序是一个编译解释执行系统。PL/0的目标程序为假想栈式计算机的汇编语言,与具体计算机无关。 文件说明: PL.htm---PL/0语言基本原理 pl0.h---定义 PL0.cpp---实现 testPl0.cpp---使用方法举例 testPas.txt---一个LP/0语言源程序-PL/0 language can be seen as a subset of the PASCAL language, the co
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:594783
    • 提供者:Jeep
  1. language-interpreter-actuator

    0下载:
  2. 基于java的动画语言解释执行工具,看网上有很多朋友在寻找这个用于课程设计参考,就写一个发给大家参考一下啊,交流学习!-Explain the implementation of the java-based animation language tool, look online there are a lot of friends looking for curriculum design reference, write a distributed reference ah, the ex
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:32558
    • 提供者:赵辰成
  1. tThemiddlegenh

    1下载:
  2. 这是编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行行行,详细地阐述了一个编译器的设计与实现。它是大纲教学,课程设计良好的示范,也是编程与开发爱好者提高的好参考,其中这是中间代码生成部分。-This is the source code of the compiler theory, involving the various compiler th
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5487
    • 提供者:系统,结构
  1. Wlloucompi

    0下载:
  2. 用c写的tiny语言的解释器,包括词词法分析、语法分析、语义分析,解释执行 -C write tiny interpretation of the language, including word lexical analysis, syntax analysis, semantic analysis, and interpretation of the implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:55395
    • 提供者:insight
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com