Chapter 2 Open Book——27
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的更多相关文章
- Chapter 1 First Sight——27
Throughout all this conversation, my eyes flickered again and again to the table where the strange f ...
- Chapter 5 Blood Type——27
And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...
- hbase官方文档(转)
FROM:http://www.just4e.com/hbase.html Apache HBase™ 参考指南 HBase 官方文档中文版 Copyright © 2012 Apache Soft ...
- HBase官方文档
HBase官方文档 目录 序 1. 入门 1.1. 介绍 1.2. 快速开始 2. Apache HBase (TM)配置 2.1. 基础条件 2.2. HBase 运行模式: 独立和分布式 2.3. ...
- 零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题
原文:零元学Expression Blend 4 - Chapter 27 PathlistBox被Selected时的蓝底蓝框问题 最近收到网友Cloud的来信,询问我有关放进PathlistBox ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- MySQL Crash Course #19# Chapter 27. Globalization and Localization
Globalization and Localization When discussing multiple languages and characters sets, you will run ...
- Modern C++ CHAPTER 2(读书笔记)
CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...
- 【ASP.NET MVC 5】第27章 Web API与单页应用程序
注:<精通ASP.NET MVC 3框架>受到了出版社和广大读者的充分肯定,这让本人深感欣慰.目前该书的第4版不日即将出版,现在又已开始第5版的翻译,这里先贴出该书的最后一章译稿,仅供大家 ...
随机推荐
- [z] .net与java建立WebService再互相调用
http://blog.csdn.net/yenange/article/details/5824967 : .net建立WebService,在Java中调用. 1.在vs中新建web 简单修改一下 ...
- Colorful Image Colorization 的环境配置
原文链接:https://github.com/richzhang/colorization 步骤基本是按照Installation里的说明 1.安装依赖库 1.1Python相关库 Python l ...
- 用websocket实现后台推送消息
1前台实现 connect:function() { var webSocketIP = window.CRM_CONFIG.WebSocketIP; var target = 'ws://'+web ...
- WPS Office 二次开发简易教程。
http://bbs.wps.cn/forum.php?mod=viewthread&tid=22004642
- wpf 线程与界面线程
Thread thread = new Thread(new ThreadStart(() => { VisualTarget visualTarget = ...
- phonegap 随笔
开发者论坛 http://bbs.phonegapcn.com/forum.php phone调用android本地方法 http://blog.csdn.net/crazyman2010/artic ...
- 照片处理软件(iSee图片专家) 3.930 中文免费版
软件名称: 照片处理软件(iSee图片专家) 软件语言: 简体中文 授权方式: 免费软件 运行环境: Win 32位/64位 软件大小: 13.5MB 图片预览: 软件简介: iSee图片专家,免费一 ...
- Ansible Filter
没啥好说的. 自己看吧 http://docs.ansible.com/ansible/playbooks_filters.html
- CodeForces 670F Restore a Number
模拟. 首先暴力找到答案的位数,然后就是分类讨论输出答案. #pragma comment(linker, "/STACK:1024000000,1024000000") #inc ...
- hdu1030
#include<stdio.h>#include<math.h>void find(int n,int &l,int &r,int &level){ ...