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

搜索资源列表

  1. 编译原理课程设计报告LL1文法

    0下载:
  2. 课程设计的目的 通过课程设计进一步理解高级语言在计算机中的执行过程,加深对编译原理中重点算法和编译技术的理解,提高自己的编程能力,培养好的程序设计风格。同时通过某种可视化编程语言的应用,具备初步的Windows环境下的编程思想。解和掌握LL(1)语法分析方法的基本原理;根据给出的LL(1)文法,掌握LL(1)分析表的构造及分析过程的实现。 -curriculum design through curriculum design aimed to further understand se
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:124.02kb
    • 提供者:爽爽
  1. basic解释器源代码

    0下载:
  2. basic解释器源代码 microsoft visual studio 6.0环境下通过-basic explanation for the source code microsoft visual studio environment through 6.0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:128.38kb
    • 提供者:汤瑞
  1. SNLbianyiqi

    0下载:
  2. snl编译器 开发环境visual c-SNL compiler development environments visual c
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:112.39kb
    • 提供者:张爽
  1. PowerToy

    0下载:
  2. PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后,系统会在资源管理器当前工作路径处打开一个命令行窗口,并在此窗口中自动设置Visual Studio的环境变量,如PATH。程序员在此窗口中可方便地执行Visual Studio.NET 2003中的各种命令行工具,如C++、C#的编译器等等。-PowerToy for the convenienc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:149.86kb
    • 提供者:coca
  1. C_minuscomplier1.0

    0下载:
  2. C_minus词法分析器 1.0版(词法分析器源程序,用c++语言编写的,for c-minus,,Visual C++)-C_minus lexical analyzer Version 1.0 (lexical analyzer source with the c language, for c-minus, and Visual C)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.08kb
    • 提供者:张庚声
  1. base64decoder

    0下载:
  2. Base64 decoder for Visual C++, 所谓的Base64 , 是密码学中的一门算法 , 在计算机界来说 , 常常运用在EMAIL传送之上-Base64 decoder for Visual C, the so-called Base64. Cryptography is the one algorithm, in the computer industry, for example, is often used in transmission above EMAIL
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.83kb
    • 提供者:陈志文
  1. SourceCodeExpression

    0下载:
  2. 一个表达式解析器,利用Visual Studio C++6.0 开发,感觉不错,不妨一下-an expression parser, using Visual Studio C + +6.0, feeling good, it may be what
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:136.25kb
    • 提供者:李东洋
  1. aisa-Doc3

    0下载:
  2. 语义分析 语义分析,编译作业,词法分析语义分析,编译作业,词法分析语义分析,编译作业,词法分析语义分析,编译作业,词法分析,,Visual C++ -semantic analysis semantic analysis, compile operations, lexical analysis semantic analysis, compile operations, lexical analysis semantic analysis, compiler work, lexical a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:13.62kb
    • 提供者:yanglei
  1. compileCalculater

    0下载:
  2. 用编译原理相关知识结合VISUAL C++ 制作的可编程计算器-compiler theory with relevant knowledge combined production of Visual C programmable calculator
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:35.85kb
    • 提供者:liuyi
  1. simpler

    0下载:
  2. simple 语言词法分析器, 可视化界面设计,visual c++实现!-simple language lexical analyzer, visual interface design, visual c achieve!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:82.27kb
    • 提供者:宁华波
  1. LL1_parsing_Programme

    0下载:
  2. This a little compile thoery programme.Programme tool is Visual C++ 6.0.-This a little compile thoery program. Program tool is Visual C 6.0.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10.03kb
    • 提供者:刘星
  1. accidence_analyzer

    0下载:
  2. 这是一个编译原理里关于词法分析器的小程序。编程工具是:Visual C++ 6.0-This is a compiler theory Lane on the lexical analyzer small procedures. Programming tools : Visual C + + 6.0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9.69kb
    • 提供者:刘星
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:40.52kb
    • 提供者:尤冉
  1. microsoft visual sourcesafe客户端访问控制漏洞

    1下载:
  2. microsoft visual sourcesafe客户端访问控制漏洞-microsoft visual SourceSafe client access control loophole
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.08kb
    • 提供者:muro
  1. ivf11.0.066.cracker.rar

    4下载:
  2. Intel Visual Fortran compiler 11.0.066 破解,Intel Visual Fortran compiler 11.0.066 cracker
  3. 所属分类:Compiler program

    • 发布日期:2016-01-24
    • 文件大小:671.44kb
    • 提供者:岳宏亮
  1. NFATODFA

    0下载:
  2. NFA到DFA的转换 这是用visual C++ 编写的程序 有注释!-NFA to DFA conversion This is to use visual C++ have the Notes prepared by the procedure!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:4.68kb
    • 提供者:姚升高
  1. Visual-Studio-Project-Converter

    0下载:
  2. 各种visual studio 版本的工程转换器-VSPC is the console utility for converting between project formats for various versions of Microsoft Visual Studio. Currently the project supports VS 2002, 2003, 2005 and 2008. Original version of the code was created by Stoy
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:46.08kb
    • 提供者:lrw
  1. matchingbraces-0

    0下载:
  2. 在Visual Studio 2008里可以用来显示对称括号的插件和源码-matching braces in VS
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:41.57kb
    • 提供者:蓝洋
  1. Visual.Assist.X.v10.5.1724-Crack

    0下载:
  2. 这是VC的帮助工具,和大家分享了,不需要注册码!-This is the VC help tools, and share, and do not need to License!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.42mb
    • 提供者:汪洋
  1. ivf10.0.025.cracker

    0下载:
  2. Intel Visual Fortran compiler v10.0.025 破解 - Intel.Visual.Fortran.Compiler.v10.0.025-TBE - lic 文件 - 导入时路径中不能有中文-Intel Visual Fortran compiler v10.0.025 cracker- lic file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:634byte
    • 提供者:巴斯腾
« 12 3 4 5 6 »
搜珍网 www.dssz.com