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

搜索资源列表

  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. 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. 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. 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. cifafenxi

    0下载:
  2. 通过本实验的编程实践,使学生了解词法分析的任务,掌握词法分析程序设计的原理和构造方法,使学生对编译的基本概念、原理和方法有完整的和清楚的理解,并能正确地、熟练地运用-Through the experimental programming practice, so that students understand the task of lexical analysis, to grasp the principle of lexical analysis program design and
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:1.12mb
    • 提供者:孙辰
  1. bianyi

    0下载:
  2. 编译器前端设计,包括语法分析,词法分析以及各种不同分析方法-Compiler front-end design, including parsing, lexical analysis, and a variety of different analytical methods
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:362.77kb
    • 提供者:张强
  1. Motion-compensation

    0下载:
  2. 运动补偿是一种描述相邻帧(相邻在这里表示在编码关系上相邻,在播放顺序上两帧未必相邻)差别的方法,具体来说是描述前面一帧(相邻在这里表示在编码关系上的前面,在播放顺序上未必在当前帧前面)的每个小块怎样移动到当前帧中的某个位置去。这种方法经常被视频压缩/视频编解码器用来减少视频序列中的空域冗余-The motion compensation is a descr iption of the adjacent frame (adjacent represented here on the coding
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:10.3mb
    • 提供者:张怡然
  1. 130107

    1下载:
  2. IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-IF-ELSE conditional statement translation program design (LR methods output address)
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:2.36kb
    • 提供者:李子
  1. code-and-incode

    0下载:
  2. (7,4)循环码的编译码器设计,模拟了信道噪声,并且进行了2种译码方法-(7,4) of the codec of the cyclic code design, simulates the channel noise, and the two kinds of decoding methods
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1.26mb
    • 提供者:孙文彬
  1. code

    0下载:
  2. 对于任意给定的输入串(词法记号流)进行语法分析,递归下降方法和非递归预测分析方法可以任选其一来实现。-For any given input string (lexical token stream) parsing, recursive descent methods and non-recursive predictive analysis method can either be achieved.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:533byte
    • 提供者:尹晴岚
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1.62mb
    • 提供者:jchen
  1. CODEOfflineJudge_1.00_Bet

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

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

    1下载:
  2. Kiel matlab project taken from website see any fault exist report me.Squirrel-cage induction motors (IM) are the workhorse of industries for variable speed applications in a wide power range that covers from fractional watt to megawatts. However,
  3. 所属分类:Compiler program

    • 发布日期:2014-09-23
    • 文件大小:3.35mb
    • 提供者:imran
  1. algotithm-biologically-insipred-

    0下载:
  2. methods of Intelligent Systems and Intelligent Computing, very intersting and very useful for beignners.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:4.38kb
    • 提供者:omarbr
  1. Bayesguji

    0下载:
  2. 用监督参数估计中的贝叶斯方法估计条件概率密度的参数u-Parameter estimation of conditional probability density using Bayesian methods in supervised parameter estimation u
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:593byte
    • 提供者:长贵了
  1. Lecture_16

    0下载:
  2. conomic Dispatch of Thermal Units and Methods of Solution
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:410.73kb
    • 提供者:XM
  1. Entropy-coding

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:56.03kb
    • 提供者:widy
  1. simulink_para_mask

    0下载:
  2. Simulink自带了很多例程,如Gardner、cdma2000等,通过这些例程的解读可以使用户对Simulink的建模方法有更为深刻的理解;另一方面,用户也能以之作参考,进行自制simulink模块,进行高效开发。-Simulink comes with a lot of routines, such as Gardner, cdma2000, etc., through the interpretation of these routines allows users to Simulin
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:666.31kb
    • 提供者:crazy
  1. DesviacionEst

    0下载:
  2. the program do estandar desviation with methods in c-the program do estandar desviation with methods in c++
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:246.76kb
    • 提供者:edsonddp
  1. MESH-2D

    0下载:
  2. code wriiten in fortran how to set a programm for meshing a 2D object with a solver based on finite element methods with explanation and step by step-code wriiten in fortran how to set a programm for meshing a 2D object with a solver based on finit
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:8.03kb
    • 提供者:Ahmed
« 12 »
搜珍网 www.dssz.com