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_5734_Acperience

    题目连接:hdu_5734_Acperience 多校的题我还是贴官方题解的好,方便快捷,省事!! #include<cstdio> #include<cmath> #defi ...

  2. nefu 115 斐波那契的整除

    Description 已知斐波那契数列有如下递归定义,f(1)=1,f(2)=1, 且n>=3,f(n)=f(n-1)+f(n-2),它的前几项可以表示为1, 1,2 ,3 ,5 ,8,13, ...

  3. MC 自己平均

    using System; using System.Drawing; using System.Linq; using System.Collections; namespace PowerLang ...

  4. dfs Codeforces Round #356 (Div. 2) D

    http://codeforces.com/contest/680/problem/D 题目大意:给你一个大小为X的空间(X<=m),在该空间内,我们要尽量的放一个体积为a*a*a的立方体,且每 ...

  5. php 数组操作符

    1.数组操作符 数组运算符 例子 名称 结果 $a + $b 联合 $a 和 $b 的联合. $a == $b 相等 如果 $a 和 $b 具有相同的键/值对则为 TRUE. $a === $b 全等 ...

  6. CASE WHEN的两种格式

    CASE WHEN的两种格式 1.简单Case函数 CASE sex WHEN '1' THEN '男' WHEN '2' THEN '女' ELSE '其他' END 2.Case搜索函数 CASE ...

  7. Android OpenGL ES(十)绘制三角形Triangle .

    三角形为OpenGL ES支持的面,同样创建一个DrawTriangle Activity,定义6个顶点使用三种不同模式来绘制三角形: float vertexArray[] = { -0.8f, - ...

  8. struts2中的文件上传,文件下载

    文件上传: Servlet中的文件上传回顾 前台页面 1.提交方式post 2.表单类型 multipart/form-data 3.input type=file 表单输入项 后台 apache提交 ...

  9. vbs打包exe工具

    工具下载:http://yunpan.cn/cceRRbszUt5MC  访问密码 66e2

  10. Java学习之位运算符

    位运算符:&,|,^,~,<<,>> & (按位与):只有对应的两个二进制位均为1时,结果才为1.例如,9&5,即00001001&000001 ...