亲,C-E-T是什么?求解,我需要你中泰翻译器。

我需要充电器充电_百度知道
我需要充电器充电
你稍等我马上给你拿充电器
提问者采纳
—I need a charger to charge.—Wait a moment ,I'll get you a charger right now.-------------------------------------------------I need a charger for charging.Please wait for a while, I'll get you one right now.
其他类似问题
英语翻译的相关知识
其他2条回答
i need to recharge battery charger.
I need to recharge battery chargerExcuse me I'll bring you charger
您可能关注的推广回答者:
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁17.1在NBA我需要翻译!
17.2适配器模式
//Target类,客户所期待的接口,目标可以是具体的或抽象的类,也可以是接口
public class Target
public void request()
System.out.println("普通请求!");
//Adaptee类,需要适配的类
public class Adaptee extends Target
public void specificRequest()
System.out.println("特殊请求!");
//Adapter类,通过在内部包装一个Adaptee对象,把源接口转换成目标接口
public class Adapter extends Target
private Adaptee adaptee = new Adaptee();
public void request()
adaptee.specificRequest();
//客户端代码
public class Main
public static void main(String[] args)
Target target = new Adapter();
target.request();
17.3何时使用适配器模式
17.4篮球翻译适配器
public abstract class Player
protected String
public Player(String name)
this.name =
public abstract void attack();
public abstract void defense();
//后卫、中锋、前锋类
public class Forwards extends Player
public Forwards(String name)
super(name);
public void attack()
System.out.println("前锋" + name + "进攻");
public void defense()
System.out.println("前锋" + name + "防守");
public class Center extends Player
public Center(String name)
super(name);
public void attack()
System.out.println("中锋" + name + "进攻");
public void defense()
System.out.println("中锋" + name + "防守");
public class Guards extends Player
public Guards(String name)
super(name);
public void attack()
System.out.println("后卫" + name + "进攻");
public void defense()
System.out.println("后卫" + name + "防守");
//客户端代码
public class Main
public static void main(String[] args)
Player b = new Forwards("巴蒂尔");
b.attack();
Player m = new Guards("麦克格雷迪");
m.attack();
Player ym = new Center("姚明");
ym.attack();
ym.defense();
结果显示:
前锋巴蒂尔进攻
后卫麦克格雷迪进攻
中锋姚明进攻
中锋姚明防守
//外籍中锋
public class ForeignCenter
private String
public void 进攻()
System.out.println("外籍中锋" + name + "进攻");
public void 防守()
System.out.println("外籍中锋" + name + "防守");
public String getName()
public void setName(String name)
this.name =
//翻译者类
public class Translator extends Player
private ForeignCenter wjzf = new ForeignCenter();
public Translator(String name)
super(name);
wjzf.setName(name);
public void attack()
wjzf.进攻();
public void defense()
wjzf.防守();
//客户端代码不变
public class Main
public static void main(String[] args)
Player b = new Forwards("巴蒂尔");
b.attack();
Player m = new Guards("麦克格雷迪");
m.attack();
Player ym = new Translator("姚明");
ym.attack();
ym.defense();
结果显示:
前锋巴蒂尔进攻
后卫麦克格雷迪进攻
外籍中锋姚明进攻
外籍中锋姚明防守
17.5适配器模式的.NET应用
17.6扁鹊的医术
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:325011次
积分:4141
积分:4141
排名:第2410名
原创:98篇
转载:23篇
评论:189条◇本站云标签当前位置: &
求翻译:“这份工作最大的挑战是什么”“如果我被公司雇佣做这份工作,我需要注意些什么是什么意思?
“这份工作最大的挑战是什么”“如果我被公司雇佣做这份工作,我需要注意些什么
问题补充:
"The biggest challenge is working," "If I was hired to do the job, I need to pay attention to what
"This kind of work is the biggest challenge facing what", "if I by the Company's employment to do it, I need to keep in mind what
“This share works the biggest challenge is any” “if I am hired by the company do this work, I need to pay attention to any
"What is the biggest challenge for this job" "if I was hired to do the job, what do I need to pay attention
" what it is in challenge in a great one most in the job " " if I hire make the job company, what do I need to pay attention to
我来回答:
参考资料:
* 验证码:
登录后回答可以获得积分奖励,并可以查看和管理所有的回答。 |
我要翻译和提问
请输入您需要翻译的文本!我需要我的钥匙翻译英语是什么
我需要我的钥匙翻译英语是什么
翻译为:I need my keys . 祝你好运。/微笑/祝福。
的感言:谢谢你帮了我大忙!
其他回答 (2)
I need my key.
i need my keys
等待您来回答
外语领域专家}

我要回帖

更多关于 我需要你 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信