Welcome![Sign In][Sign Up]
Location:
Search - first follow c

Search list

[Other resourceRFID-C++

Description: 飞利浦RC522芯片源代码。该芯片主要针对三表市场和手持设备,支持I2C/SPI/UART接口。 先发布基于普通51单片机的驱动源代码,采用串口接口,无需中断。只要接一个串口,后续会发布基于飞利浦LPC9401的读写源代码!LPC9401也是基于51核,只需连接SPI接口!有公司拿这个源代码卖钱哟-Philips RC522 chip source. The chip targeted at three tables and handheld devices market, support I2C/SPI/UART interface. Based on the first general release 51 MCU-driven source code, using serial interface, without interruption. As long as a serial port access, the follow-up will be issued based on the Philips LPC9401 write source code! LPC9401 is based on the 51 nuclear, only connecting SPI interface! A company with the source code acquisition yo! !
Platform: | Size: 1701 | Author: wxf | Hits:

[ELanguage判断是否为LL(1)文法 C语言

Description: 此程序是语法分析,判断是否为LL(1)文法,如果是则构造first集,follow集,select集,并输出分析表。程序用C语言编写。
Platform: | Size: 22909 | Author: skeqiang@yahoo.com.cn | Hits:

[IME DevelopC++编写求FIRST、FOLLOW集

Description: C++、编译?FIRST、FOLLOW集
Platform: | Size: 6085 | Author: wuxiaoli | Hits:

[ELanguageCFF1.5

Description: 编译原理中的First集与 Follow集生成程序,这是我用C++语言写的,希望对大家有点用处。-Compiler Principle of First Set and Follow procedures set generation, which is my C++ languages, we hope to somewhat useful.
Platform: | Size: 141312 | Author: 吕进华 | Hits:

[Other编译原理First集合和Follow集合的求解

Description: 相信计算机专业的学生在学《编译原理》时都做了有关求first和follow集的问题。此程序用VC++做,相信会给大家一定的帮助。-it s sure that the student of computer do first and follow when learning <<compiler>>. This program uses vc++,and i am sure it is useful for everyone!
Platform: | Size: 338944 | Author: 如月 | Hits:

[ELanguageJudge_LL(1)

Description: 本设计使用C语言实现了对简单方法描述的LL(1)文法的判定。该设计程序实现了:⑴分别求出每一产生式的右部的FIRST 集、每一个非终结符的FOLLOW集和每一产生式的SELECT集;⑵判定是否是LL(1)文法;⑶画出预测分析表;⑷对给定的符号串判定是否是文法中的句子,分析过程在屏幕上打印出来。 欢迎大家给程序提出富贵意见!-the design of the C language to describe a simple method of LL (1) grammar convicted. The design process was realized : 1 were calculated for each production of the right of the FIRST episodes, each end of a non-Fu FOLLOW sets and the production of each SELECT set; 2 determine whether LL (1) grammar; 3 paint Forecast and Analysis table; 4 the right to determine whether or not a bunch of symbols is grammar the sentences analysis on the screen printed. Welcome to the procedure rich views!
Platform: | Size: 147456 | Author: 张玉峰 | Hits:

[ELanguageLL1gongnengquan

Description: 功能较全的LL1文法分析,自定义输入文法,生成first集follow集,再输入句子,判断是否是该文法,并显示栈的状态-function over the entire LL1 grammar analysis, since the definition of input grammar, Generating Sets follow first set, then input sentence, the judge is whether grammar, and that the state Stack
Platform: | Size: 202752 | Author: chengning | Hits:

[source in ebookvisualc++_xiwangchubanshe

Description: 《Visual C++ 6.0程序设计教程》 希望出版社 源代码 本书首先从Visual C++6.0的基础知识入手,详细介绍了Visual C++6.0的操作环境和应用程序的基本框架,然后按照由易到难、由浅入深地顺序介绍了用Visual C++6.0开发Windows程序的方法,包括菜单和加速键、对话框、常用控件、文本和字体类、图形图像、文件操作、多线程、动态连接库、网络编程和数据库开发等内容。书中在每一个对应的知识点后面,给出了一个或多个示例。 本书适合想按部就班学习Visual C++6.0编程并很快应用到实践中的初学者阅读。-"Visual C 6.0 Programming Guide" Publishers want the source code from the book First Visua l C 6.0 start of the basic knowledge, Details on the Visual C 6.0 operating environment and application of the basic framework, and then follow the easy to arrive difficult, elementary introduction to the order by using Visual C 6.0 for Windows procedures, including menu and accelerate key, the dialog, common control, text and font type, graphics and video, file manipulation, multi-thread, Dynamic Link Library, network programming and database development, and other content. Each book in a corresponding knowledge points behind, given one or more examples. The book for learning step by step to 6.0 Visual C programming and quickly applied to the practice of reading beginners.
Platform: | Size: 1670144 | Author: 石榴石 | Hits:

[SCMRFID-C++

Description: 飞利浦RC522芯片源代码。该芯片主要针对三表市场和手持设备,支持I2C/SPI/UART接口。 先发布基于普通51单片机的驱动源代码,采用串口接口,无需中断。只要接一个串口,后续会发布基于飞利浦LPC9401的读写源代码!LPC9401也是基于51核,只需连接SPI接口!有公司拿这个源代码卖钱哟-Philips RC522 chip source. The chip targeted at three tables and handheld devices market, support I2C/SPI/UART interface. Based on the first general release 51 MCU-driven source code, using serial interface, without interruption. As long as a serial port access, the follow-up will be issued based on the Philips LPC9401 write source code! LPC9401 is based on the 51 nuclear, only connecting SPI interface! A company with the source code acquisition yo! !
Platform: | Size: 1024 | Author: wxf | Hits:

[ELanguagefirst+and+follow

Description: first集 与 follow集 编译原理-first set and follow the principle set compiler
Platform: | Size: 2048 | Author: yiminhui | Hits:

[OS programTetris0.9

Description: 七、 First集和Follow集生成算法模拟 10 八、 LL(1)分析过程模拟 11 九、 FirstVT集和LastVT集生成算法模拟 12 十、 算符优先分析表生成模拟 12 十一、 算符优先分析过程模拟 13 十二、 LR分析过程模拟 13 -7, First Set and Follow simulation algorithm to generate 10 sets of eight, LL (1) Analysis of Process Simulation 11 9, FirstVT sets and set LastVT simulation algorithm to generate 12 10, operator priority analysis table generated simulation 12 11, operator priority analysis Simulation of 13 12, LR analysis process simulation 13
Platform: | Size: 215040 | Author: 啊啊啊啊 | Hits:

[ELanguageddvip_com_070824d8d098a3

Description: 使用MFC实现编译原理词法分析器,里面包括求first集和follow集-MFC to achieve the principle of the use of compiler lexical analyzer, which include seeking first set and follow set
Platform: | Size: 338944 | Author: 橙子 | Hits:

[ELanguagell(1)YUFAPANDUAN

Description: 学编译原理时写的一个语法分析程序 分类:C/C++技术交流 一.[目的要求] ① 对输入文法,由程序自动构造FIRST FOLLOW集 ② 对输入文法,由程序自动生成它的LL(1)分析表; ③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。 二.[题目分析] 该程序可分为如下几步: (1)读入文法 (2)判断正误 (3)若无误,判断是否为LL(1)文法 (4)若是,构造分析表; (5)由总控算法判断输入符号串是否为该文法的句型。 -Studies Compilation Principle wrote a syntax analysis program Category: C/C++ A technology exchange. [Objective request] ① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether given the sentence grammar.二. [Title Analysis] The program can be divided into the following steps: (1) read into the grammar (2) The judge is false (3) If correct, determine whether to LL (1) grammar (4) If so, structural analysis table (5) controlled by the general algorithm to determine whether the string of input symbols for the grammar of the sentence.
Platform: | Size: 4096 | Author: liangye | Hits:

[OS programyufa2

Description: c++的语法分析程序 包括first集和follow集 功能比较齐全 编译老师留的大作业-c++ the syntax analysis process includes the first set and follow relatively complete feature set to remain the largest teachers compile operation
Platform: | Size: 522240 | Author: lizi | Hits:

[Speech/Voice recognition/combineDTWspeech

Description: 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的 处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实 验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括 语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变 换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取, 采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别算 法,选定动态时间弯折为识别算法,并重点介绍其设计实现。 在 Vi su alC++环境下,设计并实现一个特定人、孤立词语音识别系统, 系统可以识别数字0-9等简单指令。该系统还具备演示、学习功能,可以演 示语音处理的各个步骤,还可以根据需要添加新的指令。 最 后 , 重点从端点检测算法和动态时间弯折识别算法对系统进行改进。 实验表明,改进后的系统识别率有很大提高,达到95 ,为进一步开发实用 性语音识别系统产品打下了基础。-This article introduced the first speech recognition research and development, and then follow the voice recognition system Processing, speech recognition, introduced the various steps, each step of the methods available in the real A post-mortem conducted on the basis of the analysis and comparison. Research on the speech signal pre-processing and feature extraction, including Digitized voice signals, sub-frame window, pre-emphasis filtering, endpoint detection feature vector in time domain and variable Eigenvector for the domain. One endpoint detection method using dual-threshold. Through experiments over the selection of characteristic parameters, The use of 12-order linear prediction cepstral coefficients as recognition parameters. Detailed analysis of the specific operator who isolated word recognition Law, selected Dynamic Time Warping Algorithm for identifying and focusing on the achievement of its design. In Vi su alC++ environment, design and realization of a s
Platform: | Size: 2491392 | Author: 周文超 | Hits:

[ConsoleFirst_follow

Description: Caculate first and follow
Platform: | Size: 2048 | Author: kao | Hits:

[ELanguagefirst-follow

Description: slr program for parsers
Platform: | Size: 1024 | Author: sss | Hits:

[Otheraddison.wesley.c.plus.plus.by.dissection

Description: This book presents readers with a clear and thorough introduction to the programming process by carefully developing working C++ programs, using the method of dissection. Dissection is a unique pedagogical tool first developed by the author in 1984 to illuminate key features of working code. A dissection is similar to a structured walk-through of the code. Its intention is to explain to the reader newly encountered programming elements and idioms as found in working code. Programs and functions are explained in an easy-to-follow step-by-step manner. Key ideas are reinforced throughout by use in different contexts. No
Platform: | Size: 3070976 | Author: vkbrain | Hits:

[ELanguageFirst-Follow

Description: 编译原理 求First和Follow集的C++源代码-Compiler Principle to Find First and Follow Sets
Platform: | Size: 225280 | Author: bjjj | Hits:

[ELanguageFirst-Follow

Description: Compiler lab assignment first- follow algorithm implementation using C/C-Compiler lab assignment first- follow algorithm implementation using C/C++
Platform: | Size: 1314816 | Author: annaya | Hits:
« 12 3 4 »

CodeBus www.codebus.net