CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - keyboard

搜索资源列表

  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3488
    • 提供者:米子
  1. hanzishibie_c

    0下载:
  2. mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved automatic keyboard characters,
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83204
    • 提供者:zhouwei
  1. sdfefefa

    1下载:
  2. 此次课程设计我的设计题目是:判别后缀表达式。其具体要解决的问题是: (1)假设表达式由单字母变量和双目四则运算符构成; (2)从键盘输入任意一个非空的表达式; (3)利用栈,判别输入的表达式是否是一个正确的后缀表达式; (4)把正确的后缀表达式转换为前缀表达式; (5)测试用例自己设计。 -current curriculum design I design entitled : distinguishing suffix expression. To solve the
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:21092
    • 提供者:朱杰
  1. ps2

    0下载:
  2. ps2键盘编码库文件,直接可以调用。先把它复制进编译器的库文件,家#include<ps2.h >-ps2 keyboard encoding library file directly can call. First copy it into the compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1946
    • 提供者:王斌卡
  1. DualPlatformKeyboardPuzzle

    0下载:
  2. This an enhanced version of the example Keyboard Puzzle Game.vi. It now has different colored game blocks, runs on dual platforms (standard LabVIEW and Pocket PC/PDA). This VI gives an example of how to write a program using the LabVIEW keyboard vi s
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:295937
    • 提供者:wlg
  1. ex2tp4

    0下载:
  2. the program inserts a value val-up keyboard in Table A in order to obtain an array of N 1 value sorted
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:663
    • 提供者:naziha
  1. 20080108103305384

    0下载:
  2. 本系统是采用EDA技术设计的一个简易的八音符电子琴和音乐发生器,该系统基于计算机中时钟分频器的原理,采用自顶向下的设计方法来实现,它可以通过按键输入来控制音响。系统由乐曲自动演奏模块、乐器演示模块琴/乐功能选择模块、音调发生模块和数控分频模块五个部分组成。系统实现是用硬件描述语言VHDL按模块化方式进行设计,然后进行编程、时序仿真、整合。本系统功能比较齐全,有一定的使用价值.-The system is designed using EDA technology with a simple ei
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:50368
    • 提供者:123
  1. LRAnalysis

    0下载:
  2. (1)E -> E+T (2)E -> T (3)T -> T*E (4)T -> F (5)F -> (E) (6)F -> i 模拟以上文法的LR分析过程。对用户任意输入的字符串,能够输出LR分析器的工作过程。 根据以上文法,生成LR分析表,使用VC语言实现LR分析器。Main函数接受用户键盘输入的字符串,通过调用LR函数输出LR分析的过程。-(1) E-> E+ T (2) E-> T (3) T-> T* E (4)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:151478
    • 提供者:罗丹
  1. USBHostHIDKeyboard

    0下载:
  2. USB Host HID Keyboard PIC18
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:52473
    • 提供者:knsitu
  1. c

    0下载:
  2. 单片机4*4键盘程序 -SCM 4* 4 keyboard programSCM 4* 4 keyboard program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:3366
    • 提供者:郭佳
  1. operator

    0下载:
  2. 对键盘输入的表达式,可以实现简单的四则运算表达式计算,包含括号运算-The expression on the keyboard input, you can perform simple arithmetic calculation expressions, including parentheses operator
  3. 所属分类:Compiler program

    • 发布日期:2017-03-25
    • 文件大小:1245
    • 提供者:mumu
  1. Hoffmanndecoder

    0下载:
  2. 从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-From the keyboard characters and each character appear frequency, the frequency as characters of weights, build node tree, then hoffmann for each character coding hoffmann l
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:3343
    • 提供者:刘晓溪
  1. 41ps-key-board

    0下载:
  2. 41-PS键盘程序 C语言源程序 键盘扫描程序代码- Keyboard Program
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:10181
    • 提供者:zhangpeng
  1. CFFX

    0下载:
  2. 编译原理实验一词法分析的具体实现,键盘输入字符,可得到对应的字符编码-Compilation Principle Analysis of the specific experimental realization of the word, the corresponding keyboard character available character encoding
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:894
    • 提供者:caorongdan
  1. cifafenxi

    0下载:
  2. 从键盘输入 实现词法分析 是编译原理实验一的内容-Lexical analysis from the keyboard
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:24943
    • 提供者:
  1. Teclado

    0下载:
  2. allows you to use a 4x4 matrix keyboard on a pic
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:937
    • 提供者:Fefo
  1. 4-3

    0下载:
  2. 对输入的一行字符分类统计 利用 while 循环和 else if 多分支结构编写一个程序。该程序用来统计输入的一行字符中大小写字母的个数、数字0~9的个数、空格个数及其它字符个数。-Separate statistics on the input line characters to write a program using a while loop else if multi-branch structure. The program for statistical input lin
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:128785
    • 提供者:saf
  1. sizeyunsuan

    0下载:
  2. 请完成以下描述算术表达式的LL(1)文法的递归下降分析程序G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)| d | i A→+|- M→*|/ 说明:终结符号d为正整数,终结符号i为变量。 其功能为: 从键盘上输入一串四则运算表达式,对照文法G[E]检查输入串的语法是否正确,如果不正确必须指出错误原因。 -Please complete the following descr iption
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:1179
    • 提供者:ck
  1. 7279

    0下载:
  2. 7229键盘驱动 大家可以试试能不能用 自己写的 不太成熟 大家见谅-7229 keyboard driver we can try can not write with their less mature you will forgive me
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2207
    • 提供者:高永强
  1. a12

    0下载:
  2. 硬件综合课程设计--数字显示与键盘输入例程设计代码-Hardware integrated curriculum design- digital display with keyboard input routine design code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:45477
    • 提供者:月伤郁
搜珍网 www.dssz.com