码迷,mamicode.com
首页 >  
搜索关键字:fish    ( 411个结果
FOJ Problem 2253 Salty Fish
Problem 2253 Salty Fish Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : ...
分类:其他好文   时间:2017-07-16 23:33:11    阅读次数:295
Salty Fish(区间和)
Problem 2253 Salty Fish Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : 32768 KB Accept: 35 Submit: 121Time Limit: 1000 mSec Memory Limit : ...
分类:其他好文   时间:2017-07-16 16:41:28    阅读次数:154
遍历练习
fish []f=new fish[3]; f[0]= new fish(); f[1]=new fish(); f[2]=new fish(); f[0].age=2; f[0].name="娃娃鱼"; f[0].type="feiy"; f[1].age=2; f[1].name="娃娃鱼"; ...
分类:其他好文   时间:2017-07-12 20:09:00    阅读次数:137
多态向上转型,向下转型
abstract class Animal{ abstract void eat(); } class Cat extends Animal{ void eat(){ System.out.println("eat fish"); } void catchMouse(){ System.out.pr ...
分类:其他好文   时间:2017-07-10 22:07:36    阅读次数:144
英语----倒装句(下):部分倒装
// 保持了诸位的顺序,只是将谓语动词的助动词提到前面 Never have i seen such a big fish Hardly did he know tha the police were after him Nowhere could i find him Little did he ...
分类:其他好文   时间:2017-07-05 11:38:37    阅读次数:283
英语----强调句(下)
1.一般疑问句的强调,强调疑问部分 It was he that/who gave you that fish Was it he that/who gave you fish? //只是将be提前 2.特殊疑问句的强调(特殊疑问词放在句首)强调疑问词 When and where were you ...
分类:其他好文   时间:2017-07-03 23:53:14    阅读次数:243
英语----强调句(上)
1. 助动词+动词原形 do/did/does 对谓语动词的一种强调 He does love me // He didn't steal his purse/wallet 2.最常用的强调句式 He gave me that fish It was(时态和gave一致) he(被强调的部分) th ...
分类:其他好文   时间:2017-07-03 01:08:56    阅读次数:201
Several ways to instantiate a new instance
package com.fish.study.instance; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; imp... ...
分类:其他好文   时间:2017-07-01 13:41:07    阅读次数:129
SQL语句之-通配符
四、用通配符过滤数据 1、LIKE模糊搜索 2、%0个1个多个字符 SELECT * FROM products WHERE prod_name LIKE 'Fish%' 区分大小写,任意位置,任意次数使用 SELECT * FROM products WHERE prod_name LIKE '% ...
分类:数据库   时间:2017-06-07 20:52:49    阅读次数:177
【剑指offer】翻转单词顺序
转载请注明出处:http://blog.csdn.net/ns_code/article/details/27372033题目描写叙述:JOBDU近期来了一个新员工Fish,每天早晨总是会拿着一本英文杂志,写些句子在本子上。同事Cat对Fish写的内容颇感兴趣,有一天他向Fish借来翻看。但却读不懂 ...
分类:其他好文   时间:2017-05-28 22:27:58    阅读次数:204
411条   上一页 1 ... 22 23 24 25 26 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!