judge的意思

vt.& vi. 审判,评判;断定;

vt. 估计;评价;(尤指)批评;想,认为

n. 法官;裁判员;评判员;鉴定人

judge的用法

用作不及物动词

S+~(+A)

I am not in the position to judge.

我无权作出判断。

As far as I can judge, this book is useful.

据我判断,这本书有用。

He was asked to judge at the art exhibition.

他被邀请当画展的评委。

They have their own minds.

They will judge for themselves.他们自己有头脑,可以自己作出判断。

用作及物动词

S+~+n./pron.

It is hard to judge this case.

这个案子很难断。

The court was unable to judge the case before all evidence was put before it.

在全部证据被提出来之前,法庭不能审判这个案子。

She seemed to be watching him, judging him.

她似乎在观察他,评价他。

Who is going to judge the horses?谁来评判马匹的优劣呢?

S+~+wh-to-v

Can you judge which way to take?你能判断应走哪一条路吗?

He was calm and concentrated in judging how to defeat his opponent.

他冷静沉着,聚精会神地判断如何打败对手。

S+~+(that-)clause

The police judged the criminal was still in the city.

警察断定该罪犯仍在这个城市。

The teacher judged his students had finished the exercises.

老师估计学生们已做完了练习。

I judged, from his manner, that he was guilty.

从他的举止态度来看,我判断他有罪。

I judged that you had forgotten to come.

我判断你是忘记来了。

S+~+wh-clause

He's too young to judge which is better.

他太年轻,不能判断哪一个更好。

How will they judge which is likely to be reliable?他们如何断定哪一个是更可靠的?

Can you judge who will win?你能断定谁会获胜吗?

Nobody can judge why he did it.

谁都无法判断他为什么干那事。

用作宾补动词

S+~+n./pron.+(tobe/as)n./adj.

I judge him a skilled worker.

我断定他是个熟练工人。

We judged the distance to be four miles.

我们估计距离在4英里。

He judged them to be the best plays he had ever seen.

他认为它们是他看过的最好的话剧。

They judged her stupid.

他们认为她很蠢。

S+~+it+n./adj.+to-v

She judged it a useless attempt to advise him.

她断定,给他提建议是徒劳的。

He judges it safer to go away than to stay.

他认为离开比留下安全。

The committee judged it better to start the work at once.

委员会认为最好立即开始这项工作。

S+~+n./pron.+(to-)v

She judged them to have finished.

她断定他们已经干完了。

I judged them to have gone.

我断定他们已经走了。

S+~+n./pron.+prep.-phrase

They judged it of little importance.

他们断定它毫不重要。

By noon, all 61 people were judged out of danger.

到中午时,有61个人看来脱离了危险。

用作名词(n.)

As a judge, she tried her best to exercise her power.

作为法官,她尽力行使自己的权力。

The judge refused to give him another hearing.

审判官拒绝再给他一次申辩的机会。

The judge awarded a large sum of money to those hurt by the explosion.

法官判给那次爆炸受害者一大笔赔偿金。

The president has not appointed a single black judge to the south.

总统从未向南方委派过一个黑人法官。

judge的用法例句

1. He stood emotionless as he heard the judge pass sentence.

他面无表情地站在那里,听法官宣布判决。

2. I gather his report is highly critical of the trial judge.

据我所知,他在报道中毫不留情地批评了初审法官。

3. The judge called the decision "a flagrant violation of international law"

法官称这一决定是“对国际法的公然违背”。

4. The defence counsel warned that the judge should stop the trial.

被告辩护律师强烈建议法官应该休庭。

5. There was pandemonium in court as the judge gave his summing-up.

法官的结案陈词在法庭上引起一片混乱。

6. The judge said the police had mishandled the siege.

法官说警方对围攻安排不当。

