"Mr. Cullen?" the teacher called, seeking the answer to a question that I hadn't heard.

“Cullen?”老师叫道,询问着我没有听到问题的答案。

"The Krebs Cycle," Edward answered, seeming reluctant as he turned to look at Mr. Banner.

“三羧酸循环”Edward回答道,他看起来不情愿的转而看向Banner老师

I looked down at my book as soon as his eyes released me, trying to find my place.

当他不再看我我马上低头看向我的书,尝试找到我的位置。

Cowardly as ever, I shifted my hair over my right shoulder to hide my face.

像以往一样懦弱,我转移了我的头发到了我的右边肩膀隐藏我的脸。

I couldn't believe the rush of emotion pulsing through me — just because he'd happened to look at me for the first time in a half-dozen weeks.

我不能相信一股情感向我涌来——就只是因为在六周以来第一次他突然的盯着我。

I couldn't allow him to have this level of influence over me. It was pathetic.

我不能允许他对我有这样程度的影响。这是令人可怜的。

More than pathetic, it was unhealthy.

与其说是可怜的,这更是不正常的。

I tried very hard not to be aware of him for the rest of the hour, and, since that was impossible, at least not to let him know that I was aware of him.

在剩下的一个小时中我尽力不去想他,即使这是不可能的,至少不让他知道我在注意他。

When the bell rang at last, I turned my back to him to gather my things, expecting him to leave immediately as usual.

最后当钟声想起,我背向他收拾着我的东西,期待他先往常一样立即离开。

Chapter 4 Invitations——10的更多相关文章

  1. Chapter 3 Top 10 List

    3.1 Introduction Given a set of (key-as-string, value-as-integer) pairs, then finding a Top-N ( wher ...

  2. Chapter 4 Invitations——28

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

  3. Chapter 4 Invitations——27

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

  4. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  5. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  6. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  7. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  8. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  9. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

随机推荐

  1. Mac更改PHP默认目录

    在Mac上搭建了PHP服务器以后,默认的路径为/Library/WebServer/Documents下面,但这让人很不爽,我想修改到自己定义的路径下.经过好一番折腾,终于成功了. PHPEclips ...

  2. web端代码提示

    web端代码提示 这个功能是基本完成了,但是与需求不一致.但是废弃挺可惜的,所以就单独拿出来作为一个例子记录一下. 其中还包括了,java代码的自动编译和执行,在web端显示执行结果. 下载链接: h ...

  3. 解决:Adobe Acrobat Pro中设置背景颜色后,出现白色条纹

    找到  编辑->首选项->页面显示->渲染->使用2D图形加速 取消即可

  4. Visual Studio学习记录

    1,一些快捷键记录 1,折叠 ctrl+M+A: 折叠所有代码[官方名:折叠所有大纲提示] ctrl + M + O:折叠全部代码[官方:折叠到定义],但是这个貌似只能折叠代码,xml之类的无效.m+ ...

  5. LCD调试

    (1) 液晶显示模式 并行:MCU接口.RGB接口.Vysnc接口 串行:SPI接口.MDDI接口 (2) 屏幕颜色 实质上即为色阶的概念.色阶是表示手机液晶显示屏亮度强弱的指数标准,也就是通常所说的 ...

  6. wx 参数传值

    1: data-id 我们可以给HTML元素添加自定义的data-*属性 example:   假设页面里有下面的元素存在: <div id="myDiv" data-nam ...

  7. linux 最为常用的命令

    系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 cat /proc/cpuinfo 显示CPU info的信息 ...

  8. 只要一行代码求一串字符中某字符(串)出现次数,c#

    这里只要一行代码就行. static void Main(string[] args) { string str = "qwerwqr;sfdsfds;fdfdsf;dfsdfsdf;dsf ...

  9. Android开发者的Anko使用指南(二)之Dialogs

    在项目中使用Anko Dialogs dependencies { compile "org.jetbrains.anko:anko-commons:$anko_version" ...

  10. ByteArrayInputStream

    package org.example.io; import java.io.ByteArrayInputStream;import java.io.IOException; /** * ByteAr ...