They provide a means of keeping track of the thousands of journal papers that are published monthly or quarterly.

它们提供了一种跟踪每月或每季发表的数千篇期刊论文的方法。
 
From observers’ estimates of the brightness of the fireball, he deduced that the body in the space was between 40 feet and 260 feet in diameter.
根据观测者对火球亮度的估计,他推断,该天体的直径在40英尺到260英尺之间。
 
The three branches of government --- the legislative, the executive, and the judicial----restrain and stabilize one another through their separated functions.
政府的三个部门——立法、行政和司法——通过各自的职能相互制约和稳定。
 
The local people could hardly think of any good way to shake off poverty they had endured.
当地人几乎想不出任何摆脱他们所忍受的贫困的好办法。
 
A leading British scholar has proposed translating Shakespeare into contemporary English for the benefit of young audiences who are confused by jokes which are 400 years out of date.
英国一位著名学者提议将莎士比亚的作品翻译成当代英语,以帮助那些被过时400年的笑话弄糊涂的年轻观众。

L242的更多相关文章

随机推荐

  1. requirejs概念

  2. Unity3D学习笔记(二十一):InputFiled、Dropdown、Scroll Rect、Mask

    InputFiled组件(输入框) Text Component(显示内容):显示输入内容的Text的组件 Text(输入内容):输入的文本内容 Character Limit:字符数量限值,0是无限 ...

  3. window 环境下jdbc访问启用kerberos的impala

    最近,公司生产集群添加kerberos安全认证后,访问集群的任何组件都需要进行认证,这样问题来了,对于impala,未配置kerberos安全认证之前通过impala的jdbc驱动(impala-jd ...

  4. samba基本应用24-4及示例

    samba smb:service message block(137/udp, 138/udp, 139/tcp, 445/tcp) 协议是:CIFS:Common Internet File Sy ...

  5. MVC ---- EF的安装于卸载

    先卸载EF:Uninstall-Package EntityFramework -Force 在安装EF5.0:Install-Package EntityFramework –Version 5.0 ...

  6. 视图层view layer

    视图层是Django处理请求的核心代码层,我们大多数Python代码都集中在这一层面. 它对外接收用户请求,对内调度模型层和模版层,统合数据库和前端,最后根据业务逻辑,将处理好的数据,与前端结合,返回 ...

  7. 《剑指offer》第五题(替换空格)

    // 替换空格 // 题目:请实现一个函数,把字符串中的每个空格替换成"%20".例如输入“We are happy.”, // 则输出“We%20are%20happy.”. # ...

  8. Lua面向对象 --- 多态

    多态,简单的理解就是事物的多种形态.专业的术语说就是:同一个实现接口,使用不同的实例而执行不同的操作. 工程结构: BaseRoom.lua: BaseRoom = {} function BaseR ...

  9. 递推2--过河卒(Noip2002)

    递推2--过河卒(Noip2002) 一.心得 写出递推公式就OK了,具体编程还是很简单的 二.题目及分析 过河卒(NOIp2002) [问题描述] 棋盘上A点有一个过河卒,需要走到目标B点.卒行走的 ...

  10. P4721 【模板】分治 FFT

    其实是分治ntt,因为fft会爆精度,真*裸题 分治过程和fft的一模一样,主要就是ntt精度高,用原根来代替fft中的\(w_n^k\) 1.定义:设m>1,(a,m)==1,满足\(a^r= ...