Translating Skills(1)
本文是参加公司英语翻译培训的课程。做此记录,以防忘记。
-----------------------------------------------------------------------------------
2017年7月18 Exercises
1. Translate the following into Chinese.
(1)A bipolar junction transistor (BJT) is a three-layer silicon (or germanium) device
consisting of either two p- and one n-type layers of materials (pnp) or two n- and one p-type
layers of materials (npn).
(2)Since the emitter follower has a high input impedance and a low output impedance, its
voltage gain is less than unity and the power gain is normally lower than that obtained from other
configurations.
(3)The current in a reverse-biased diode is small (typically 10-8 A for silicon) and
approximately independent of voltage until the breakdown region at high reverse voltages is
reached.
(4) Most integrated circuits provide the same functionality as “discrete” semiconductor
circuits at higher levels of reliability and at a fraction of the cost.
(5) Vision is well developed in most snakes, but many burrowing snakes are virtually blind.
(6) Working out regularly may make you smarter now and lessen the possibility that you
will lose brain function as you age.
(7) They work out a new method by which production has now been rapidly increased.
答案:
1双极结晶体管(BJT)是一种三层硅(或锗)器件,由两个p型和一个n型层的材料组成(pnp)或两个n和一个p型组成(npn)。
2由于发射器的输出端具有较高的输入阻抗和低输出阻抗,因此它的输出阻抗很低 电压增益小于统一,功率增益通常低于从其他增益 配置
3反向偏置二极管的电流很小(通常为硅的10的负8次幂) 近似于外加电压,直到高反向电压的击穿区域 达成。
4大多数集成电路提供与“分立”半导体相同的功能 电路的可靠性高,成本低。
5大部分的蛇视觉很好,但是许多洞穴的蛇失明。
6定期锻炼可以让你变得更聪明,减少你 随着年龄的增长,会失去大脑功能的可能性(风险)。
7他们使用一种工艺,是产品被快速生产。
2. Translate the following into English.
(1) 模拟放大器根据设定的放大倍数对模拟电压或电流信号进行放大,以推动负载
工作。
(2) 放大器的增益就是放大倍数,用于表示放大器对小信号的放大能力。
(3) 很多实际应用系统中的放大电路都通过级联多级放大器来提高放大倍数。
(4) 模拟电路用于处理在0 伏到电源电压之间任意变化的信号。
(5) 航天员同其他任何人一样,会随身把微生物(microbes) 携带到他们去的任何地方。
(6) 研究睡眠的长远目标就是对入睡和清醒两者之间的联系予以全面说明。
(7) 已下令将目前在太空实验室里的研究人员送回来。
1The analog amplifies according to the amplification factor set to amplification the analog voltage or current signal drive the load work
2 The gain of an amplifier is a magnification of the amplifier's ability to magnify a small signal
3,Amplifiers are amplified by cascaded multistage amplifiers in many practical applications
4 The analog circuit is used to signal any change between zero and voltage
5The astronauts will carry the microbes anywhere they go like anyone else。(不够地道)
The astronauts, like anyone else,will carry the microbes anywhere they go。
6The long-term goal of studying sleep is to fully explain the link between sleep and wakefulness
7The researchers have been ordered to return the researchers who are currently in the space lab
(被动语句)
Translating Skills(1)的更多相关文章
- [翻译]:Cinemachine 官方文档(0)
目录 Overview : Installation and Getting Started :安装并开始 User Guide :用户指南 What is Cinemachine? : 什么是Cin ...
- (翻译)《Hands-on Node.js》—— Introduction
今天开始会和大熊君{{bb}}一起着手翻译node的系列外文书籍,大熊负责翻译<Node.js IN ACTION>一书,而我暂时负责翻译这本<Hands-on Node.js> ...
- Nodejs学习笔记(九)--- 与Redis的交互(mranney/node_redis)入门
目录 简介和安装 redis简介 redis安装 redis运行 node_redis安装 连接到redis服务器redis.createClient() 认证 client.auth(passwor ...
- dns (域名系统)
dns (域名系统) DNS(Domain Name System,域名系统),因特网上作为域名和IP地址相互映射的一个分布式数据库,能够使用户更方便的访问互联网,而不用去记住能够被机器直接读取的IP ...
- 关于UIView(转)
曾经有人这么说过,在iphone里你看到的,摸到的,都是UIView,所以UIView在iphone开发里具有非常重要的作用.那么UIView我们到底知道多少呢.请看看下面的问题, 如果这些你都知道, ...
- 知名黑客组织Anonymous(匿名者)的装备库
原文出处: infosecinstitute 译文出处:freebuf 欢迎分享原创到伯乐头条 本文关注的是世界著名的黑客组织Anonymous(匿名者).“我将描述他们的攻击方法和方式的计划 ...
- (4)用opengl读入off文件生成可执行文件把模型显示出来(未完待续)
·找了好几个程序,好像都达不到我的要求,去教程里看看吧! 在往上抛出了这问题,好几天才有人回答,我已经找到程序了 正好的他的分析对我分解程序很有用 这是一个难度比较高的 首先你要分析.off文件结构, ...
- (转载)Javascript操作表单之间的数据传递
(转载)http://www.aspxhome.com/javascript/skills/200710/214825.htm 今天有朋友问我关于用JAVASCRIPT来进行页面各表单之间的数据传递的 ...
- 【转】OpenGL基础图形编程(一)
原文:http://blog.chinaunix.net/uid-20638550-id-1909183.html 分类: 一.OpenGL与3D图形世界 1.1.OpenGL使人们进入三维图形世界 ...
随机推荐
- Vue项目中使用Vuex + axios发送请求
本文是受多篇类似博文的影响写成的,内容也大致相同.无意抄袭,只是为了总结出一份自己的经验. 一直以来,在使用Vue进行开发时,每当涉及到前后端交互都是在每个函数中单独的写代码,这样一来加大了工作量,二 ...
- PAT第二次上机题目
5-1 #include <iostream> #include <cstdlib> using namespace std; template <class T> ...
- HDU 6060 RXD and dividing(思维+计算贡献值)
http://acm.hdu.edu.cn/showproblem.php?pid=6060 题意: 给定一棵 n 个节点的树,1 为根.现要将节点 2 ~ n 划分为 k 块,使得每一块与根节点形成 ...
- python 二进制数相加
def add_binary_nums(x,y): max_len = max(len(x), len(y)) x = x.zfill(max_len) y = y.zfill(max_len) re ...
- Jenkins 对项目持续集成的配置之二 API接口自动化 Ant+Jmeter
先介绍一下Ant+Jmeter 略 我的另一篇文章有讲在linux上部署ant + jmeter以满足CI持续化集成 https://www.cnblogs.com/qianjinyan/p/9067 ...
- Qt5_各种路径
1.Qt5.3.2 -- vs2010 -- OpenGL 1.1.发布时需要的 DLL文件的路径 F:\ZC_software_installDir\Qt5.3.2_vs2010\5.3\msvc2 ...
- Codeforces 855B - Marvolo Gaunt's Ring
855B - Marvolo Gaunt's Ring 思路:①枚举a[j],a[i]和a[k]分别用前缀最小值最大值和后缀最小值和后缀最大值确定. ②dp,dp[i][j]表示到第j为止,前i+1个 ...
- ubuntu10.04 交叉编译 aria2 总结
1) google之后,找到 这个 https://github.com/z24/pitv/tree/master/cross 的脚本, 觉得非常好. 于是准备用来进行编译 2) 安装交叉编译器 su ...
- English trip -- VC(情景课)9 B Outside chores 室外家务
Vocabulary focus 核心词汇 cutting the grass 修剪草坪 getting the mail 收到邮件 taking out the trash 把垃圾带出去 wal ...
- MSSQL 一坑 SQL Management Studio 管理工具的快捷方式被删掉了
如果确定已经安装的情况下,到这里去找下吧(我这里用的是sql 2008) C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Co ...