My assessment was confident.

我的评价是很自信的。

"Prophase.""Do you mind if I look?" he asked as I began to remove the slide.

前期,你介意我看一下吗?我正要开始移走玻片的时候他问道。

His hand caught mine, to stop me, as he asked.

他的手抓住了我的手,让我停下,并且他问到。

His fingers were ice-cold,like he'd been holding them in a snowdrift before class.

他的手指是冰冷的,就像他在上课前一直握着雪堆一般。

他的手指冰冷,就好像上课前他一直把手埋在雪堆里一样。

But that wasn't why I jerked my hand away so quickly.

但是为什么我的收马上抽筋一般很快的拿开。

但这不是我飞快地挣开手的缘故。

When he touched me, it stung my hand as if an electric current had passed through us.

当他触摸到我的时候,就像电流瞬间通过了我们一般刺到了我的手。

当他触到我的时候,他的触碰灼痛了我的手,仿佛有一股电流刹那间从我们身上流过。

"I'm sorry," he muttered, pulling his hand back immediately. However, he continued to reach for the microscope.

我很抱歉,他嘀咕到,很快收回了他的手。然而,他继续去拿显微镜。

“对不起。”他低声说道,立刻收回了手。但是,他仍旧伸手拿过了显微镜。

I watched him, still staggered, as he examined the slide for an even shorter time than I had.

我看着他,仍然吃惊,他查看饿了这个玻片比我还短的时间。

"Prophase," he agreed, writing it neatly in the first space on our worksheet.

前期,他同意到,在我们的工作表的第一个空格写下了。

“前期。”他表示赞同,工整地写到我们的实验报告的第一栏空白处。

He swiftly switched out the first slide for the second, and then glanced at it cursorily.

他快速的转换了第一个玻片到了第二个,然后马虎的瞥了一眼。

他动作熟练地换上第二张玻片,粗略地看了一眼。

"Anaphase," he murmured, writing it down as he spoke.

后期,他喃喃细语到,写下了他说的。

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

  1. Chapter 1 First Sight——27

    Throughout all this conversation, my eyes flickered again and again to the table where the strange f ...

  2. Chapter 5 Blood Type——27

    And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...

  3. hbase官方文档(转)

    FROM:http://www.just4e.com/hbase.html Apache HBase™ 参考指南  HBase 官方文档中文版 Copyright © 2012 Apache Soft ...

  4. HBase官方文档

    HBase官方文档 目录 序 1. 入门 1.1. 介绍 1.2. 快速开始 2. Apache HBase (TM)配置 2.1. 基础条件 2.2. HBase 运行模式: 独立和分布式 2.3. ...

  5. 零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题

    原文:零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题 最近收到网友Cloud的来信,询问我有关放进PathlistBox ...

  6. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  7. MySQL Crash Course #19# Chapter 27. Globalization and Localization

    Globalization and Localization When discussing multiple languages and characters sets, you will run ...

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

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

  9. 【ASP.NET MVC 5】第27章 Web API与单页应用程序

    注:<精通ASP.NET MVC 3框架>受到了出版社和广大读者的充分肯定,这让本人深感欣慰.目前该书的第4版不日即将出版,现在又已开始第5版的翻译,这里先贴出该书的最后一章译稿,仅供大家 ...

随机推荐

  1. 近期unity ios接入的事情

    1,  在接入苹果内支付的时候,遇到一个很严重的问题,使用的公司的moni2来测试的,但是在测试的过程中发现每次调用oc的内支付代码后,总会先回调一个支付成功,然后弹出输入密码框,当点击取消后,再一次 ...

  2. jQuery 怎么实现文字显示2s,消失0.5s,再显示2s,再消失0.5s,以此循环

    <div style="display: none;" id='divTestDisplay'>我要显示的文字</div> window.onload = ...

  3. VirtualBox 主机与虚拟机互通

    文章转载:http://www.cnblogs.com/HD/p/4011323.html 网络要设置才能互通 注意:不启动Linux系统的时候,设置网络 使用VirtualBox的主机与虚拟机相互通 ...

  4. Leaving Auction

    Leaving Auction 题目链接:http://codeforces.com/contest/749/problem/D 二分 本来以为是哪种神奇的数据结构,没想到sort+lower_bon ...

  5. 教你成为全栈工程师(Full Stack Developer) 一-各显神通总结八大类编程语言的区别

    为了能在最快的时间里理解更多语言的相同点和不同点,我用大家最熟悉的Hello World来展示一下各个语言的奥妙   请尊重原创,转载请注明来源网站www.shareditor.com以及原始链接地址 ...

  6. 抓包分析SIP消息

    I. 实验环境 SIP服务器: Yate服务器, IP:port=10.15.3.34:5060 SIP客户端: 移植Sipdroid的Android网络电话软件, IP: 10.15.3.73, A ...

  7. C#笔记(一)常量

    常量必须在声明时初始化 常量的值必须能在编译时用于计算.因此,不能用从一个变量中提取的值来初始化常量. 常量总是静态的.但注意,不必(实际上,是不允许)在常量声明中包含修饰符static .

  8. 双数组trie树的基本构造及简单优化

    一 基本构造 Trie树是搜索树的一种,来自英文单词"Retrieval"的简写,可以建立有效的数据检索组织结构,是中文匹配分词算法中词典的一种常见实现.它本质上是一个确定的有限状 ...

  9. 解决后端动态生成css时无法调用

    在PHP 设置头 header("Content-type: text/css");

  10. 高效开发之SASS篇

    作为通往前端大神之路的普通的一只学鸟,最近接触了一样稍微高逼格一点的神器,特与大家分享~ 他是谁? 作为前端开发人员,你肯定对css很熟悉,但是你知道css可以自定义吗?大家都知道,js中可以自定义变 ...