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. hdu_5800_To My Girlfriend(变种背包)

    题目链接:hdu_5800_To My Girlfriend 题意: 给你n和物品和一个重量m,让你求 题解: To My Girlfriend 令dp[i][j][s1][s2]表示前i个物品填了j ...

  2. android网络编程之HttpUrlConnection的讲解--GET请求

    1.服务器后台使用Servlet开发,这里不再介绍. 2.测试机通过局域网链接到服务器上,可以参考我的博客:http://www.cnblogs.com/begin1949/p/4905192.htm ...

  3. 最近客户的apache+php环境运行很慢解决

    描述:[Wed Jul 24 15:49:11 2013] [warn] (OS 64)指定的网络名不再可用.  : winnt_accept: Asynchronous AcceptEx faile ...

  4. PAXOS may not terminate

    It’s easy to see that Paxos does have a failure mode. When two proposers are active at the same time ...

  5. PHP:preg_replace

    关于preg_match: http://www.cnblogs.com/helww/p/3466720.html 关于preg_match_all:暂时没有完整的 preg_replace_call ...

  6. [code]最长回文子串

    分析: 不能用scanf("%s"),因为碰到空格或者Tab就会停下来. 解决输入中有空格 方法一:使用fgetc(fin),读取一个打开的文件fin,读取一个字符,然后返回一个i ...

  7. bind启动时提示953端口被使用

    部署DNS的时候遇到个奇葩的问题,总是提示 couldn't add command channel 0.0.0.0#953: address in use 实际上系统上并没有进程使用953端口.查询 ...

  8. C#中的Virtual、Override和new关键词理解

    来源:http://blog.csdn.net/jackiezhw/article/details/2673992 在 C# 中,派生类可以包含与基类方法同名的方法. 基类方法必须定义为 virtua ...

  9. js中对style中的多个属性进行设值

    js中对style中的多个属性进行设值: 看一下案例自然就明白: document.getElementById("my_wz1").style.cssText="bac ...

  10. oracle中to_date详细用法示例(oracle日期格式转换)

    这篇文章主要介绍了oracle中to_date详细用法示例,包括期和字符转换函数用法.字符串和时间互转.求某天是星期几.两个日期间的天数.月份差等用法 TO_DATE格式(以时间:2007-11-02 ...