本文是参加公司英语翻译培训的课程。做此记录,以防忘记。

-----------------------------------------------------------------------------------

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)的更多相关文章

  1. [翻译]:Cinemachine 官方文档(0)

    目录 Overview : Installation and Getting Started :安装并开始 User Guide :用户指南 What is Cinemachine? : 什么是Cin ...

  2. (翻译)《Hands-on Node.js》—— Introduction

    今天开始会和大熊君{{bb}}一起着手翻译node的系列外文书籍,大熊负责翻译<Node.js IN ACTION>一书,而我暂时负责翻译这本<Hands-on Node.js> ...

  3. Nodejs学习笔记(九)--- 与Redis的交互(mranney/node_redis)入门

    目录 简介和安装 redis简介 redis安装 redis运行 node_redis安装 连接到redis服务器redis.createClient() 认证 client.auth(passwor ...

  4. dns (域名系统)

    dns (域名系统) DNS(Domain Name System,域名系统),因特网上作为域名和IP地址相互映射的一个分布式数据库,能够使用户更方便的访问互联网,而不用去记住能够被机器直接读取的IP ...

  5. 关于UIView(转)

    曾经有人这么说过,在iphone里你看到的,摸到的,都是UIView,所以UIView在iphone开发里具有非常重要的作用.那么UIView我们到底知道多少呢.请看看下面的问题, 如果这些你都知道, ...

  6. 知名黑客组织Anonymous(匿名者)的装备库

    原文出处: infosecinstitute   译文出处:freebuf   欢迎分享原创到伯乐头条 本文关注的是世界著名的黑客组织Anonymous(匿名者).“我将描述他们的攻击方法和方式的计划 ...

  7. (4)用opengl读入off文件生成可执行文件把模型显示出来(未完待续)

    ·找了好几个程序,好像都达不到我的要求,去教程里看看吧! 在往上抛出了这问题,好几天才有人回答,我已经找到程序了 正好的他的分析对我分解程序很有用 这是一个难度比较高的 首先你要分析.off文件结构, ...

  8. (转载)Javascript操作表单之间的数据传递

    (转载)http://www.aspxhome.com/javascript/skills/200710/214825.htm 今天有朋友问我关于用JAVASCRIPT来进行页面各表单之间的数据传递的 ...

  9. 【转】OpenGL基础图形编程(一)

    原文:http://blog.chinaunix.net/uid-20638550-id-1909183.html  分类: 一.OpenGL与3D图形世界 1.1.OpenGL使人们进入三维图形世界 ...

随机推荐

  1. java编程内容之开始

    java应用程序开发应该掌握的各方面技术 1.初识java,熟悉Eclipse开发工具 2.java语言基础 3.流程控制,数组,字符串,类与对象 4.接口,继承与多态,类的高级特性 5.Java集合 ...

  2. MVC ---- T4模板的小练习

    1.先建立两个模板文件 :Manger.ttinclude.DBHelper.ttinclude Manger.ttinclude <#@ assembly name="System. ...

  3. 非[无]root权限 服务器 下安装perl以及perl模块--转载

    转载自http://www.zilhua.com 在本博客中,所有的软件安装都在服务器上,且无root权限.理论上适合所有的用户. 我的安装目录 cd /home/zilhua/software 1. ...

  4. HHVM代码规范

    原文戳我 本文旨在为HHVM编写C++代码提供一种指南,包括了什么时候.怎么使用各种语言功能,以及代码的格式.我们的目标是确保代码持续高可用的同时,还能容易被阅读和参与贡献,尤其是对新人而言. HHV ...

  5. go 并发

    package main import ( "fmt" "time" ) func say(s string) { ; i < ; i++ { time. ...

  6. 笔试题目练习-python

    以下内容包含笔试练习库的题目和代码,题目来自牛客网,仅供参考. # coding = utf-8 import sys def test1(): """ 题目描述:计算字 ...

  7. 关于pthread_cond_wait()使用的理解

    pthread_cond_wait()是linux多线程同步实现的一种方法,表示等待某一个线程共享变量满足了某种情况时 线程才能继续执行 pthread_cond_wait()之后的代码,如下面的示例 ...

  8. C# 导出HTML为Excel

    最近在项目中需要Excel导出,有多个Sheet页,每个Sheet页的内容比较多,且不是规整的表格,绑定值是个比较麻烦的事,便考虑直接将HTML转换为Excel文件进行导出. 一.使用JS方法将HTM ...

  9. C#下实现的K-Means优化[1]-「离群点检测」

    资源下载 #本文PDF版下载 C#下实现的K-Means优化[1]-「离群点检测」 前言 在上一篇博文中,我和大家分享了「C # 下实现的多维基础K-MEANS聚类」的[C#下实现的基础K-MEANS ...

  10. python-day17--生成器

    1.本质:就是迭代器 2.生成器函数: def func(): a=1 b=2 yield a #要返回的第一个值 yield b #要返回的第二个值 ret = func() #拿到一个生成器pri ...