搜索资源列表
changyonglei
- * 掌握break和continue/if-else/switch-case/成员局部变量/方法运用/数据类型转换用法 * break 终止以后所有执行过程 continue 跳出当前输出,接着继续执行下一个
jibenyufa
- * 掌握break和continue/if-else/switch-case/成员局部变量/方法运用/数据类型转换用法 * break 终止以后所有执行过程 continue 跳出当前输出,接着继续执行下一个
Case_Switch
- 用labview编制的vi程序,用到了case,switch程序结构-Prepared using LabVIEW vi procedures, use of the case, switch program structure
studentgradesystem
- C++学生成绩管理系统完成对学成绩的统计、查询、插入、修改、删除、输入。 根据所学内容,将程序模块化,分成统计、查询、插入、修改、删除、输出,实现后由主函数用switch case语言来排版界面。 -C++ Student achievement management system for completion of the school performance statistics, query, insert, modify, delete, enter. According to
plo
- plo 源碼 在基礎上增加了 switch:case语句 和 while語句 輸入文件為Pascl-plo-source based on an increase in the switch: case statements and while statements input file for Pascl
tip8
- 使用C語言table call, 功能類似 switch ... case語法,可省rom空間-The use of C language table call, similar to switch ... case grammar, rom space can be saved
Ada_sample_programs
- Sample ADA program...How to create hello world....programs on IF loop and switch case
check_switchcase
- 代码检查工具 只要简单一些switch case的配对 以及类里面memset的使用,防止盖了虚表-A simple code inspection tool switch case some type of matching, as well as the use of memset inside to prevent the cover of the virtual table
3
- Example IF-Else, Switch case, Fill array, tables
MSP430_switch_case_example
- Switch-case example for MSP430FG4618.
8
- 实验: 1. 用SWITCH-CASE语句实现变化体部颜色变化的程序,要求有7种颜色变化,每种颜色变化要用语句标识出颜色是什么 2. 先用COMFIRM提示框,输入你愿意告诉我你的姓名和年纪吗?如果愿意用PROMPT提示框输入姓名和年纪,并显示**你**岁了 3. 附加:验证码的实现-Experiment: 1. With the SWITCH-CASE statement to achieve changes in body color change in the procedur
arithmetic
- this program is used to do arithmetic operations like addition,subtraction,multiplication and division..using switch case we are doing the program by giving inputs.
switchcase
- C# switch - case example source code
Ex10
- 程序功能: 开机后,按一下S1,系统进入模式1;按一下S2,系统进入模式2;按一下S3,系统进入模式3。 在模式1下,S5按下LED1亮,弹起LED1灭; 在模式2下,S5按下LED2亮,弹起LED2灭; 在模式3下,S5按下LED3亮,弹起LED3灭; 学习重点: 1、程序的执行的顺序 2、switch..case..的用法 3、程序原模块化 4、全局变量的使用 -Program features: power, click S1, the system
switch
- switch-case语句用法,是基本的switch-case的用法介绍-The switch-case statement usage, basic usage instructions for switch-case
switch
- 根据switch-case根据输入的年份和月份,求出当月的天数,并输出。-According switch-case input according to the year and month, find the number of days of the month, and the output.
switch
- A switch statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each switch case.
switch-case-break
- switch-case-break TX-1C学C语言-switch-case-break TX-1C learn C language
switch
- it is a program for describing the switch-case structure
switch-case练习
- SWITCH-CASE方法实现对不同等级学生成绩打分(SWITCH-CASE method using to score the scores of students of different grades)