首页 > 其他分享 >常用英语单词1

常用英语单词1

时间:2023-11-21 22:55:41浏览次数:24  
标签:常用 英语单词 语境 intelligence intellectual board context 智力

intelligence n 智力;智能;情报
artificial intelligence 人工智能
marketing intelligence 市场情报
remold the intelligence services 重组情报部门
a private intelligence-analysis firm 私人情报分析公司
suppress native intelligence
压抑天性

the value of intelligence testing
重要性

intelligence can expand and fluctuate according to mental effort.
波动 努力

情报 相关单词
1. information
2. intelligent a. 智能的;聪明的 intelligent(smart) phone 智能手机
3. intellect n. 智力;理解力;知识分子
4. intellectual n. 知识分子 a. 知识的;智力的;学术的 ~ property right 知识产权 ~ enquiry 学术探究
~ development 智力发育 American intellectual 美国知识分子
5. mental a. 大脑的;精神的;心理的 keep healthy physically and mentally
6. brainstorm 头脑风暴;集思广益
10. quick-witted 思维敏捷的 = sharp-minded
flexible a.机械/政策灵活 sharp 头脑灵活
11. comprehension n.理解 comprehend

【context】 n. 语境;上下文;环境;背景
infer a context for the text
推断文本语境

escape the context of our unique life experience
逃避独特生活经历环境

cultural context 文化背景

in the context of 在什么背景下

standardized tests should be considered in the context.
textual and contextual material 文本和语境材料

context n.环境 背景
contest n.比赛 English speech contest
content n.内容 目录 a.满意的 be content with 对...满意 = be satisify with
contend v.争论 认为 I contend that
contention n.争论;观点 it's my contention
contact v.联系我
contract n.合同 v.收缩 sign a contract with sb
contrast v.对比 compare 对比一样的 contrast 不一样
contrary a.相反的 on the contrary

【anchor】 n.锚;主持人 v.抛锚;固定
author n.作者

news anchors 新闻主播
hot spots are anchored in the deeper layers of the earth
固定在

【主持人】
1. host n.主持人 v.举办
hold a summber camp
a host of 一系列 = a plenty of 一些 / a string of / a series of

2. hostile a. 敌对的 hostility n. 敌意
holistic a 整合的
hospital n. 医院 hospitality n.好客 hospitable a.好客的

3.station n. 站
power station 发电站 power plant

4. stationary a. 固定的
= stable a. 稳定的 stably
= steady a. 稳定的 = steadily

【board】 n.板 甲板 董事会 v. 登上;寄宿

appoint 任命 seven experts to a statistics board of

their strained relations with the boards 紧张关系

expect the board to play primarily an advisory role

【形近字】
board
aboard 在船上
broad a.宽广的
abroad 在国外 go ~ 出国留学
broaden v.扩展
border n.边界 = boundary

【扩大】
broaden your vision and horizon
enlarge v. 扩大
amplify v. 扩大 ample a. 大量的
magnify v. 扩大 magnificent a. 雄伟的 = majestic
exaggerate v. 夸大 exaggeration it is no exaggeration to say that 毫不夸张

Board of directors 董事会
【板】
panel n.专家组 panel of experts solar panel
penal a 处罚的 n 处罚;罚款
legal penalty 法律处罚

标签:常用,英语单词,语境,intelligence,intellectual,board,context,智力
From: https://www.cnblogs.com/su27/p/17847829.html

相关文章

  • SQLAlchemy快速使用、SQLAlchemy原生操作、SQLAlchemy操作表、一对多关系、多对多关系
    SQLAlchemy快速使用介绍#SQLAlchemy是一个基于Python实现的ORM框架,对象关系映射#orm框架----》djangoorm--》只能用在django中,不能独立使用#python界的orm框架-peewee:小型-sqlalchemy:企业级,支持异步,用在异步框架中-djagnoormm-TortoiseORM......
  • C语言【函数、作用域、常用系统函数】
    C语言【函数、作用域、常用系统函数】一、函数1、函数的声明//函数声明格式intadd(intx,inty);//或intadd(int,int);​ 自定义函数如果放在main函数之后,需要声明函数才可以访问到。如果未声明,则编译器会自动补一个返回类型未int类型的声明,这样以来,如果自定义函数......
  • java list转字符串常用方法
    使用标准toString()方法List.toString()是最简单的,但它在开头和结尾添加方括号,每个字符串用逗号分隔符分隔。缺点是我们不能用另一个分隔符替换逗号,也不能去掉方括号。publicstaticvoidmain(String[]args){//creatingalistwithstrings.List<String>......
  • Mysql常用参考
    Mysql1一张图看懂MySQLhttps://www.cnblogs.com/VicLiu/p/14888719.html2打通MySQL架构和业务的任督二脉https://www.cnblogs.com/VicLiu/p/14622039.html3MySQL数据库设计规范https://www.cnblogs.com/VicLiu/p/13896504.html4MySQL优化之EXPLAIN详解(执行计划)https......
  • python常用小知识
    使用Path().rglob()时,不能立即删除该目录下的文件夹,否则报找不到目录的问题;原因:待遍历的子目录被保存了,但你在外部删除了,rglob()内部未感知到,从而导致错误;os.path.basename()可获取到文件名(带后缀那种),要不带后缀,需要自己处理;但Path().stem可直接获取文件名(不带后缀),Path().name可......
  • Windows CMD常用命令大全
    1.常用命令1.1cd命令//进入d盘D://进入F盘F:cd/?//获取使用帮助cd\//跳转到硬盘的根目录cdC:\WINDOWS//跳转到当前硬盘的其他文件d://跳转到其他硬盘cd/de:\software//跳转到其他硬盘的其他文件夹,注意此处必须加/d参数。否......
  • sql 查询数据库的常用脚本
    查询数据库的所有表的记录数 ----查询所有表的记录数量----------------------------------------------------------------------------------selecta.nameas表名,max(b.rows)as记录条数fromsysobjectsa,sysindexesbwherea.id=b.idand......
  • JAVA Tips (记录一些常用,容易混乱的小知识)
    记录一些常用,容易混乱的小知识1、Json(JsonNode)判断对应的JsonNode中的数据......
  • 【HarmonyOS】低代码平台组件拖拽使用技巧之常用基础组件(上)
    ​【关键字】HarmonyOS、低代码平台、组件拖拽、常用基础组件、基础容器 1、写在前面之前是花了一些时间介绍了在低代码平台中滚动容器、网格布局、页签容器、列表这几种容器的拖拽技巧及使用方法,今天我会继续来介绍咱们在应用开发中可能会经常用到的一些基础容器和基础组件,......
  • GCC常用编译选项及内置宏
    1.__has_include__has_include是一个C++17标准定义的宏,它的用途是检查指定的文件是否存在,从而决定是否继续编译。它可以在头文件包含中使用,这样编译器就可以根据它的返回值来决定是否继续编译,从而提升编译的效率。用法示例:#ifdefined__has_include#if__has_include......