I'd never given much thought to how I would die —

我从来没有想过我会怎么样死

much thought 仔细思考

我从未仔细思考过,我将如何死去

though I'd had reason enough in the last few months —

尽管在最后的几个月我有足够的理由

but even if I had, I would not have imagined it like this.

但是即使我有,我也不会想象到会像这样。

I stared without breathing across the long room, into the dark eyes of the hunter, and he looked pleasantly back at me.

在猎人漆黑的眼睛之下,我窒息凝视着整个房间,他背朝着我看起来很友好

across the long room 长长房间的对面

looked pleasantly back at me 愉快的回视着我

Surely it was a good way to die, in the place of someone else, someone I loved.

当然这是一种很好的死亡方式,对于别人来说,特别是我爱的人。

in the place of 在。。。的地方

in the place of someone else 在别人的地方

显然,这是一种令人愉快的死亡方式:在别人的地方,我所爱的人的地方死去。

Noble, even. That ought to count for something.

甚至是nobel,他好像正在数着什么。

Noble 高尚的

That ought to count for something. 这应该是值得的

甚至是,高尚的。这应该是值得的。

I knew that if I'd never gone to Forks, I wouldn't be facing death now.

我知道如果我没有去过forks,我现在不会面对死亡。

But, terrified as I was, I couldn't bring myself to regret the decision.

但是,我害怕了,我却不能做让自己后悔的决定。

但是,尽管我十分恐惧,我依然无法让自己后悔这个决定。

When life offers you a dream so far beyond any of your expectations, it's not reasonable to grieve when it comes to an end.

当生活给了你一个超过你所有期望的美梦,那么当它结束的时候你没有理由去哀悼。

life 命运

如果命运赐予你的美梦,远远超出了你所期待的那样美好,那么当它结束时你没有任何理由感到悲伤。

The hunter smiled in a friendly way as he sauntered forward to kill me.

猎人在我面前漫步的杀了我,露出友好的笑容。

捕猎者温柔地微笑着,漫步过来给我最后的死亡。

Preface的更多相关文章

  1. 【USACO 2.2】Preface Numbering (找规律)

    求 1-n 的所有罗马数字表达中,出现过的每个字母的个数. 分别对每个数的罗马表达式计算每个字母个数. 对于十进制的每一位,都是一样的规则,只是代表的字母不同. 于是我们从最后一位往前考虑,当前位由字 ...

  2. Pattern Recognition and Machine Learning (preface translation)

    前言 鉴于机器学习产生自计算机科学,模式识别却起源于工程学.然而,这些活动能被看做同一个领域的两个方面,并且他们同时在这过去的十年间经历了本质上的发展.特别是,当图像模型已经作为一个用来描述和应用概率 ...

  3. USACO Section 2.2: Preface Numbering

    搬了leetcode的代码 /* ID: yingzho1 LANG: C++ TASK: preface */ #include <iostream> #include <fstr ...

  4. 一起啃PRML - Preface 前言

    一起啃PRML - 前言 Preface @copyright 转载请注明出处 http://www.cnblogs.com/chxer/ PRML,Pattern Recognition and M ...

  5. USACO Preface Numbering 构造

    一开始看到这道题目的时候,感觉好难 还要算出罗马的规则. 但是仔细一看,数据规模很小, n 只给到3500 看完题目给出了几组样例之后就有感觉了 解题方法就是: n的每个十进制数 转换成相应的罗马数字 ...

  6. Machine learning preface

    Machine learning Preface Definition T: Task E: Experience P: Performance Sequence: T -> E -> P ...

  7. USACO Section2.2 Preface Numbering 解题报告 【icedream61】

    preface解题报告----------------------------------------------------------------------------------------- ...

  8. Preface Numbering

    链接 分析:先打表需要用到的罗马数字,然后暴力转换,最后统计一下即可 /* PROB:preface ID:wanghan LANG:C++ */ #include "iostream&qu ...

  9. USACO 2.2 Preface Numbering

    Preface Numbering A certain book's prefaces are numbered in upper case Roman numerals. Traditional R ...

  10. Preface Numbering序言页码

    题面 (preface.pas/c/cpp) 一类书的序言是以罗马数字标页码的.传统罗马数字用单个字母表示特定的数值,以下是标准数字表: I 1 V 5 X 10 L 50 C 100 D 500 M ...

随机推荐

  1. java中的静态初始化块

    Java 中可以通过初始化块进行数据赋值.如: 在类的声明中,可以包含多个初始化块,当创建类的实例时,就会依次执行这些代码块.如果使用 static 修饰初始化块,就称为静态初始化块. 需要特别注意: ...

  2. Entity Framework技巧系列之一 - Tip 1 - 5

    提示1. 在Entity Framework中怎样排序关系(Relationships) 问题: 在Entity Framework论坛中常会看到关于排序相关联项目的问题. 例如,想象你要查询客户,并 ...

  3. SQL Server 存储过程进行分页查询

    CREATE PROCEDURE prcPageResult -- 获得某一页的数据 -- @currPage INT = 1 , --当前页页码 (即Top currPage) @showColum ...

  4. android网络开发之测试机连接到服务器上面

    1:本人使用Tomcat作为服务器软件,首先打开Tomcat.(可以在浏览器中输入http://www.127.0.0.1:8080/查看) 2:服务器后台使用Servelt开发,这里不再讲解. 3: ...

  5. UnicodeEncodeError: 'ascii' codec can't encode characters in position 14-15: ordinal not in range(128)

    python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报类似这样的错误. UnicodeEncodeError: 'ascii' codec can't ...

  6. wpf计时器

    wpf应用程序间隔一段时间触发一个事件,代码如下: public MainWindow() { InitializeComponent(); DispatcherTimer timer = new D ...

  7. OpenGL红宝书例3.1 -- glBufferSubData使用

    代码实现 1.1 C++部分 GLFWwindow *window; GLuint shader_program; GLuint VAO; void init() { static const GLf ...

  8. CSS Day04 css核心基础

    1.在HTML中引入CSS的方法 (1)行内式 行内式即在标记的style属性中设定CSS样式,这种方式本质上没有体现出CSS的优势,因此不推荐使用.  例如:  <h1 style=“colo ...

  9. GDB调试程序常用命令

    1.在xv6 内核中 通过 nm kernel | grep _start 找到kernel的起始地址是0010000c 8010b50c D _binary_entryother_start 801 ...

  10. UITextField和一个UILabel绑定 浅析

    转载自:http://fengdeng.github.io/blog/2016/01/22/rxswift-dao-di-%5B%3F%5D-ge-uitextfieldshi-ru-he-he-%5 ...