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. Opencv2系列学习笔记10(提取连通区域轮廓) 另一个

    http://blog.csdn.net/lu597203933/article/details/17362457 连通区域指的是二值图像中相连像素组成的形状.而内.外轮廓的概念及opencv1中如何 ...

  2. csu1010: Water Drinking

    /* 本题的题意: 沙漠中有很多骆驼和一个池塘,0表示池塘,1-N表示骆驼,输入的两个数表示两只骆驼,其中前面的那一头靠近池塘,所有的骆驼队列不交叉不相连,求站在队尾但是离水井最近的骆驼编号 经过分析 ...

  3. LeetCode OJ 96. Unique Binary Search Trees

    Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For examp ...

  4. pureMVC java版搭建流程

    转自:http://blog.csdn.net/sutaizi/article/details/6588004 pureMVC 是一个轻量级的框架 它在 flex中非常流行(和cairngorm差不多 ...

  5. org.springframework.transaction.CannotCreateTransactionException

    HTTP Status 500 - Request processing failed; nested exception is org.springframework.transaction.Can ...

  6. 微信支付WxpayAPI_php_v3(一)sdk简介与错误修改

    经过断断续续将近一周的时间终于把微信支付调通了. 这里总结一下,算是给后来者有个指引.少踩坑!!!! 开发语言:php5.5 语言框架:laravel5.2 微信sdk:WxpayAPI_php_v3 ...

  7. 通知传值 notification

    @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; self.textF = [[UITextField ...

  8. 【kmp】 字符串最大周期

    大侠住店 TimeLimit: 1 Second MemoryLimit: 32 Megabyte Totalsubmit: 116 Accepted: 64 Description 有一天晚上,一位 ...

  9. C# 垃圾回收机制(转)

    摘要:今天我们漫谈C#中的垃圾回收机制,本文将从垃圾回收机制的原理讲起,希望对大家有所帮助. GC的前世与今生 虽然本文是以.NET作为目标来讲述GC,但是GC的概念并非才诞生不久.早在1958年,由 ...

  10. Spring Boot 系列教程2-Data JPA

    Spring Data JPA 用来简化创建 JPA 数据访问层和跨存储的持久层功能. 官网文档连接 http://docs.spring.io/spring-data/jpa/docs/curren ...