Welcome![Sign In][Sign Up]
Location:
Search - C-Minus

Search list

[Embeded-SCM DevelopCOUNTER10000

Description: 实现10000进制(0000~9999)加/减计数,S1为加数按键,每按一次S1, 计数加1,当计数至9999时,再按S1键则复位0000;S2为减数按键,每按 一次S2,计数减1,当计数至0000时,再按S2键则置数为9999。-Ary to achieve 10000 (0000 ~ 9999) plus/minus count, S1 for the summand button, every time S1, count 1, when the count to 9999, when, and then S1 will reset button 0000 S2 subtrahend keys for each by an S2, counting by 1, when the count to 0000, and then S2 keys are home for 9999.
Platform: | Size: 1024 | Author: FUSHUNI | Hits:

[ELanguagefor-else

Description: 本课程设计是一个编译器的设计,包括词法分析部分、语法分析部分和中间代码生成部分。词法分析部分既词法分析器的设计,词法分析是编译的基础,执行词法分析的程序称为词法分析器,也就是说编译程序中完成词法分析任务段就是词法分析器。语法分析部分为语法分析器的设计,采用LR(1)分析方法进行语法分析,判断给出的符号串是否为该文法识别的句子。中间代码生成器部分主要实现逆波兰式的生成,将用中缀式表示的算术表达式转换为用逆波兰式表示的算术表达式,并计算用逆波兰式来表示的算术表达式的值。-err
Platform: | Size: 104448 | Author: 李霖 | Hits:

[ELanguageC_MINUS

Description: C_MINUS 编译器 源代码 《便宜原理及实践》附录B-C_MINUS compiler source code
Platform: | Size: 275456 | 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:

[ELanguageparser

Description: 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Procedures for the importation of: lexical analysis phase of the procedure output file output: Storage of the abstract syntax tree of the XML information file
Platform: | Size: 3072 | Author: | Hits:

[ELanguagecompiler

Description: 网络上流传的一个学生对编译原理的学习心得 对初学者很有帮助-err
Platform: | Size: 68608 | Author: 刘春来 | Hits:

[Othercminus

Description: 一个简单的CMINUS程序,附有源代码,多多交流。-CMINUS a simple procedure, with source code, more exchanges.
Platform: | Size: 4867072 | Author: ming | Hits:

[ELanguagebiyesheji

Description: 一个计算机专业强人的毕业设计,关于编译原理的,如有兴趣,不妨-A computer professional strongman of the graduation project, on the principle of the compiler and, if interested, may wish to
Platform: | Size: 15409152 | Author: zzz | Hits:

[ELanguageCompiler---Thesisandcode

Description: 参照龙书编写的编译器,包括词法分析器,语法分析器,和生成三地址码的中间代码生成器。文件中包含代码和三篇论文。-Reference book written long compilers, including lexical analyzer, parser, and generate three address code between the code generator. File contains code and thesis 3.
Platform: | Size: 1488896 | Author: Wang Jia | Hits:

[Other Embeded programCDS5500

Description: 博创CDS5500舵机单片机测试程序,1Mbps-Borch CDS5500 steering SCM test procedure, 1Mbps
Platform: | Size: 2048 | Author: wang hongbin | Hits:

[OtherC++_calculator

Description: this program is simple calculator that calculate [multiply, divide, plus, minus, facrorial, power, sin(x), cos(x), tan(x), sqrt(x), Ln(x), Exp(x)] of two number.
Platform: | Size: 147456 | Author: maisam | Hits:

[Windows Develop3

Description: 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators+ (plus),- (minus),* (multiply),/(except) and the ^ (power law) to parse the string. You can parse out the variable name, assignment by the user and then seek an expression value.
Platform: | Size: 46080 | Author: how | Hits:

[Special Effectsdsa

Description: 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of highlighting vascular region. 【Source】 plus documented
Platform: | Size: 1841152 | Author: olysess | Hits:

[ELanguagelex

Description: 词法分析器,c++写的,仿照tiny,编译原理的课程设计,对大家学习很有帮助的-lex for c minus,just like for tiny
Platform: | Size: 3072 | Author: 徐灵 | Hits:

[ELanguagecompiler1a

Description: c minus lexer by language c
Platform: | Size: 18432 | Author: eijrruu | Hits:

[ELanguagelisting

Description: 编译器关于C minus的 简单的词法分析文档-Compiler on the C minus the simple lexical analysis of the document
Platform: | Size: 1024 | Author: 泡泡 | Hits:

[VC/MFCThe-C-programming-code

Description: 第一篇 基础知识篇 实例1 数据类型转换 实例2 转义字符 实例3 关系和逻辑运算 实例4 自增自减 实例5 普通位运算 实例6 位移运算 实例7 字符译码 实例8 指针操作符 实例9 if判断语句 实例10 else-if语句 实例11 嵌套if语句 实例12 switch语句 实例13 for语句 实例14 while语句 实例15 do-while语句 实例16 break和continue语句 实例17 exit()语句 实例18 综合实例 实例19 一维数组 实例20 二维数组-Basic knowledge of first instance of a data type conversion chapter Example 2 Example 3 escape characters instance of relational and logical operators from the increase from minus 4 Example 5 Example 6 ordinary bitwise shift operators Example 7 Example 8 character coding example 9 if the pointer operator determine the instance 10 else-if statements statement nested if statement example 11 examples 12 switch statement, statement instance 13 for example 14 while 15 do-while statement, statement instance instance 16 break and continue statements instance 17 exit () statement Example 19 Example 18 synthesis examples 20 instances of one-dimensional array of two-dimensional array
Platform: | Size: 191488 | Author: 王铁龙 | Hits:

[SCMC

Description: C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While( 1 ) 表示无限执行该语句,即死循环。语句后的分号表示空循环体,也就是{ } 五、在某引脚输出高电平的编程方法:(比如P1.3(PIN4)引脚) #i nclude <AT89x52.h> //该头文档中有单片机内部资源的符号化定义,其中包含P1.3 void main( void ) //void 表示没有输入参数,也没有函数返值,这入单片机运行的复位入口 -C programming language based on: 1 hexadecimal byte 0x5a: binary is 01011010B 0x6E is 01,101,110. 2, if a 16-bit binary number assigned to an 8-bit byte variable, it is automatically truncated to the lower 8 bits, while losing a high 8. 3,++ var first expressed by a variable var var-expressed variables minus one. 4, x | = 0x0f expressed as x = x | 0x0f 5, TMOD = (TMOD & 0xf0) | 0x05 said to the variable assignment TMOD low four 0x5, without changing the TMOD high four. 6, While (1) that the statement is infinite, that is an infinite loop. Statement after the semicolon represents the empty loop, that is, { } Fifth, in a pin-high programming: (eg, P1.3 (PIN4) pin) # I nclude <AT89x52.h>// The first document in the symbol of single-chip definition of internal resources, which includes P1.3 void main (void)// void that no input parameters, and no function return value, this entry into the microcontroller reset operation
Platform: | Size: 29696 | Author: 马家添 | Hits:

[SCMC

Description: 硫酸铜建浴设备控制系统 1.按下 P3.4和P3.5不放 按下 P3.7 即可进入设置模式,再次按下退出设置模式 左边四位数码管最左边的开始闪烁,后面的四位数码管不属于此控制系统按下加或减 有 A b C 三档 分别代表三个参数。第一个参数(A):搅拌机运行时间第二个参数(b):液位信号保持时间第三个参数(C): 为定义 各参数保存在STC89C52单片机的内部EEPROM中-Copper sulfate bath construction equipment control system 1 Press and hold press P3.7 P3.4 and P3.5 to enter setting mode, press again to exit the setup mode on the left of the leftmost four LED flashes, followed by the four digital control system does not belong to this press plus or minus a A b C stalls representing the three parameters. The first parameter (A): The second argument mixer running time (b): The third level signal hold time parameter (C): To define the parameters stored in the microcontroller' s internal EEPROM STC89C52
Platform: | Size: 53248 | Author: 徐建科 | Hits:

[ELanguageCMMCompiler

Description: CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等运算; 3.函数拓展 支持简单函数调用; 在函数实现要求下支持return语句,同时增加void类型支持; 支持函数递归; 支持函数重载; 4.简约界面 支持基本操作,如编辑,保存等; 支持注释,缩进,文件视图,查找等功能; 能够打印分析结果,包括词法分析结果,语法树,错误信息,最后调用DoS窗口; 5.错误处理 对各种错误能够识别; 将所有错误信息收集并打印; 在出错之后继续分析完;-It is a nice cmm compiler...
Platform: | Size: 10824704 | Author: Emperor | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net