I kept my voice indifferent. "May I?"

我尽量让我的声音显得不那么突兀,我能试试吗?

我尽量让自己的声音显得漠不关心。“可以让我看一下吗?”

He smirked and pushed the microscope to me.

他傻笑然后把显微镜推给我。

他撇嘴坏笑,把显微镜推给我。

I looked through the eyepiece eagerly, only to be disappointed. Dang it,he was right.

我急切地通过目镜看去,只有失望。畜生,他是对的。

我急切地透过接目镜看进去,却失望了。该死,他是对的。

"Slide three?" I held out my hand without looking at him.

第三片?我伸出我的手没有看他。

“第三张玻片?”我伸出手,却不看他。

He handed it to me; it seemed like he was being careful not to touch my skin again.

他把它递给了我,看起来他好像小心注意不再一次碰到我的皮肤。

他把玻片递给我。他似乎小心翼翼地避免着再次和我有肌肤上的接触。

I took the most fleeting look I could manage.

我用我能做到的最快速度看了看玻片。

"Interphase." I passed him the microscope before he could ask for it. He took a swift peek, and then wrote it down.

间期。我把显微镜传给他在他问之前。他飞快的扫了一眼,然后写下了。

I would have written it while he looked, but his clear, elegant script intimidated me.

在他看的时候我本来可以写下的,但是他的自己把我吓到了。

在他看的时候我本可以写下来的,但他清秀雅致的笔迹把我镇住了。

I didn't want to spoil the page with my clumsy scrawl.

我不想让我杂乱的字迹毁了这页纸。

我不想用我笨拙潦草的字体毁掉这张纸。

We were finished before anyone else was close.

我们在别人之前完成了。

I could see Mike and his partner comparing two slides again and again, and another group had their book open under the table.

我能看到mike和他的伙伴对比了两片一次又一次,然后另一组把他们的书打开摊在桌子下面。

Chapter 2 Open Book——28的更多相关文章

  1. Chapter 1 First Sight——28

    "Which one is the boy with the reddish brown hair?" 那个红褐色头发的男孩是谁? I asked. I peeked at him ...

  2. Chapter 5 Blood Type——28

    Mike came through the door then, glancing from me to Edward. 然后Mike从门里走出来,看了一眼我和Edward The look he g ...

  3. 清华大学计算机系大二 java 小学期考试题(摘自知乎)

    public class Main { public void test(Object o) { System.out.println("Object"); } public vo ...

  4. 零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式

    原文:零元学Expression Blend 4 - Chapter 28 ListBox的基本运用与更改预设样式 本章将先教大家认识ListBox的基本运用与更改预设样式 本章将先教大家认识List ...

  5. MySQL Crash Course #20# Chapter 28. Managing Security

    限制用户的操作权限并不是怕有人恶意搞破坏,而是为了减少失误操作的可能性. 详细文档:https://dev.mysql.com/doc/refman/8.0/en/user-account-manag ...

  6. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  7. Modern C++ CHAPTER 2(读书笔记)

    CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...

  8. PRML Chapter 1. Introduction

    PRML Chapter 1. Introduction 为了防止忘记,要把每章的重要内容都记下来,从第一章开始 2012@3@28 今天又回去稍微翻了一下第一章内容,发现第一次看的时候没有看透,每次 ...

  9. MongoDB:The Definitive Guide CHAPTER 2 Getting Started

    MongoDB is very powerful, but it is still easy to get started with. In this chapter we’ll introduce ...

随机推荐

  1. 线段树练习 3&&P3372 【模板】线段树 1

    题目描述 Description 给你N个数,有两种操作: 1:给区间[a,b]的所有数增加X 2:询问区间[a,b]的数的和. 输入描述 Input Description 第一行一个正整数n,接下 ...

  2. LocalDateTime返回的是Local时间

    LocalDateTime返回的是本地时间,比如 LocalDateTime startDateTime = LocalDateTime.of(2016, 9, 18,00, 00); 返回的时间格式 ...

  3. Perf 简介

    Perf 是用来进行软件性能分析的工具. 通过它,应用程序可以利用 PMU,tracepoint 和内核中的特殊计数器来进行性能统计.它不但可以分析指定应用程序的性能问题 (per thread),也 ...

  4. static const readonly

    C#中的static 和Java中的static 简单,两者用法完全是一致的.从两方面讨论: 1. 变量是属于类的,不是实例级别的.只能通过类名调用,不能通过实例调用. 2. 如果在定义时就赋值了,那 ...

  5. Ubuntu 实现点击菜单栏图标最小化程序

    compizconfig-settings-manager http://blog.csdn.net/wdjhzw/article/details/39136057

  6. 用ES6语法和方式写gulp

    安装依赖模块 npm i -g gulp npm i gulp babel-core babel-preset-es2015 --save-dev 在创建文件 .babelrc(文件名) : (文件内 ...

  7. svn 常用控制台命令解析

    参数说明 :serverPath:表示服务器的文件路径 ,  localPath:表示本地的文件路径  , num 表示数字 , edition1:表示工程已经跟新的版本1 , edition2:表示 ...

  8. 关于The requested PHP extension ext-pdo_sqlite * is missing from your system. Install or enable PHP's pdo_sqlite extension.的解决

    $ php composer.phar install Loading composer repositories with package information Installing depend ...

  9. ios开发之简单实现loading动画效果

    最近有朋友问我类似微信语音播放的喇叭动画和界面图片加载loading界面是怎样实现的,是不是就是一个gif图片呢!我的回答当然是否定了,当然不排除也有人用gif图片啊!下面我就来罗列三种实现loadi ...

  10. openstack 装逼之路~openstack各组件关系

    先来张图