CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - debugging

搜索资源列表

  1. grammatica-1.4.tar.gz

    0下载:
  2. Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:633058
    • 提供者:
  1. fenris

    0下载:
  2. Fenris是一个检测并把高层次的语言结构做成文档的多功能故障检测器、调试器、代码分析工具。它能回复符号,把程序执行流绘成图,检查内部运行情况,恢复符号表,并处理反调试保护。它有一个命令行接口和一个类似SoftICE的GUI与Web前端-Fenris is a detection and high-level language structure made of multifunctional document fault detection, debugging, code analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1212623
    • 提供者:张光强
  1. cwdl291s

    0下载:
  2. CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of edi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2320422
    • 提供者:肖逸
  1. jp jp(0)

    0下载:
  2. 是词法分析程序,可以对词法分析有更深的了解与认识,源程序已经经过调试,可用-is lexical analysis procedure of lexical analysis can have a better understanding, the source has already debugging, available
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8147
    • 提供者:周文明
  1. bsh

    0下载:
  2. BeanShell是一个小型的,免费的,可嵌入式的,具有面向对象脚本语言特性的Java代码解释器。它是用Java语言写的。它能执行标准的Java语句和表达式,还自带简单的脚本命令和语法。它把编程对象当成一个简单的方法,这很像Perl和Javascr ipt. 你可以在写Java测试或调试时使用BeanShell,也可以用它作为你的应用程序的脚本引挚。简而言之,BeanShell可以动态的解释JAVA语言。也就是说BeanShell在许多方面对于Java的用处就像Tcl/Tk对于C的用处一样:
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1430290
    • 提供者:limu7475
  1. Language863

    0下载:
  2. 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论文附录,刘颖博士的博士论文为: 刘颖,规则方法和统计方
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:97889
    • 提供者:凡小川
  1. zhp2006041602

    0下载:
  2. 一个自己编写的词法分析小程序,已经调试好的,保证能运行。-a lexical analysis prepared by the small program debugging has been good, can guarantee operation.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:23577
    • 提供者:赵鹏
  1. 6502_Macroassembly

    0下载:
  2. 专门为65XX系列芯片设计的变异调试环境的源代码,自带代码加色系统,以及模拟调试环境-65XX series dedicated to the variation of chip design debugging environment of source code, code plus its own color system, simulation and debugging environment
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:661976
    • 提供者:JIPU_PHIL
  1. soft-ice

    0下载:
  2. 强大的内存调试工具,主要用来跟踪调试内存的情况。-powerful memory debugging tools are mainly used for tracking the memory debugging.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:120368
    • 提供者:robeson
  1. SoftICE_564

    1下载:
  2. 这是一个用来调试驱动开发的一个调试器,可以编译和调试基于NDIS机制的驱动开发。-This is a debugger to drive the development of a debugger, Compiling and Debugging can be based on the NDIS driver development mechanism.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:92191
    • 提供者:刘才智
  1. pl0bianyiyuanli

    0下载:
  2. pl0的编译程序,有中文注释,在vc下调试通过了,对于学习编译原理是非常有效的。-p10, compilers, Chinese translations, vc under debugging passed, learning compiler theory is very effective.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8898
    • 提供者:马宏泉
  1. complior

    0下载:
  2. 编译器词法分析 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。 -compiler is a lexical analysis. Automatic design of the scanner; 2. Design translation, the Token generation algor
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5428
    • 提供者:送水的
  1. experimentofll(1)

    0下载:
  2. 编译原理实验ll(0)预测表分析法,编译调试通过.检查是没问题了.-compiler principle experiment'll (0) projections for analysis, debugging through compiler. Inspection is not a problem.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8524
    • 提供者:李建国
  1. MP3

    0下载:
  2. 单片机控制K9F5608的读写程序。程序已通过调试。可供大家借鉴。-SCM reader K9F5608 control procedures. The procedure has been adopted debugging. For everybody s reference.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8323492
    • 提供者:郑郑
  1. 词法

    0下载:
  2. 这是一个词法分析器,、实验内容: 1. 设计扫描器的自动机; 2. 设计翻译、生成Token的算法; 3. 编写代码并上机调试运行通过。 • 要求:输入——源程序文件; 输出——(1)相应的Token序列; (2)关键字、界符表,符号表,常数表。-This a lexical analyzer, and the contents : 1. The design of automatic scanner machine; 2. Design translation, the Token
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5794
    • 提供者:石青
  1. recda

    0下载:
  2. 我们编译原理的上机作业,随便写写糊弄老师的,做tc下调试通过。-we build on the principle of operation for the casual writing fool the teachers do tc under debugging through.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1111
    • 提供者:静水流深
  1. LCD.rar

    0下载:
  2. 用DSP控制LED,DSP采用2812.此程序在实际板子上调试通过。,DSP control with LED, DSP using 2812. This program debugging through the actual board.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:156165
    • 提供者:皮皮
  1. xunhuanyuju

    0下载:
  2. 通过设计、编制、调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。-By design, compilation, debugging a syntax and semantic analysis program, syntax and semantic analysis to deepen understanding of the principles.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:60254
    • 提供者:李祁缘
  1. wordRecognizing

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。-Debugging through the design of the preparation of a specific lexical analysis program , to deepen understanding of the principles of lexical analysis . And control in the progr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:8070
    • 提供者:suhuhu
  1. TMS320LF240X-Debugging-environment

    0下载:
  2. 介绍了TMS320LF240X的调试环境代码编译器CC,同时介绍 了调试一个程序的简单步骤-Describes the debugging code compiler environment CC of TMS320LF240X, also introduced the simple steps to debug a program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:846229
    • 提供者:liminyan
« 12 3 4 »
搜珍网 www.dssz.com