搜索资源列表

  1. ArithmeticSLR1

    0下载:
  2. 四则算术运算实现,采用的是SLR1文法包括号+,-,*,/,括号,-Realize four arithmetic operations, using the grammar, including SLR1 No. 2B !,-,*,/, brackets,
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:9wy
  1. 190_StcmV2.0

    0下载:
  2. 星子行V2.0(源码)公开星子行V3.0以上版本,都是由星子行V1.0和星子行V2.0的核心结合而开发成的! 星子行V1.0是单反接*,星子行V2.0是多反接法,星子行V3.0以上版本都是多反接反正双法连接核心. -Xingzi line V2.0 (source) line open Xingzi V3.0 or later, Xingzi line by line Xingzi V1.0 and V2.0 of the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:988160
    • 提供者:rain_130
  1. VideoWrapper_0_1_1

    0下载:
  2. 佳能单反相机SDK的C++ wrapper库,实现遥控佳能单反相机的全部功能-The VideoWrapper_EOS API adapter allows VideoWrapper to support Canon EOS Digital SLR cameras driven by the Canon RC-SDK
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:221184
    • 提供者:yuhongchun
  1. ControlCamera

    0下载:
  2. 此代码是奥林巴斯相机驱动的例程,可实现对奥林巴斯单反相机的基本控制,如拍照、聚焦、向pc上传图像(同过usb和1394总线方式)。-This code is the Olympus camera-driven routines, can be realized on the Olympus SLR camera' s basic controls, such as photographs, Focus, upload images
  3. 所属分类:驱动编程

    • 发布日期:2024-05-15
    • 文件大小:47104
    • 提供者:杜海浩
  1. SLRcompile

    0下载:
  2. 这是我学编译原理时做的实验,采用自底向上的SLR法-This is the principle I have learned when the compiler of the experiment, using bottom-up method of the SLR
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:3737600
    • 提供者:
  1. SLR1

    0下载:
  2. 用SLR1分析表达式文法,文法的产生式为 E->T|E+T T->F|T*F F->i|(E)-Analysis with SLR1 expression grammar, generative grammar for E->T|E+T T->F|T*F F->i|(E)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:171008
    • 提供者:逍遥一心
  1. modian

    0下载:
  2. 这是一个用另外一种方法构造的slr语法分析器,真的很好用,希望大家可以参考一下-It is very good, I promise!!!!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-15
    • 文件大小:642048
    • 提供者:周欧进
  1. LRTrans1

    0下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:223232
    • 提供者:孔小亮
  1. 1

    0下载:
  2. 编译原理课程设计报告,slr1完整的实验报告-Principles of curriculum design, compile reports, slr1 complete experimental report
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:165888
    • 提供者:魔飞
  1. CANON-SDK

    0下载:
  2. 佳能公司的单反相机的sdk 包。希望对您有帮助。-Canon' s SLR camera sdk package. Want to help you.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:2914304
    • 提供者:李健
  1. 3971007slr

    0下载:
  2. 用C++实现的编译原理的SLR算法实现,能运行成功通过-Implemented with C++ compiler principles SLR algorithm can be run successfully passed the
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:17408
    • 提供者:li
  1. CanonCameraApp

    0下载:
  2. 佳能sdk开发C#语言版本程序,佳能单反相机爱好者可以使用-Canon sdk development of C# language version of the procedure, Canon SLR camera enthusiasts can use the
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-15
    • 文件大小:4393984
    • 提供者:chenghao
  1. SDKOlympus

    0下载:
  2. 内部保密的奥林巴斯单反系列SDK2次开发包-Olympus SLR series SDK2 plays Development Kit
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-15
    • 文件大小:12299264
    • 提供者:刘伟旗
  1. 59564320slr-spear

    0下载:
  2. 编译原理的实验,很好用的,相信学计算机的都用的到-Compiler theory experiments, useful, and believe that learning computers are used to
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:60416
    • 提供者:ran
  1. p3

    0下载:
  2. 采用C#编写的编译器,只是原理性说明,采用SLR表分析,最终生成4元式和符号表 本编译器是语法无关的,即能够通过文本随时重新编辑语法-Written by C# compiler, only principle of explanation, using SLR table analysis, the final generation 4 yuan type and symbol table of the compiler is s
  3. 所属分类:MacOS编程

    • 发布日期:2024-05-15
    • 文件大小:128000
    • 提供者:wxj
  1. af_yuan_li

    0下载:
  2. 介绍单反相机的发展过程和原理,了解自动对焦系统的实现。-Describes the development of SLR cameras and principles, understanding of AF System.
  3. 所属分类:图形图象

    • 发布日期:2024-05-15
    • 文件大小:1096704
    • 提供者:陈虎
  1. EDSDK2.3_Windows

    0下载:
  2. canon eos系列单反相机的sdk,版本为:edsdk2.3!可以用来控制相机拍照,保存等等!-canon eos series SLR camera sdk, version: edsdk2.3! Can be used to control the camera to take pictures, save more!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-15
    • 文件大小:4788224
    • 提供者:peng
  1. slr_cycle

    0下载:
  2. SLR(1)分析程序,可以循环使用,用来分析符号串是否为合法符号串-SLR (1) analysis program, can be recycled, used to analyze whether the legitimate symbol string symbol string
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zhousong
  1. compile

    0下载:
  2. SLR(1)语法分析器的设计与实现,自底向上的语法分析器-SLR (1) the design and implementation of the parser, bottom-up parser
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1156096
    • 提供者:邓明
  1. bianyiqi

    0下载:
  2. 有词法分析,用的是SLR语法。语义子程序,说明报告里有全部的操作过程,及完整的源代码。-A lexical analysis, syntax using a SLR. Semantic routines, that report has all the operation, and the complete source code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1513472
    • 提供者:
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org