CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - while 循环 语句

搜索资源列表

  1. WHLE

    0下载:
  2. WHILE循环语句的翻译程序设计 WHILE循环语句的翻译程序设计-WHILE statement cycle of translation program design cycle WHILE statement to the translation program design WHIL E cycle statement translation program design
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:55.35kb
    • 提供者:项月明
  1. java1

    0下载:
  2. 循环程序设计 4.1 实验目的 (1) 掌握三种循环语句的使用,能分析循环的执行过程; (2) 掌握break和continue语句的使用; (3)了解如何利用求余和整除操作获取和删除一个整数的最低位 (4) 掌握累加、累乘的处理方法。 (5) 掌握计数问题的编写技巧,如何控制每行输出元素个数。 4.2 知识要点 循环就是反复执行一段代码,直到满足结束条件。循环语句一般包括初始化、循环体、迭代和判断4部分。 4.2.1 while循环与do while循
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:60.41kb
    • 提供者:wangli
  1. while循环 简单优先 四元式

    1下载:
  2. while循环语句的翻译 简单优先法 四元式输出
  3. 所属分类:其它

  1. tanchishe

    0下载:
  2. 本程序最主要的功能是形成一个当蛇吃了一个点,程序在指定的范围内自动产生一个新点,让蛇能向下一个目标前进的,直到游戏到达其跳出条件的循环。这个循环是在main函数里实现的。它由一个while…….do…..和两个switch语句组成的。其中while…..do……循环语句是管理玩游戏时的循环。其中包括产生新点的语句。而第一个switch语句是控制蛇走的方向的。第二个switch语句实现蛇走下一步的程序。-This procedure is the most important functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:15.52kb
    • 提供者:scy
  1. dWHILE

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-the meaning of“ do while”
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:880.23kb
    • 提供者:cc
  1. final

    0下载:
  2. 编译原理课程设计 while循环语句翻译 LL1,三地址-Principles of curriculum design compiler while the translation loop LL1, three address
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:3.29kb
    • 提供者:wori
  1. 1

    0下载:
  2. WHILE循环语句的翻译程序设计(LR方法、输出三地址表示)-WHILE loop translation of program design (LR method, the output three-address indicated)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1.67kb
    • 提供者:范保富
  1. dowhile

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出四元式)-DO-WHILE loop statement, the translation of program design (simple priority method, the output quaternion type)
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:sunyu
  1. do-while

    0下载:
  2. do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计-do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:133.41kb
    • 提供者:xhouyan
  1. bianyiyuanli

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出四元式)-this is a programme which in bian yi yuan li,ke cheng she ji
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1019.14kb
    • 提供者:
  1. newtonInterpolate

    0下载:
  2. 1.先后输入节点个数n和节点的横纵坐标,插值点的横坐标,最后输入精度e 2. 用do-while循环语句得到跳出循环时k的值 3.将k值与n-1进行比较,若在达到精度时k<n-1,则输出计算结果;若此时k=n-1,则计算失败! -1. Has n input nodes and the node number of transverse and longitudinal coordinates, the horizontal interpolation points, the
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:473.79kb
    • 提供者:景洁
  1. Ch5

    0下载:
  2. 使用复合赋值操作符,使用循环语句如WHILE,FOR,DO语句,一定要做一控制的条件表达式-GOOD
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45.78kb
    • 提供者:zhangaiguo
  1. forxunhuan

    0下载:
  2. 循环语句文法,给出该文法的属性文法,同时实现循环语句的翻译,生成的中间代码为四元式。-Loop grammar, given the grammar attribute grammar, while achieving the translation loop, the intermediate code for the quad-style.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.1mb
    • 提供者:nieyuanhao
  1. xunhuanjg

    0下载:
  2. VB循环结构程序设计的相关例子,内容包括:   For-Next 语句   Do While—Loop 语句   Do—Loop While 语句   循环语句的嵌套 -An example the VB loop structure of the program design, including: Do-Loop While For-Next statement Do While-Loop statement statement cycle statement
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:354.63kb
    • 提供者:
  1. DDDO-WHILEO

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(简单优先法、输出三地址表示-DO-WHILE loop statement translation program design (simple priority output address said
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:593.73kb
    • 提供者:郭娟
  1. phx

    0下载:
  2. 满足四元式输出的LR法分析的DO-WHILE循环语句的翻译程序设计,可供编译课程设计参考。-Meet four yuan output LR analysis of the DO-WHILE loop statement translation program design, available for the compiler course design reference.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:604.29kb
    • 提供者:潘鹤翔
  1. MATLAB-while-yuju

    1下载:
  2. 主要介绍了matlab中循环语句以及选择语句的使用,同时给出了许多例子进行编程,说明语句的使用-Introduces matlab loop statements, and use select statement gives many examples of programming, and illustrate the use of statements
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:4.88mb
    • 提供者:zhiwenshu
  1. final100

    0下载:
  2. 编译原理课程设计while循环语句翻译LL1,三地址-Principles of curriculum design compiler while the translation loop LL1, three address
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3.33kb
    • 提供者:gu395173
  1. 使用穷举法并分别用for

    0下载:
  2. 使用穷举法并分别用for、while、do…while循环语句求出1..100之间的质数(Use the exhaustive method and use for, while, do, respectively. While loop statement is used to find the prime number between 1..100)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:12kb
    • 提供者:macile
  1. 第5章 循环结构程序设计

    0下载:
  2. 几种循环的比较;循环的嵌套;用for 语句实现循环;用do ~ while 语句实现循环(The comparison of several cycles; the nesting of the cycle; the implementation of the cycle with the for statement; the implementation of the cycle with the do ~ while statement)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:508kb
    • 提供者:zhanmaymy
« 12 »
搜珍网 www.dssz.com