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. 【Machine Learning in Action --2】K-最近邻分类

    1.K-近邻算法(KNN)概述 K-近邻算法采用测量不同特征值之间的距离方法进行分类. 工作原理:存在一个样本数据集合(也称作训练样本集),并且样本集中每个数据都存在标签(即我们知道样本集中每一数据与 ...

  2. .NET面试题目二

    1.对你来说工作中最重要的是什么? 答:团队目标的实现.(这是所有公司希望员工拥有的素质) 2.为什么愿意为本公司工作? 答:因为我认为我可以与贵公司取得共同的发展.(暗示留下我可能为公司带来的益处) ...

  3. Mac 下格式化U盘

    diskutil list 查看U盘盘符: lapommedeMacBook-Pro:~ lapomme$ diskutil list /dev/disk0 (internal, physical): ...

  4. ios网站

    www.diveinedu.cn/nav/index.html  

  5. linux 进程监控和自动重启的简单实现(转)

    目的:linux 下服务器程序会因为各种原因dump掉,就会影响用户使用,这里提供一个简单的进程监控和重启功能. 实现原理:由定时任务crontab调用脚本,脚本用ps检查进程是否存在,如果不存在则重 ...

  6. docker容器和镜像区别

    这篇文章希望能够帮助读者深入理解Docker的命令,还有容器(container)和镜像(image)之间的区别,并深入探讨容器和运行中的容器之间的区别. 当我对Docker技术还是一知半解的时候,我 ...

  7. linq中first() firstordefault() last() lastOrDefault() single() singleOrDeafult

    一.firstordefault() 和 first() class Program { static void Main(string[] args) { List<Emp> list ...

  8. 【欧拉函数】 poj 2478

    递推法求欧拉函数: #include <iostream> #include <cstdio> #include <cstring> using namespace ...

  9. ios开发使用lipo命令合并真机库和模拟器库

    在开发ios时,我们经常会遇到编译两套库文件,使用模拟器时链接模拟器库,使用真机时使用真机库,这样操作会对后期的维护带来麻烦,所以Apple提供了一个把多个不同平台的.a库文件合并成一个适用于多平台的 ...

  10. Tree Restoring

    Tree Restoring Time limit : 2sec / Memory limit : 256MB Score : 700 points Problem Statement Aoki lo ...