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

搜索资源列表

  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. if_LL

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

    • 发布日期:2017-04-15
    • 文件大小:6262
    • 提供者:nieyuanhao
  1. shiyan

    0下载:
  2. 编译原理中pl0语言if——else和while--until的功能扩充-Pl0 language compiler theory of if- else and while- until the function expansion
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:825660
    • 提供者:网域
  1. 006

    0下载:
  2. 用if…else语句解决奖金发放问题,用C语言实现-If ... else statement to solve with the bonus issue, with the C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:743
    • 提供者:苏小湃
  1. pl0-expand-in-c-language

    0下载:
  2. 对编译器pl0代码进行扩展,具有if-else for,until ,注释功能。-the expendation of the simple complier of pl0, it does support if-else ,for,(**) funcyion ect.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:259081
    • 提供者:
  1. bool-adjust

    0下载:
  2. 多条件判读,可代替C#中的if else,switch-Multi-condition interpretation may be substituted in C# if else, switch
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:5628
    • 提供者:xy
  1. CMMCompiler

    0下载:
  2. CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:10824966
    • 提供者:Emperor
  1. 1

    0下载:
  2. 1)程序可以实现在控制台窗口中输出所选择的特定的颜色方阵。 2)系统总体结构: 程序包含4个模块: (1).对用户输入的数据进行选择输出,利用while和if else语句输出; (2). 输出规则的颜色方阵,利用二重循环实现; (3). 输出随即彩带,利用二重循环和rand函数实现; (4). 输出左斜向彩带,利用二重循环实现; (5). 输出右斜向彩带,利用二重循环实现;-1) program can be achieved in the con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:847
    • 提供者:相岩
  1. Task1

    0下载:
  2. /*6.用if-else编程实现以下计算(通过键盘接收x的值,通过屏幕输出结果)*//*8、用while循环,求 1~100的和*//*9、用do-while循环,求1~100的和 *//*10、用for循环,求1~ 100的和*//*11、求斐波拉契数列:1、1、2、3、5、8、13、21、34…的前40项。每行输出4个数。*/ /*12、把316这个数表示为两个数的和。其中一个数是13的倍数,另一个数是11的倍数。*//*13、例:把100-200之间不能被3整除的数,十个数为一行输出(
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:230835
    • 提供者:李湘平
  1. chapter5

    0下载:
  2. 一些小代码。包括语句,块和表达式的应用。数学、赋值、关系运算符的应用,if else语句应用举例,逻辑运算符举例。-Some small code. Statement block and expressions of the application. Application of mathematics, assignment, relational operators, if else statement application example, example of logical ope
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-08
    • 文件大小:43502
    • 提供者:路西
  1. pascal

    0下载:
  2. 对给定一个Pascal源文件,检查其中 (1)begin与end (2)if,then,else 是否合法配对。 对于begin与end,可以理解为C语言中的“{”与“}” 对于if,then,else,可以这么理解:if与then合在一起相当于C语言中的if, else与C语言中的else完全相同。-Given a Pascal source file, to check which (1) begin and end (2) if, then, else th
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:609
    • 提供者:lihuaxin
  1. SpeedTestIfElseSwitch

    0下载:
  2. if, else, switch tester
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:3647
    • 提供者:atommacika
  1. Libbehavior-1.0-Release

    0下载:
  2. 如果要让游戏里的角色或者NPC能执行预设的AI逻辑,最简单的用IF..ELSE...神器既可以实现,但是再复杂的一般用经典的状态机来切换状态,但是编辑器写起来比较麻烦。相对的,行为树(Behavior Tree)理解和编辑起来就非常简单了。行为树,其实也是一种有限状态机,只不过形式上分层呈树结构,人称分层有限状态机(HFSM)。-ntax Label Name Descr iption A Component Name Speci es a component B Behavior...3 Tr
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-10
    • 文件大小:3668761
    • 提供者:颜学农
  1. 130107

    1下载:
  2. IF-ELSE条件语句的翻译程序设计(LR方法、输出三地址表示)-IF-ELSE conditional statement translation program design (LR methods output address)
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:2418
    • 提供者:李子
  1. paixu

    0下载:
  2. Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is
  3. 所属分类:Windows CE

    • 发布日期:2017-11-10
    • 文件大小:4220
    • 提供者:franda
  1. PL0-Compiler.rar

    0下载:
  2. PL0编译器源码。实现了if-else、for、++、--等扩充功能。压缩包内包含整个工程文件,后缀名为pl0的文件为测试文档。,PL0 compiler source code. If-else, for,++,- extension. Contains the entire project file compression package, the suffix named pl0 file for test documentation.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-13
    • 文件大小:19627
    • 提供者:GdutLison
  1. Black-Friday

    0下载:
  2. 黑色星期五源代码只用IF else 语句-Black Friday
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:757
    • 提供者:miachal
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com