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使人们进入三维图形世界 ...
随机推荐
- Node.js中package.json中^和~的区别
webpack 项目的package.json 文件列出了项目所依赖的插件和库,同时也给出了对应的版本说明,但是在版本说明前面还有个符号:'^'(插入符号)和'~'(波浪符号),总结了下他们之间的区别 ...
- ZOJ 1456 Minimum Transport Cost(floyd+后继路径记录)
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1456 题意:求最短路并且输出字典序最小的答案. 思路:如果用dijkstr ...
- SqlParameter 参数化模糊查询
sql += " and a.f_fullName like N'%'+@fullName+'%'";
- clipboard异步复制文本(动态获取文本)
1.需求描述: 点击“分享”按钮的时候,发送 ajax 请求获得动态邀请连接,成功取得数据后复制到剪贴板 2.解决重点: > Clipboard 动态设置文本的使用 > Ajax请求设置为 ...
- AngularJS监听路由变化
使用AngularJS时,当路由发生改变时,我们需要做某些处理,此时可以监听路由事件,常用的是$routeStartChange, $routeChangeSuccess.完整例子如下: <!D ...
- ubuntu16.04中开启和关闭防火墙
开启防火墙 ufw enable 关闭防火墙 ufw disable
- 简单介绍tomcat中maxThreads,acceptCount,connectionTimeout
<?xml version='1.0' encoding='utf-8'?> <Server port="8005" shutdown="SHUTDOW ...
- Mysql-SqlServer区别
/* sql规范 所有关键字大写 表面跟字段跟数据库对应 一条sql语句结束必须跟;号 */ /*关键字处理*/ --sqlserver SELECT * FROM [Date]; --mysql S ...
- logback的使用和logback.xml详解[转]
一.logback的介绍 Logback是由log4j创始人设计的另一个开源日志组件,官方网站: http://logback.qos.ch.它当前分为下面下个模块: logback-core:其它两 ...
- URAL 1513 Lemon Tale
URAL 1513 思路: dp+高精度 状态:dp[i][j]表示长度为i末尾连续j个L的方案数 初始状态:dp[0][0]=1 状态转移:dp[i][j]=dp[i-1][j-1](0<=j ...