英语写作中“探索”、“研究”explore、investigate、study的用法

一、"探索"、"研究"explore、investigate和study在提到别人的工作时常用,现在有种趋势,explore、investigate比study使用频率要明显高一些,特别是在IT领域。

二、explore、investigate、study可以表达研究探索一个科学问题外,还可用于表达研究探索可行性、可能性、应用前景等。这些单词的用法很简单,注意使用主动语态指明探索的主体,向探索者致敬。例句:

Computer scientists have been exploring/investigating/studying image recognition for half a century. Until recently a breakthrough was achieved using CNN. (计算机科学家探索图像识别长达半个世纪,直到最近使用卷积神经网络实现突破。)

Vinton Cerf explored/investigated/studied computer interconnecting and received Turing Award in 2004. (Vinton cerf 研究计算机互联,于2004年获得图灵奖。)

The authors explored/investigated/studied security vulnerabilities in cloud computing.(作者研究了云计算中的安全脆弱性。)

They explored/investigated/studied feasibility/possibility/plausibility/potential applications of (for)......(他们研究了......的可行性/可能性/应用前景/合理性。

三、explore/investigate/study 与present/conceive/propose/design/create连用,表达一个研究探索过程,例如:

Vinton Cerf explored/investigated/studied computer interconnecting and created the TCP/IP protocol that has changed the world.(Cerf 研究计算机互联,发明了TCP/IP协议,改变了世界。)

Fredrick explored/investigated/studied congestion on the Internet and presented/conceived a mechanism for congestion control that is incorporated into TCP. Since then, no deadlock stemming from congestion happens again on the Internet.(Fredrick研究了互联网拥塞,提出了一个拥塞控制机制,并集成进TCP协议中,从此互联网再没发生过因拥塞引起的死锁。)

(本系列文章例句均属原创,无引用。)

相关推荐
Wang's Blog26 分钟前
PostgreSQL笔记59:行列级权限机制与数据脱敏实践
数据库·笔记·postgresql
疯狂打码的少年1 小时前
【数据结构】选择类排序:简单选择与堆排序
java·数据结构·笔记·算法
那年窗外下的雪.1 小时前
Linux 学习笔记
linux·笔记·学习
爱奥尼欧1 小时前
【daily practice】最长数字串怎么找?岛屿数量如何沉岛秒数?六棍拼两三角形有几种验法?(5.字符串中找出连续最长的数字串、岛屿数量、拼三角)
笔记·学习
疯狂打码的少年2 小时前
【数据结构】排序算法:归并排序与基数排序
数据结构·笔记·算法·排序算法
LuminousCPP3 小时前
嵌入式-51单片机入门(三)-数码管驱动:从单管点亮、多位扫描到动态刷新与消隐原理
笔记·单片机·嵌入式硬件·51单片机
小柯博客3 小时前
01 · 点亮 STM32MP25 的硬件视频编解码:VPU 与那些“安静“的坑
c语言·笔记·stm32·单片机·嵌入式硬件·嵌入式·视频编解码
欧叶冲冲冲3 小时前
uv Python 环境管理笔记
笔记·python·uv
自小吃多3 小时前
Capture软件原理图PDF输出笔记
笔记·嵌入式硬件
存在morning3 小时前
【PySpark 学习笔记 四】DataFrame 进阶:窗口函数、高级聚合与复杂类型
笔记·学习