搜索资源列表

  1. 消除左递归1

    0下载:
  2. 对给定的文法消除左递归。- To the grammar which assigns eliminates the left recursion.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:刘远兴
  1. 消除左递归得到后缀式

    0下载:
  2. 解法:对原文法消除左递归,根据消除左递归后的等价文法建立语法树,而后对此语法树 进行后根遍历,即可得到后缀式.- Solution: Eliminates the left recursion to the original grammar, after equal in value grammar establishment grammar tree which eliminates the left recursion, aft
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:刘远兴
  1. 实现音频文件的播放

    0下载:
  2. 本程序实现音频文件的播放;单声道录音、立体声录音并保存为.wav文件;枚举系统中的声卡显示在下拉列表中供用户选择。   指定声道录音的功能我仍然没有实现,若有朋友知道实现方法敬请告知(chrys@163.com)我的实现方法是:先录制立体声的.wav文件,然后再将声道提取出来,分别保存为左声道的.wav文件和右声道的.wav文件,方法虽然笨,但也是没办法了。 -the program audio player; Mono au
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:lf
  1. 20065523575588940

    0下载:
  2. 这是篇关于左手材料的PPT,比较简单,适合于刚入门的人-This the chapter on the left hand material PPT, relatively simple and suitable for people who just look at the portal
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:1093632
    • 提供者:原许
  1. ScrollImage

    0下载:
  2. Flash 图像显示 - 滑动图片 - scroll image from right to left or left to right… click on the image and drage (left or right) -Flash Image Display- sliding picture- scroll image from right to left or left to right ... click on the
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-10
    • 文件大小:139264
    • 提供者:Wu Di
  1. HMMmodel

    0下载:
  2. This code implements in C++ a basic left-right hidden Markov model and corresponding Baum-Welch (ML) training algorithm. It is meant as an example of the HMM algorithms described by L.Rabiner (1) and others. Seriou
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:aaaaaaa
  1. LL1.tar

    0下载:
  2. LL1通用语法分析器,有消除左递归,FIRST集合、FOLLOW集合、分析表生成等功能-Universal grammar LL1 parser, has the elimination of left recursion, FIRST collection, FOLLOW collection, analysis and other functions to generate Table
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:647168
    • 提供者:Wang Xinxi
  1. led

    1下载:
  2. 点阵led设计,可以实现左移,右移,上滚,下滚,卷帘出,卷帘入,有源代码-Dot matrix led design, can realize the left, shifted to right, on the roll, the next roll, rolling out into the shutter, active code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-10
    • 文件大小:99328
    • 提供者:陈雷
  1. yuv-rw

    0下载:
  2. openyuv.m将yuv视频文件打开,保存为png文件。writeyuv.m将yuv视频中的第一镇上/下/左/右位移后写入另一yuv文件。-openyuv.m will yuv video file open, save as a png file. yuv video writeyuv.m will be the first town/down/left/right shift after another yuv file writ
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:张红
  1. DetectionofLeftluggageandTheft

    0下载:
  2. Detection of Left luggage and Theft. Source and documents
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:17546240
    • 提供者:Flavio58
  1. TBalncer

    0下载:
  2. TBalncer 音频声道均衡控件 基于 DSPack 的音频均衡控件,可以设置左右声道. 因为原版 DSPack 里是没有对左右声道作选择的,要选择左右声道只能通过一边的喇叭出声,另一边没声. 此控件是可以使两个喇叭同时出声.-TBalncer audio channel balanced audio controls DSPack based on balanced control, you can set left
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-10
    • 文件大小:245760
    • 提供者:vodchina
  1. LL(1)

    0下载:
  2. LL(1)分析 写的语法分析程序,但是不能实现消除左递归,提取公因子-LL (1) analysis of written grammar analysis program, but can not eliminate the left recursion, extracting common factor
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:194560
    • 提供者:
  1. indirect_recursion

    0下载:
  2. 编译原理消除间接左递归。将结果存于文件中-Compiler to eliminate the principle of indirect left recursion. The results stored in the document
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:137216
    • 提供者:林臻
  1. bianyi

    0下载:
  2. 编译原理中的实验,消除左递归的实现。c++开发环境-Compilation Principle of the experiment, the realization of the elimination of left recursion. c++ development environment
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:董必锋
  1. ClientDemo

    0下载:
  2. 实时监视 实时监视功能有二种播放方式,直接方式和数据回调方式。直接方式是指通过服务器传送过来的视频数据不需要用户自己去解码就能够显示播放,用户只要调用接口CLIENT_API LONG CLIENT_RealPlay(LONG lLoginID, int nChannelID, HWND hWnd),将窗口句柄传入形参hWnd就能够实时播放视频了;数据回调方式是指服务器传送过来的视频数据通过回调函数由用户自己来处理,如果用户需要播放
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-10
    • 文件大小:8437760
    • 提供者:yang
  1. leftfactoring

    0下载:
  2. Does left factoring for a grammar
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:icefiremoi
  1. shifter

    0下载:
  2. vhdl,双向移位寄存器,实现置数,左移及右移操作-vhdl, bi-directional shift register to achieve set the number of left and right shift operation
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:32768
    • 提供者:王晓虎
  1. unishift

    0下载:
  2. An universal shift register performs the following tasks load, right shift ,left shift and parallel load as the selection inputs are 00,01,10,11 respectively. Such a register is implemented here in Quartus.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:sidd
  1. xiaochuzuodigui

    0下载:
  2. 用于消除左递归的一个用C++语言实现的小程序。里面包含有详细的报告和源代码。-Used to eliminate the left recursion in a C++ language implementation with a small program. Which contains detailed reports and source code.
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:726016
    • 提供者:曾冬梅
  1. Remove-left-recursion

    0下载:
  2. Compiler tech: Program To Remove Left Recursion From The Given Grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jack
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org