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

搜索资源列表

  1. LR

    1下载:
  2. 1.实验目的 设计一个LR分析器,实现对表达式语言的分析,加深对LR语法分析方法的基本思想的理解,掌握LR分析器设计与实现的基本方法。 2.实验要求 建立文法及其LR分析表表示的数据结构,设计并实现一个LALR(1)的分析器,对源程序经词法分析后生成的二元式代码流进行分析,如果输入串是文法定义的句子则输出“是”,否则输出“否”。 3.实验内容 (1)文法描述及其LALR(1)分析表 描述表达式语言的文法G如下: -1. The experiment was to de
  3. 所属分类:Compiler program

    • 发布日期:2016-10-18
    • 文件大小:290259
    • 提供者:sh_xj
  1. DIGITAL_TV_spc

    0下载:
  2. 概要的叙述的数字电视的信号构成,传输,及信号的解码,能够掌握其数字电视的基本原理!-Narrative summary of the digital television signal composition, transmission, and decoding the signal, to master its basic principles of digital television!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4447298
    • 提供者:richard WAN
  1. 111

    0下载:
  2. 设计一个简单的电子秒表(按一下钮启动,再按一个停止,再按一下清零,周而复始。)最小计时单位0.01S,即可显示XX.XX(秒、百分之一秒)。设计要求如下: (1)由键盘和8255作为输入部分 (2)用七段数码管或液晶显示屏来显示时间 (3)由8253和8259构成计时信号,通过中断完成启动计时、停止计时和动态刷新显示。 -Realize the use of assembly language simulation program to master the electronic
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:18056
    • 提供者:run
  1. ahmad

    0下载:
  2. send and reseve from data from master
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:556
    • 提供者:ibrahimnaiv
  1. 2nd

    0下载:
  2. send and reseve from master
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1294
    • 提供者:ibrahimnaiv
  1. 3rd

    0下载:
  2. send and reseve from master
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:ibrahimnaiv
  1. 4-2

    0下载:
  2. send and reseve from master and generate child
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:ibrahimnaiv
  1. mpi

    0下载:
  2. send and reseve from master
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:899
    • 提供者:ibrahimnaiv
  1. Lab0502-IIR

    0下载:
  2. 5509A开发板无限冲激响应滤波器算法实验,帮助掌握IIR的原理和方法,熟悉特性,了解IIR数字滤波器的设计方法-5509A development board infinite impulse response filter algorithm experiments, help to master the principles and methods of IIR, familiar with the characteristics, understanding the design of
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:22956
    • 提供者:sandor
  1. NVIDIA_CUDA_1

    0下载:
  2. cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。-cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master p
  3. 所属分类:MPI

    • 发布日期:2017-05-22
    • 文件大小:7120054
    • 提供者:wuhaoqiang
  1. LabVIEW

    0下载:
  2. 精通labview程序设计光盘完整资料,新买的书,值得借鉴!-Labview programming master CD-ROM complete information, the new book to buy, is worth learning!
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3149540
    • 提供者:黄伟
  1. ComunicacaoSPI_Master

    0下载:
  2. atmega16 spi master code
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1779
    • 提供者:thiago
  1. ASM

    0下载:
  2. 学习汇编语言的好书,详细介绍从入门到精通的学习方法和练习。-Learning assembly language of the book details from entry to master methods and practice of learning.
  3. 所属分类:assembly language

    • 发布日期:2017-05-12
    • 文件大小:2763728
    • 提供者:wood
  1. Lex

    0下载:
  2. 通过设计、调试词法分析程序,实现从源程序中分出各种单词的方法;熟悉词法分析程序所用的工具自动机,进一步理解自动机理论。掌握文法转换成自动机的技术及有穷自动机实现的方法。确定词法分析器的输出形式及标识符与关键字的区分方法。加深对课堂教学的理解;提高词法分析方法的实践能力。通过本实验,应达到以下目标: -Through the design, debug lexical analysis procedures, to achieve separation from the source in a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:14703
    • 提供者:李方
  1. Recursive_descent_parser

    0下载:
  2. 通过设计、编制、调试一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列进行语法检查和结构分析,掌握常用的语法分析方法。通过本实验,应达到以下目标: 1、掌握从源程序文件中读取有效字符的方法和产生源程序的内部表示文件的方法。 2、掌握词法分析的实现方法。 3、上机调试编出的词法分析程序。 -By designing, developing, debugging a recursive descent parser, lexical analysis procedure t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:7544
    • 提供者:李方
  1. ParsingAnalyzer

    0下载:
  2. 通过设计、编制、调试一个典型的语法分析程序,实现对词法分析程序所提供的单词序 列进行语法检查和结构分析,进一步掌握常用的语法分析方法。 -By designing, developing, debugging parsing a typical procedure, the realization of the lexical analysis program provided by the word sequence and structure analysis of the synt
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:18349
    • 提供者:李方
  1. studyandimplementonspeechenhance

    0下载:
  2. 语音增强方面的论文,来自优秀硕士博士论文库-Speech Enhancement papers, master' s doctoral dissertation from the excellent library
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-10
    • 文件大小:2061325
    • 提供者:hcf
  1. LINUXcoresourcecodeanalyze

    0下载:
  2. 浙江大学 毛德操 编写 Linux 内核入门精通必看-Zhejiang University, maud parade entry master the preparation of a must-see Linux kernel
  3. 所属分类:OS Develop

    • 发布日期:2017-11-28
    • 文件大小:50689197
    • 提供者:唐明
  1. LCD12232

    0下载:
  2. LCD液晶显示的操作源码,可以大家学习参考,熟练的掌握LCD的运用,为以后设计增添新的效果-LCD liquid crystal display source code of the operation, you can refer them to learn, skilled master the use of LCD, the design for the future effect of new
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:22098
    • 提供者:王齐
  1. AVRwirless

    0下载:
  2. Mega128单片机 无线模块通讯 主从机-Single-chip wireless communication module Mega128 master-slave machine
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:37583
    • 提供者:方国
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com