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

搜索资源列表

  1. picc8.05-pl

    1下载:
  2. 该文件为PICC8.05安装文件,里面包括了破解软件以及整个安装的具体流程,对新手来说是很好的东西。-The file is PICC8.05 installation files, which include cracking software and the installation of the specific process for newcomers is a good thing.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7.54mb
    • 提供者:王薇
  1. cmake-2.8.1-win32-x86

    0下载:
  2. Cmake - the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7.42mb
    • 提供者:baaaa
  1. middle_code

    0下载:
  2. 编译原理中间代码生成的程序,仅仅实现了表达式到四元式的转换-Compiler theory intermediate code generation process, only to realize the expression of quaternion type of conversion
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:176.78kb
    • 提供者:小文
  1. fuzhiyuju

    0下载:
  2. 赋值语句的翻译程序,采用递归下降法对输入的表达式进行翻译。-Assignment of the translation process, using recursive descent translation of the input expression.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3.54kb
    • 提供者:tiger
  1. 2

    0下载:
  2. 逆波兰式表示法的生成程序,挺好的!实现了从中缀向后缀的转变-Reverse Polish Notation notation generation process, quite good! Realized the transformation from infix to suffix
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.18kb
    • 提供者:李荣涛
  1. LR0

    7下载:
  2. (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:44.31kb
    • 提供者:wolf
  1. yufafenxi(LR)

    1下载:
  2. LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-12-20
    • 文件大小:4.01kb
    • 提供者:lzydwd
  1. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:573.02kb
    • 提供者:陈新杰
  1. gcC_cross-compilation_platform

    0下载:
  2. 介绍GCC交叉编译平台建立过程,帮助linux的初学者及嵌入式开发人员构建属于自己的编译器-Describes the process of establishing GCC cross-compilation platform to help the linux beginner and embedded developers to build their own compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:133.58kb
    • 提供者:钟毓秀
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:28.36kb
    • 提供者:xieli123
  1. bycx

    0下载:
  2. C++编写的编译程序,包括词法分析,语法分析(LL(1)),语义分析,输出分析过程、二元式、符号表和四元式。-Written in C++ compilers, including lexical analysis, syntax analysis (LL (1)), semantic analysis, the output of the process, binary type, symbol table and four-element scheme.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:4.45kb
    • 提供者:xiaohe
  1. 2

    0下载:
  2. 设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生: EE+T|E-T|T TT*F|T/F|F Fid|(E)|num 实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.03kb
    • 提供者:CC
  1. 根据某一LL(1)文法编制调试预测分析程序

    0下载:
  2. 根据某一LL(1)文法编制调试预测分析程序,以便对任意输入的符号串进行分析。 本次实验的LL(1)文法为表达式文法: E→E+T | T T→T*F | F F→i | (E) 编写识别表达式文法的合法句子的预测分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、分析栈、剩余输入串和所用产生式。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-According to an LL (1) grammar analysis of
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:7.05kb
    • 提供者:suhuhu
  1. 20072215893021

    0下载:
  2. 元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程-Element-type, recursive descent method to write the if. . else conditional statement syntax analysis and semantic analysis process
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:12.38kb
    • 提供者:xieli123
  1. 31767667webbook

    0下载:
  2. 本文描述了用ASP技术实现动态网上书店的开发概述、技术特征、应用原理及方法,充分突出了ASP技术的优越性。简要论述了电子商务的优势、对社会的影响和建立电子商务网站应该注意的问题,并介绍了整个网站的运行流程,数据库的结构及网站的页面组成。着重论述了购物车和购书管理子系统的具体功能实现、关键技术的使用,以及与其他方法的综合应用。-This paper describes the use of ASP technology to achieve dynamic development of an ov
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-01
    • 文件大小:145.33kb
    • 提供者:nimamama
  1. 733s

    0下载:
  2. 海洋分类信网程序是由海洋城市设计工作室基于ASP+Access/Mssql技术开发的分类信息程序,是经过多年的经验积累,完善设计、精心打造的适用于各种服务器环境的安全、稳定、快速、强大、高效、易用、优秀的网站建设解决方案。-Network of marine classification process is a letter from the marine-based urban design studio ASP+ Access/Mssql classification of informa
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-23
    • 文件大小:6.93mb
    • 提供者:刘旭东
  1. RTC

    0下载:
  2. RTC实时时钟(DS1302)的C语言版编程设计程序。-RTC Real Time Clock (DS1302) of the C programming language version of the design process.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-04
    • 文件大小:388.07kb
    • 提供者:wei bin
  1. tat.tar

    0下载:
  2. Linux camera driver 不是压缩包,并且没有密码 就这么多了-some operation of process
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-22
    • 文件大小:6.39mb
    • 提供者:luyu
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5kb
    • 提供者:
  1. vc_Demining-process

    0下载:
  2. 实用,简单易懂,适合初学者使用,简洁,和电脑里面自带的扫雷程序类似-Demining process
  3. 所属分类:Compiler program

    • 发布日期:2017-12-03
    • 文件大小:7.94kb
    • 提供者:kabishou
« 12 3 4 »
搜珍网 www.dssz.com