CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - if else

搜索资源列表

  1. ifcompiler

    0下载:
  2. IF-ELSE条件语句的翻译(输出四元式,用简单优先分析法)-IF-ELSE conditional statements of the translation (the output quaternion type, with a simple analysis of priority)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1155919
    • 提供者:倪沙
  1. IF_ELSE

    0下载:
  2. IF-ELSE语句的翻译程序用c写的,大街可以参考一下-if else complier if else complier
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:78444
    • 提供者:whut
  1. KronD

    0下载:
  2. Given 2 subscr ipts, j & k, KronD will return 1 if j == k and 0 if j != k. A very simple function with only a single if-else statement. Saves a bit of typing when the Kronecker Delta is needed.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1273
    • 提供者:Karthi
  1. encoder

    0下载:
  2. the encoder are designed to two for switchcase and if else function in verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:1876
    • 提供者:prabakaran
  1. program

    0下载:
  2. 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:2140
    • 提供者:孔秀平
  1. ch06

    0下载:
  2. 使用if,if else 和swith语句及条件操作符来控制程序流程,使用逻辑操作符来表达决策测试。-Use if, if else statements and conditions and swith operator to control the program flow, using the logical operators to express the decision-making test.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:7566
    • 提供者:明镜
  1. EX2-IfElse

    0下载:
  2. 对于编译器中if else是否合法的判别-If else compiler determine the legality of
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2890
    • 提供者:dfadf
  1. Guessinggame

    0下载:
  2. 猜数字游戏 1.实验目的 使用if…else和循环语句解决问题。 2.实验要求 编写一个Java应用程序,实现以下功能: (1)程序随机产生一个1~100间的整数; (2)用户在输入对话框中输入自己的猜数; (3)程序根据用户猜测的数,给出提示信息,分别是:“猜大了”、“猜小了”和“猜对了”; (4)如果用户没猜对,可根据提示信息再次输入数,直到猜对为止。 -Guessing game 1. Purpose of the experiment usin
  3. 所属分类:JavaScript

    • 发布日期:2017-03-30
    • 文件大小:2324
    • 提供者:覃翠娟
  1. Assign1s11005047

    0下载:
  2. CS111 assignment 1, University of the South Pacific. Using If else statements and switch
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1771
    • 提供者:java_nut
  1. language5-6casesofactual

    0下载:
  2. 实例5 IP地址解析  实例6 用if…else语句解决奖金发放问题-11 instances of 5 IP Address Resolution 6 instances if ... else statement to solve with the bonus issue
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1260
    • 提供者:SB
  1. gxs

    0下载:
  2. 用C++写的编译课设计, IF-ELSE条件语句的翻译程序设计(LL(1)法、输出三地址表示)-Written using C++ compiler course design, IF-ELSE conditional statement of the translation program design (LL (1) Law and output to address that)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:564046
    • 提供者:张星
  1. ForTrans

    0下载:
  2. 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des
  3. 所属分类:Editor

    • 发布日期:2017-04-09
    • 文件大小:1039010
    • 提供者:整修民
  1. expanded_pl0

    0下载:
  2. 对清华大学编译原理书后的pl/0编译程序进行以下扩展—— 不等号:<> 指针: & @ if - else for ++ -- += -= 数组 注释比较详细,都是我自己的理解。可能有不足和错误。希望和大家一起学习!-Tsinghua University, compiled the book on the principles of the pl/0 compiler the following expansion- unequal number: &l
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259455
    • 提供者:bach
  1. gas

    0下载:
  2. 用if else 语句编写的利用白化权函数计算变压器油中气体故障依据-Prepared with the if else statement using whitening weight function calculation based on transformer oil fault gases
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2299
    • 提供者:乔月辉
  1. Compilers

    0下载:
  2. 本人编写的一个采用递归下降法实现了PL0语言的编译器,程序分三部分:词法分析、语法分析、模拟执行器。运用有限状态自动机的方式实现,比传统的if-else方式更加简洁清晰。-Achieved by recursive descent PL0 language compiler, the program divided into three parts: lexical analysis, syntax analysis, simulation of the actuator. Finite sta
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:28517
    • 提供者:hczhang
  1. Example-4-8

    0下载:
  2. always模块的敏感表为电平敏感信号的组合逻辑电路 这种形式的组合逻辑电路应用非常广泛,如果不考虑代码的复杂性,几乎任何组合逻辑电路都可以用这种方式建模。always模块的敏感表为所有判定条件和输入信号,请读者在使用这种结构描述组合逻辑时,一定要将敏感表写完整。在always模块中可以使用if…else…、case、 for循环等各种RTL关键字结构 assign等语句描述的组合逻辑电路 这种形式的组合逻辑电路适用于描述那些相对简单的组合逻辑,信号一般被定义为wire型,常用
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:42033
    • 提供者:林立
  1. cifa

    0下载:
  2. 主要是判别字符串是否合法,运用了数组等结构,额外还可以加强对if....else用法理解-Mainly determine the legality of the string, using the structure of the array, the extra you can use to enhance understanding of the if .... else
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1373
    • 提供者:zj
  1. C_105_source

    0下载:
  2. 第1部分 基础篇 实例1 一个价值“三天”的BUG 实例2 灵活使用递增(递减)操作符 实例3 算术运算符计算器 实例4 逻辑运算符计算器 实例5 IP地址解析 实例6 用if…else语句解决奖金发放问题 实例7 用for循环模拟自由落体 实例8 用while语句求n! 实例9 模拟银行常用打印程序 实例10 使用一维数组统计选票 实例11 使用二维数组统计学生成绩 实例12 简单的计算器 实例13 时钟程序 实例14 华氏温度和摄氏
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:667383
    • 提供者:redrain
  1. TP3V1.0

    0下载:
  2. 主要讲逻辑运算符,条件结构:if语句,if-else语句,else-if语句和switch语句-Main logical operators, conditions structure: if, statements, if- else statements, else- if, statements and switch statement
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1226894
    • 提供者:百圣魔君
  1. if_LL

    0下载:
  2. 选择语句的编译程序,中间代码生成四元式,功能不是很大,但是可以实现 -if else
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6262
    • 提供者:nieyuanhao
« 1 2 3 4 56 7 8 9 10 ... 31 »
搜珍网 www.dssz.com