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

搜索资源列表

  1. TextArea

    0下载:
  2. A simple java application which waits for imput from 2 textareas...If the Name imput is "Ion" and the password "java" (without quotes), the program would display a status for succes..it is showed a message with acces denied if else.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:13934
    • 提供者:gicapetrescu
  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. ScoreBand

    0下载:
  2. 通过控制台输入成绩,输出相应等级(if...else...嵌套)-Input and output by control relevant (if... else... nested)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1197
    • 提供者:陈晓开
  1. PersonalTax

    0下载:
  2. 通过命令行方式输入月工资,用if...else...语句判断是否需要交纳个人所得税-Through a command line with the way, the monthly wage... else... statement judge whether we need to pay income tax
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:597
    • 提供者:陈晓开
  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. WeekDayConverter

    4下载:
  2. 一个简单的星期转换器,也就是你输入一个数字,就会输出响应的星期日期。-Write a Java program called WeekDayConverter that reads an integer value between 1 and 7 from the command line and prints out the corresponding day of the week. You may use either if…else statements or a switch
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:998
    • 提供者:撒旦
  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. dscontrol-

    0下载:
  2. Support for execution control opcodes -if/else/while/return.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:3770
    • 提供者:qinying09
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com