搜索资源列表
用接口实现大小写转换2
- 用接口实现大小写转换2-interface with two case-sensitive switch
changyonglei
- * 掌握break和continue/if-else/switch-case/成员局部变量/方法运用/数据类型转换用法 * break 终止以后所有执行过程 continue 跳出当前输出,接着继续执行下一个
348461816854
- public class month1{ public static void main(String [] args){ int month = 10 int days = 0 switch(month){ case 1: days = 31 case 2: days = 28 case 3: days = 31-public class month1 (public static void main (String [] args) (int
zhuanghuan
- /**/// / // / 转全角的函数(SBC case) // / // /任意字符串 // /全角字符串 // / // /全角空格为12288,半角空格为32 // /其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 -/**/////// Switch to all-angle function (SBC case)////// any string///full-width string//////
3
- Example IF-Else, Switch case, Fill array, tables
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.
dkc
- 翻页效果实现特例 主要实现页面切换的动画效果等-Flip effect to achieve a special case of the main page to switch to achieve animation effects, etc.
num-to-Chinese
- Java实现阿拉伯数字转中文念法。switch case实现-Java implementation of the Arabic numerals turn Chinese read the law. switch case to achieve
fanfuwen
- 反复文 需要的可以看一下 有DO WHILE ,IF ELSE ,FOR ,Switch CASE-Wen repeated need to look at a DO WHILE, IF ELSE, FOR, Switch CASE
finally
- Switch case program using java
switch-case
- Some Java programs which help lot of java beginners to understand the basic fundamentals in Java programming.
kaijiang
- String.prototype.format=function(){ if(arguments.length==0) return this var args=[], i=0 for( i<arguments.length i++) args[i]=arguments[i] return this.replace(/\ [sSfdDTt\ ]/g, function(m){ if(m== ) return var v=a
DEV_GBK-v1.5.0
- 1. 完善投票卸载功能 2. 完善会员资料修改的BUG 3. 增加信息发布和修改页面右侧隐藏功能,优化体验 4. 修正个人情况下,发件人为空的问题 5. 优化完善会员邮件验证功能 6. 完善分站点水印设置未起作用的BUG 7. 完善类别管理在站点切换时的BUG 8. 完善附件批量替换功能BUG 9. 完善前台会员菜单管理的BUG 10. 完善碎片管理上传图片的BUG 11. 完善dialog窗口中图片上传的问题-1 improve the voting
modify_group
- switch case of a modify group
Desktop
- 实现简单计算器功能:加减乘除余。适用于初学者,采用switch-case及if-else条件语句(Realize simple calculator function: add, subtract, multiply and divide. For beginners, switch-case and if-else conditions are used.)