CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - pascal to

搜索资源列表

  1. TPaxCompilerV2_4_03

    0下载:
  2. paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:11069740
    • 提供者:贺达
  1. byk

    0下载:
  2. 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。-Compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1375417
    • 提供者:
  1. pascal2c

    0下载:
  2. PASCAL子集转换为C语言的程序,语法请自己查看myparse.y文件-PASCAL subset is converted to C language, syntax files at your own view myparse.y
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:369141
    • 提供者:
  1. ptoc-3.54.tar

    0下载:
  2. Pascal to C (Windows Text)
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:258177
    • 提供者:Will
  1. syntax

    0下载:
  2. 基于对类Pascal语言的词法分析的基础上,用C实现的对词法分析程序所提供的单词序列进行语法分析和检查,对不符合语法规则的进行报错。-Class Pascal language lexical analysis based on word sequence of lexical analysis procedures implemented in C syntax analysis and inspection, do not conform to the rules of grammar er
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:476048
    • 提供者:马倩
  1. word

    0下载:
  2. 用C实现了一个建议的类Pascal语言的词法分析器,实现从源程序中分离出各种单词的方法,进行分析。程序的输入与输出全是以文件的形式。-C implementation of a proposed class Pascal language lexical analyzer to achieve a variety of words from the source separation method for analysis. The input and output of the program
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:1579
    • 提供者:马倩
  1. pascal

    0下载:
  2. LEX和YACC编写的标准PASCAL语法,bnf形式。-* Pascal grammar in Yacc format, based originally on BNF given in "Standard Pascal-- User Reference Manual", by Doug Cooper. This in turn is the BNF given by the ANSI and ISO Pascal standards, and so, is PUBLIC DOMAIN. Th
  3. 所属分类:Compiler program

    • 发布日期:2014-06-13
    • 文件大小:4096
    • 提供者:mudell
  1. ptoc358

    0下载:
  2. A Pascal to C conversion program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:797451
    • 提供者:sarason
  1. analyzer

    0下载:
  2. 编译原理语法分析器、词法分析器代码,运行程序时,需用文件保存要分析的程序代码,建议用pascal语言编写要分析的代码-Parser compiler theory, lexical analyzer code, run the program, use a file is saved to analyze the program code, we recommend using pascal language code to be analyzed
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3623
    • 提供者:李晓路
  1. test1

    0下载:
  2.   1.1输入输出   程序输入为含有Pascal语言字符串的文件Test.cpp程序在控制台输出为含有二元组<code,String>和错误信息。其中code为单词符号类别标示,String为识别的单词。   1.2大小写不敏感:   程序对大小写不敏感,输出均为小写字符。 1.3注释识别功能:   当程序中出现“/*”时就会放弃对之后字符的识别,直至遇到“*/”,并将/*…*/部分识别为注释输出。   当输入中只有“/*”而没有与之对应的“*/”时输出“E
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:1434
    • 提供者:江桥
  1. CODEOfflineJudge_1.00_Bet

    0下载:
  2. 1. 图形用户界面,使用鼠标即可以完成所有操作,直观易用,当然,也有键盘快捷键; 2. 在有标准输入和标准输入数据的情况下,无需联网即可提交代码进行判题; 3. 具备所有Online Judge的核心判题功能,如编译代码、内存限定,时间限定,获取代码长度等; 4. 支持一道题目对应多个文件的测试方式,并支持显示每组测试文件的测试结果,计算正确率; 5. 可以打包并加密测试数据,使用加密后的数据可以正常判题,但不显示标准输出; 6. 拥有出题模式,在有标准输入数据和标程的时候可
  3. 所属分类:Compiler program

    • 发布日期:2017-06-16
    • 文件大小:24786092
    • 提供者:ftx
  1. pascal

    0下载:
  2. 能够输出中间代码的pascal编译器,全部都是手工写的词法分析,语法分析,中间代码生成器。-Able to output the code in the middle of the PASCAL compiler, all of them are written by hand lexical analysis, syntax analysis, intermediate code generator.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:924788
    • 提供者:太原公子
  1. enc28j60

    0下载:
  2. *** *** *** *** *** *** *** ** * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have set modeline in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * http://www.gnu.org/licenses/gpl.html * * Based on th
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3599
    • 提供者:vk
  1. Yanghui

    0下载:
  2. 利用循环控制打印杨辉三角 简单易学 上手容易-The cyclic control print Pascal' s Triangle is easy to learn easy to get started
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1442
    • 提供者:苦夏
  1. 北航Pascal编译 可用程序

    0下载:
  2. 个人编写的过考试用编译器,能完成最基本的编译功能。仅供参考。(The Compiler used by myself to pass examination.For refrence only.)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-18
    • 文件大小:70656
    • 提供者:sadudas
搜珍网 www.dssz.com