搜索资源列表
1.rar
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。
c环境下的编译器
- 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in th
if-eng=case
- 条件语句是编程中最常用的结构,这里作一个演示结果的文件-conditional statement is the most commonly used programming structure here for a demonstration of the results of the document
Compute_Formula
- 一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help co
asm_module
- 该程序模拟UNIX中save与resume函数,并介绍在VC中如何使用汇编进行机器级的操作. 主函数很简单首先引入两个外部函数,extern \"C\"表示按传统C命名习惯.函数save将程序指针保存在(*s)中并返回0,为什么有 if(save(&sp)){...} if后的语句看起来永远都不会被执行,但是运行结果表明它被执行了.这个问题同UNIX中处理机调度函数(switch)的那个if语句(第一句)一样. 程序执
engxx
- 查字典背单词系统,系统虽小,设计系统使用的知识点很多。 从结构化程序设计的角度来说,使用了结构化程序设计的三种基本结构:顺序结构,分支结构(简单分支、多分支、IF语句的嵌套调用),循环结构(步长型循环、扫描循环)。 从面向对象程序设计的角度来说,用到了各种对象:表单、表单集、标签控件、文本框控件、命令按钮控件、编辑框控件、选项按钮组控件、复选框控件、列表框控件、组合框控件、图象控件、计时器控件、表格控件。用到了以上控件的常用事件
if-else
- 编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
MATLAB
- 卷积运算:取x(t)和h(t)的长度为nx,nh。平移量n=nh+nx-1,利用for和if语句实现倒序求和运算。外循环用一个for语句实现平移,通过在求和时取数组元素的顺序实现倒序求和
if语句
- if语句源码
if else
- if else语句
if-eng=case
- 条件语句是编程中最常用的结构,这里作一个演示结果的文件-conditional statement is the most commonly used programming structure here for a demonstration of the results of the document
if-else
- 编译原理的课程设计,if-else条件语句的翻译,包括语法分析和词法分析。-compiler theory of curriculum design, if-else statements for the translation, grammatical analysis and lexical analysis.
PARSER
- 一个简单的语法分析器,实现对布尔表达式,算术表达式的分析,以及if语句,FOR语句,WHILE语句,DO_WHILE语句的分析-A simple grammar analyzer on realize Boolean expressions, arithmetic expressions, as well as if statements, FOR statements, WHILE statements, DO_WHILE state
LL(1)
- 对if else 语句采用LL(1)文法分析实现过程及翻译过程-If else statement on the use of LL (1) grammar analysis of the realization of the process and the process of translation
IF-ELSE
- if-else条件语句翻译程序,LR方法,输出四元式-if-else conditional statements translation procedures, LR method, the output quaternion type
if-statement-control-LED
- 使用AT89S52单片机核心芯片,通过c语言编程,使用if语句控制led-The use of AT89S52 microcontroller core chip, through the C programming language, use the if statement to control LED
The-problem-of-(if-and-switch)
- 设教务分析百分制学生成绩时认为90分以上为优,80~89分为良,70~79分为中,60~69分为及格,60分以下为不及格。输入某学生百分制成绩,将其转换为上述等级评分后输出。要求用if语句和switch语句两种方法编程。并注意输入数据的正确性和合法性验证。-Let the Senate analyze student achievement percentile more than 90 points when considered a
case-and-if-programing-in-verilog
- Case语句和if语句在电路设计中的注意事项,各种产生锁存器的原因分析,以及原代码-case and if using in verilog
if--statement-cycle
- if语句有标志循环.基础学习例子。适用于初学者。c#开发完全手册-if there are signs the statement cycle. based learning examples. Suitable for beginners. c# development entirely manual
if函数应用
- if语句使用布尔表达式或布尔值作为分支条件来进行分支控制(If statements use Boolean expressions or boolean values as branching conditions for branch control)