搜索资源列表

  1. Compiler-theory-of-curriculum-design

    0下载:
  2. 这是本人花费一个周完成的编译原理课程设计,也可以作为相关内容的实验报告,里面包括SLR(1)文法和算符优先文法相关内容,包括原代码等,比较详细,希望对各位有所帮助。 -This is my take one week to complete the compiler theory of curriculum design, relevant content can be used as lab reports, which incl
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:247808
    • 提供者:黎明
  1. LR(0)

    0下载:
  2. 编译算法 LR(0)算法 简单的LR(0) 算法,加改善可变成SLR(0)算法-LR(0) alogrithm
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:4376576
    • 提供者:lavansum
  1. EDSDKv28(NEW)

    0下载:
  2. 最新版本的Canon单反相机程序开发包,提供动态数据链接库,能够在该程序基础上制作相机操控界面,也能做一定修改实现一台电脑对对台相机的实时控制。-The latest version of the Canon SLR camera program development package, to provide dynamic data link library, the program can make on the basis of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:3056640
    • 提供者:陈江龙
  1. EDSDK

    0下载:
  2. 佳能单反相机pc连接控制端 2.8.0,这是公司在网上买的。开发包都要钱,不地道,现在open。-Canon SLR camera pc connection control side 2.8.0, which is the company to buy online. Development package should be money, not authentic, is now the open.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-16
    • 文件大小:23118848
    • 提供者:周志光
  1. Syntax

    0下载:
  2. 语法分析器,C++实验,编译原理实验,使用SLR(1)-Syntax Analyzer using c++ and SLR(1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:103424
    • 提供者:徐昊
  1. Compiler-theory-experiments

    0下载:
  2. 通过设计、编制、调试典型的SLR(1)语法分析程序,实现对实验一所得词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical SLR (1) parser through the design, development, debugging, syntax checking and structural analysis of lexical analysis program, the ex
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:37888
    • 提供者:哈达
  1. 4SLR

    0下载:
  2. 编译原理上机—语法分析2 1.目的:熟练掌握自下而上的语法分析方法,并能用C++程序实现。 2. 在已有文法的基础上再加上减法“-”和除法“/”对应的产生式构成最终的文法。从而使得记号流可以处理带括号的加、减、乘、除四则运算。 3. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用SLR分析器来完成。手工构造SLR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如:
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:250880
    • 提供者:girlatsnow
  1. gi-1.3

    0下载:
  2. Produces standalone or embedded interpreters and compilers written in Java. A Language is specified on the fly, and source streams written in the language can be interpreted at any time, even as the language evolves. Sup
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:419840
    • 提供者:Arthyk
  1. bianyi

    0下载:
  2. 编译原理 编译器 LR语法分析器 SLR-LR
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:24576
    • 提供者:JOSE
  1. SLRrrrrrrrrrrrr

    0下载:
  2. A parsing,which can realize SLR parsing,is a good parsing analyzer. -A parsing,which can realize SLR parsing,is a good parsing analyzer.A parsing,which can realize SLR parsing,is a good parsing analyzer.
  3. 所属分类:技术管理

    • 发布日期:2024-05-16
    • 文件大小:1271808
    • 提供者:divya
  1. slrparseing

    0下载:
  2. Simple LR or SLR parser is a type of LR parser with small parse tables and a relatively simple parser generator algorithm. As with other types of LR(1) parser, an SLR parser is quite efficient at finding the single corr
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:321536
    • 提供者:divya
  1. ade89eff568c

    0下载:
  2. 单反相机的应用拍照程序,拍摄质量不错,看看有没有什么遗漏,单反相机的应用拍照程序,拍摄质量不错,看看有没有什么遗漏-The SLR camera photographed the application program, shooting quality is good, see What is missing, the application of the SLR camera photographed program, shooti
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:107520
    • 提供者:LiLing
  1. programmable-calculator

    0下载:
  2. 利用SLR实现的可编程计算器,界面是用MFC实现,压缩文件为VC6.0的工程文件。-Use of SLR realization programmable calculator
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2477056
    • 提供者:Qiao He
  1. LR

    0下载:
  2. 简易的LR语法分析器,只能实现用SLR(0)语法分析,不能实现LR(1)-Simple LR parser, can only be realized SLR (0) parsing can not be realized LR (1)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:郭一骏
  1. SLR

    0下载:
  2. 利用stft实现了跳频信号的跳周期估计 简单的进行了跳频信号的仿真,然后利用短时傅里叶变换对跳频信号进行分析,再对得到的时频矩阵提取时间平面,对时间序列去直流,进行傅里叶变换,最后实现得到跳周期。-estimates the hopping time of the sfh by stft
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:冯利
  1. cCompiler

    1下载:
  2. 用C++语言开发的小型C编译器,包括语法分析、语义分析,最终生成汇编语言。采用slr-1语义分析-Development of small C++ language C compiler, including syntax analysis, semantic analysis, and the resulting assembly language. Slr-1 semantic analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-16
    • 文件大小:601088
    • 提供者:网易但
  1. CanonCamera

    0下载:
  2. 能操作佳能单反的OpenCV封装类,经实验可以控制5D mark II拍照并自动包装成OpenCV的对象格式。使得OpenCV的代码能够直接使用5D2来进行图像采集,可以扔掉劣质的USB摄像机了。-Operation Canon SLR the OpenCV wrapper class, the experiment can be controlled 5D Mark II camera and automatically packag
  3. 所属分类:OpenCV

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:nahcooo
  1. hw

    0下载:
  2. 用Matlab读取RAW格式(单反相机)图片,然后进行插值处理并存为JPG格式图片。-Read RAW format using Matlab (SLR) picture, and then interpolated coexist as a JPG format picture.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:107520
    • 提供者:黄开成
  1. Canon_Digital_EOS_SDK__ED-SDK_v2.11

    0下载:
  2. 最新版的佳能单反相机开发包,国内下载不到哦 Canon Digital EOS SDK ED-SDK v2.11 支持以下相机: EOS-1D Mark III EOS 40D EOS-1Ds Mark III EOS DIGITAL REBEL Xsi/450D/ Kiss X2 EOS DIGITAL REBEL XS/ 1000D/ KISS F EOS 50D EOS 5D Mar
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:20787200
    • 提供者:果の果ooοО
  1. SLR

    0下载:
  2. run with: main ( filename ) matlab still stuck
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:11264
    • 提供者:Cucum tepelecok
« 1 2 3 4 5 6 7 89 »

源码中国 www.ymcn.org