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. 列举一些有所帮助的blog和文章

    w3school hdoj imooc CSDN Github myGithub CmdMarkdown 一直在路上--记我从初中到本科近十年的学习成长历程 作者:周见智 C++中队列的建立与操作详细 ...

  2. spring boot 无法读取application.properties问题

    spring boot 无法读取application.properties问题 https://bbs.csdn.net/topics/392374488 Spring Boot 之注解@Compo ...

  3. poj 1986 Distance Queries 带权lca 模版题

    Distance Queries   Description Farmer John's cows refused to run in his marathon since he chose a pa ...

  4. Remastersys -- 将正在使用的Ubuntu14.04 制作成镜像文件

    remastersys 是一个能够备份你的ubuntu系统的工具. 源码在github上能找到:Remastersys Source 另外系统是 Ubuntu14.04/12.04 也可以直接 apt ...

  5. 《剑指offer》第三十二题(不分行从上往下打印二叉树)

    // 面试题32(一):不分行从上往下打印二叉树 // 题目:从上往下打印出二叉树的每个结点,同一层的结点按照从左到右的顺序打印. #include <iostream> #include ...

  6. 音视频学习系列第(七)篇---MediaCodec的使用

    音视频系列 什么是MediaCodec MediaCodec是安卓官方提供的一套用于音视频编码和解码的API,该API是在安卓4.1(API 16)引入的,因此只能用于4.1以上的手机 MediaCo ...

  7. Codeforces 859C - Pie Rules

    859C - Pie Rules 思路: dp 我们知道无论谁拿到decider token他拿不拿蛋糕都是确定的,都是使自己最优的结果. 于是 定义状态:dp[i]表示到第i个位置拿到decider ...

  8. eclipse wtp 没有自动生成 web.xml

    因此,运行servlet 时出错了. 网上查了一下,好像说确实不会自动生成,但是运行应该没有问题的. 幸亏找到了手动生成web.xml的方法,也就不纠结了. http://crunchify.com/ ...

  9. React 介绍

    ttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind The sm ...

  10. Maven部署web应用到远程服务器

    Maven部署web应用到远程服务器 找到了一个很详细的地址:http://www.mkyong.com/maven/how-to-deploy-maven-based-war-file-to-tom ...