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

搜索资源列表

  1. nizhenbi

    0下载:
  2. 预测分析法实现的语法分析器 -Forecast and Analysis Method syntax analyzer Forecast and Analysis Method of Grammar Analyzer Forecast and Analysis Method syntax analyzer
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:2.88kb
    • 提供者:yangfa
  1. compil

    0下载:
  2. C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:娃娃
  1. DFA

    0下载:
  2. 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:13.78kb
    • 提供者:liyingan
  1. LR1

    0下载:
  2. 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:8.81kb
    • 提供者:卓琳 瑞格
  1. yuyifenxi

    1下载:
  2. 采用递归下降语法制导翻译法,对算法表达式、赋值语句进行语义分析且生成四元式序列-Decline in the use of recursive grammar-translation method guided the algorithm expression, assignment and semantic analysis to generate quaternary sequence
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:9kb
    • 提供者:tonghua
  1. Visual_Assist_X_10.6.1822.0

    0下载:
  2. 一个很好的插件,会让你编程时节省很多时间, 【1】Visual Assist X for VS2008/VS2005/VS2003/VC6 安装方法: 先双击运行:Visual Assist X 10.5.1738.0.exe 进行安装,之后将 破解补丁 文件夹内的 VA_X.dll拷贝到 Visual Assist X 的安装目录内覆盖源文件即可!-A good plug-in, and you will save a lot of programming time, 【1】 V
  3. 所属分类:Compiler program

    • 发布日期:2017-05-30
    • 文件大小:12.65mb
    • 提供者:牛牛
  1. SCSI_(The_Programmers_guide_to_scsi)

    0下载:
  2. 無意間在網上找到這本書,已經絕版了也很難找到所以放上來分享給大家,提供大家學習 本書對SCSI的介紹偏重於軟件開發方面。在介紹了SCSI的基本概念後,介紹了SCSI編程的程序化方法,並在DOS和Windows下研究了ASPI(高級SCSI編程接口),在Windows和Windows NT下研究了ASPI32的擴展,在介紹SCSI在UNIX平台的應用時,把重點放在了Linux平台上-This book the introduction stresses to SCSI in the softw
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-22
    • 文件大小:6.48mb
    • 提供者:sky
  1. ModelSim6

    0下载:
  2. ModelSim6破解补丁及破解方法,内有详细的操作步骤-ModelSim 6 crack version and method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:921.62kb
    • 提供者:白宇
  1. WHILE

    0下载:
  2. WHILE循环语句的翻译程序设计(LL(1)法、输出四元式)1 系统描述(问题域描述); 2 文法及属性文法的描述; -WHILE loop translation of program design (LL (1) method, the output quaternion type) a system descr iption (problem domain descr iption) two grammar and attribute grammar descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:31.25kb
    • 提供者:long
  1. yufafenxi

    0下载:
  2. 实验内容: 可选择LL1分析法、算符优先分析法、LR分析法之一,实现如下表达式文法的语法分析器: (1)E→E+T | E-T | T (2)T→T*F | T/F | F (3)F→P^F | P (4)P→(E) | i -Experiment: optional the LL1 analysis method, the operator precedence analysis, LR analysis, one of the following expre
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:170.53kb
    • 提供者:ppt
  1. ODscript

    0下载:
  2. OD脚本编写详解。 很详尽地解释了OD脚本的编写方法及原理。-OD scr ipting Xiangjie. Very detailed explanation of the preparation method and the principle of the OD scr ipt.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:566.63kb
    • 提供者:黄河
  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. LR1

    0下载:
  2. 构造LR(1)分析程序,利用它进行语法分析,判断给出的符号串是否为该文法识别的句子,了解LR(K)分析方法是严格的从左向右扫描,和自底向上的语法分析方法。-Construct LR (1) analytical procedures, and use it to parse sentences of whether the judgment given string of symbols for grammar recognition LR (K) analysis method is stri
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:34.88kb
    • 提供者:孙辰
  1. LL1-analytical-method

    0下载:
  2. LL1分析法的源代码实现,计算机专业编译原理课程实验。-LL1 analytical method.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:2.81kb
    • 提供者:hancock
  1. EULERS-METHOD

    0下载:
  2. eulers method is coded using c-c-eulers method is coded using c-cpp
  3. 所属分类:Compiler program

  1. MATLAB-power-flow--method-

    0下载:
  2. 基于潮流计算的汤姆逊算法的matlab实现方法及应用-Based on MATLAB Newton Raphson power flow calculation method and its application
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:27.5kb
    • 提供者:梁爽
  1. This-method-analysis-tools

    0下载:
  2. window下的此法分析工具和语法分析工具-Under the window of this method analysis and syntax analysis tools
  3. 所属分类:Compiler program

    • 发布日期:2017-05-18
    • 文件大小:4.79mb
    • 提供者:jack
  1. Godunov-method

    0下载:
  2. Fortran code to solve a gas dynamics related problem using Godunov method. This program is created by referring to Toro s book.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:Eranda200
  1. panel-method

    2下载:
  2. 面元法求解三维流场(翼身组合体,高超飞行器),对流场求解结果与实验吻合非常好-An efficient method for solving the three-dimensional flow field-panel method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:24.05kb
    • 提供者:Zeus
  1. NR-Method

    0下载:
  2. Power Flow Analysis NR Method
  3. 所属分类:Compiler program

« 12 3 4 5 6 »
搜珍网 www.dssz.com