搜索资源列表
while
- 此为WHILE语句的翻译程序,用C++编写,用递归下降法实现
while循环 简单优先 四元式
- while循环语句的翻译 简单优先法 四元式输出
autoedit_demo
- 不错的在输入非法值时将错误信息显示在提示条(tooltip)里的编辑框-A good EditBox which will show relate wrong infomation in tooltip while invalid input occurs
dWHILE
- DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-the meaning of“ do while”
Do_While
- do while 语句的翻译, 编译原理-failed to translate
while
- 1.While循环是一种结构,它重复执行代码片段直到满足某种条件为止。它可比作传统语言中的Do Loop或Repeat-Until循环。它位于编程→结构→While循环。每个While循环都有一个条件端子和一个重复端子-while
do-while
- do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计-do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler
while
- do while 递归下降分析法语法语义分析输出为四元式-do while recursive descent analysis grammatical and semantic analysis of the output quaternion type
-while
- it is a small program which shows the while loop it is a small program which shows the while loop
while
- while循环案例,是你明白while的使用方法,很清楚明了,希望你能帮到你!-The “while circle”case!
c_while
- C语言中while循环一般对初学者来说是容易搞混淆的,且不容易掌握。本文档详细讲述了C语言while循环的用法,供初学者参考。-While loop in C language is generally easier for beginners to engage in confusing and not easy to grasp. This document describes the usage of the while loop in C, reference for beginners
while
- while语句实例,编程开发必用的语句实例,本例展现while语句作用和用法-while simple
While-loop-1-to-20
- C++ while loop excercise
Do-While-control-LED
- 用Do-While语句控制P0口LED灯-Controls P0 with the Do-While sentence the mouth LED lamp
while
- while loop testing in C-while loop testing in C++
continue-break-switch-while
- 此代码主要从各种方面描述了continue和break在while和for循环中的用法区别,很适合初学者了解continue和break的作用机理,了解while和for循环的实现方式。-This code describes the main aspects from a variety of continue and break in while and for loops usage distinction, it is suitable for beginners to understa
Statement(while-do-while-for)
- 针对30人的某班转换所有同学的成绩并输出。要求用while语言、do-while语句和for语句三种方法编程。-30 people in a class for converting and outputting the results of all students. Asked to use the language while, do-while statement and the for statement are three ways to programming.
while-language_v2
- Prolog code defining syntax und semantics of the "while language" with welltyped predicates. Inspired by "Semantics With Applications" (Nielson).-Prolog code defining syntax und semantics of the "while language" with welltyped predicates. Inspir
while-language
- Haskell code defining syntax und semantics of the "while language" with welltyped predicates. Inspired by "Semantics With Applications" (Nielson).
while (2)
- 用while循环编辑猜数游戏,通过满足用户的不同需求进行编译,如猜数的次数(Edit the guessing game with the while loop)