c语言中judge的用法,judge的用法总结大全相关推荐

  1. C语言中malloc函数及free函数用法(定义动态数组及释放)

    一.关于静态数组.动态数组 二.malloc()和free()的基本概念以及基本用法 1.函数定义 2.函数用法 3.关于函数使用注意事项 三.malloc()函数分配内存空间的由来 四.malloc ...

  2. c语言switch case缩进,C语言中的switchnbsp;casenbsp;语句的用法详解

    本文就几个实例来说明Switch case 语句的用法. 说是C语言中的Switch case,其实和html+javascript中的Switch case语法是基本一样的哦. 问题: 有这么一个C ...

  3. perl语言中qq, qw等关键字的用法总结

    PERL 语言中的q,qw,qr,qx,qq......符号用法总结 在perl语言中,有两个特殊而常用的符号qq qw,分别解释如下: qq{foobar}的意思为意思为双引号字符串,可内插变量 相 ...

  4. C语言中#define中的一些特殊用法

    转载自:http://blog.sina.com.cn/s/blog_4a4365030100edq7.html define是C语言中的预处理命令,它用于宏定义,可以提高源代码的可读性,为编程提供方 ...

  5. Python语言中 del函数和insert函数用法

    del函数和insert函数用法li=[1,2,3,4,5] print('li is :',li) tmp = li[0] print('tmp is:',tmp)del li[0]print('l ...

  6. c语言中doubt和double,doubt的用法

    doubt用作动词表示怀疑,不信任,不确定:用作名词的基本意思是"怀疑,疑虑",还可表示"未确定".可用作可数名词,也可用作不可数名词. 一.doubt用作动词 ...

  7. C语言中itoa和atoi函数的用法

    1.itoa函数的用法 (1) 函数说明 itoa是广泛应用的非标准C语言扩展函数.由于它不是标准C语言函数,所以不能在所有的编译器中使用.但是,大多数的编译器(如Windows上 的)通常在< ...

  8. C语言中malloc函数及free函数用法

    1介绍 在C语言的开发学习中,经常要进行内存分配,动态内存分配技术可以保证在程序运行过程中按照实际需要申请适量的内存,使用结束后释放.C语言跟内存申请相关的函数主 要有alloca. calloc. ...

  9. c语言中listempty函数,C++ list empty()用法及代码示例

    list::empty(是C++ STL中的内置函数,用于检查特定列表容器是否为空.该函数不会修改列表,它只是检查列表是否为空,即列表的大小是否为零. 用法: list_name.empty() 参数 ...

  10. C语言中 sqrt(); 函数的最全用法总结,最全!!!

    C语言在中<math.h>中sqrt()函数的使用: 功 能: 计算一个非负实数的平方根 函数原型: 在VC6.0中的math.h头文件的函数原型为double sqrt(double); ...

最新文章

  1. 点云距离度量:完全解析EMD距离(Earth Mover's Distance)
  2. 09、组策略之软件分发(05)
  3. resttemplate 请求重试_使用Spring Cloud Ribbon重试请求
  4. 美团算法专家:入门机器学习,比你想的要简单
  5. 大并发下程序出错_Python并发编程理论篇
  6. ubuntu好文收集
  7. 求平均数、百分率、最大值、最小值、两个字段相差秒数的SQL
  8. Android Kernel Features
  9. matlab混合编程 mex,求教:matlab混合编程关于mex内自定义函数的输出
  10. 鼠标onfocus或onblur效果
  11. 只保留日期_第五人格五个特定活动道具十分少见 最后一个一年只出现一次
  12. Android9王者荣耀卡顿,王者荣耀卡顿掉帧?教你如何让王者荣耀流畅爆表
  13. html5手指点击速度,CPS手速测试 - 鼠标点击速度测试插件
  14. C 语言绘制指针式时钟
  15. error C2059: 语法错误:“常量”解决方案
  16. SpringBoot集成kfaka
  17. Vitamio的踩坑+填坑
  18. 记录本地 Docker 新建镜像,推送到Daocloud
  19. dnf打团正在连接服务器进不去是吗鬼,DNF打团速成职业注意事项解读 不再做手残辅助...
  20. java 日期转换视频_自定义转换器实现日期转换_JavaEE框架(Maven+SpringMvc+Spring+MyBatis)全程实战教程_Java视频-51CTO学院...

热门文章

  1. 寒假第一周学习总结与反思
  2. The Happy Prince
  3. 网络广告文案写作的技巧
  4. PS4常用DNS一览 PSN下载速度慢登录失败解决办法
  5. 产品经理常用的19类50+工具软件盘点
  6. 2021-03-25--通信网的身份认证与鉴权机制
  7. Ubuntu 12.04设置豆沙绿
  8. 【数据集收集】可用于深度学习模型的遥感数据集(持续更新,最后更新时间2020-06)
  9. 用python的matplotlib和numpy库绘制股票K线均线
  10. 两个向量的点乘和叉乘怎么算_点乘和叉乘的区别是什么?