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. 网络压缩论文集(network compression)

    Convolutional Neural Networks ImageNet Models Architecture Design Activation Functions Visualization ...

  2. js渐隐渐现透明度变化淡入淡出轮播图

    js渐隐渐现透明度变化淡入淡出轮播图.焦点图 一些广告banner展示常见. (附件) <!DOCTYPE html> <html> <head> <meta ...

  3. Ubuntu下配置JDK

    1. 首先你需要到oracle官网下载最新版本的JDK.跑到oracle官网,自己到Download下面找找吧 2.转到下载路径,对下载后的文件解压缩,比如我下载的文件名为jdk-7u7-linux- ...

  4. Ubuntu14.04(server amd 64)编译安装 ceres-solver

    文档地址:http://www.ceres-solver.org/installation.html git地址:(需要FQ下载) git clone https://ceres-solver.goo ...

  5. Python day17 模块介绍1(time,random)

    module模块和包的介绍(略掉了) 常用模块 # time模块 import time print(time.time())#时间戳,在1970年开始到现在一共多少秒 print(time.gmti ...

  6. 96D - Police Stations

    96D - Police Stations 思路:bfs,从所有的警察局开始bfs,因为bfs的深度一样,而且题目给的树保证满足条件,所以不用考虑深度. 如果搜索到一个点a,他的下一个点b已经被搜索过 ...

  7. c# 获取方法所在的命名空间 类名 方法名

    平时我们在记录日志的时候难免会需要直接记录当前方法的路径,以便查找,但是每次都输入方法名称非常的繁琐,同时如果修改了方法名称也要去手动修改日志内容,真的是劳命伤财啊,所以有了如下方法则可解决我们的大难 ...

  8. WPF中为窗体设置背景图片

    在WPF应用程式中,我们往往想为一个窗体设置一个中意的背景图,而不是单独的为这个Background设置成某种颜色或渐变颜色的背景. 在WPF 利用Expression Blend工具如何达到这种效果 ...

  9. Mac安装软件时 提示已损坏的解决方法

    进入终端: sudo spctl --master-disable

  10. LeetCode--171--Excel表列序号

    问题描述: 给定一个Excel表格中的列名称,返回其相应的列序号. 例如, A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -& ...