- 1、本文档被系统程序自动判定探测到侵权嫌疑,本站暂时做下架处理。
- 2、如果您确认为侵权,可联系本站左侧在线QQ客服请求删除。我们会保证在24小时内做出处理,应急电话:400-050-0827。
- 3、此文档由网友上传,因疑似侵权的原因,本站不提供该文档下载,只提供部分内容试读。如果您是出版社/作者,看到后可认领文档,您也可以联系本站进行批量认领。
查看更多
TheChildrenof Captain Grant
New Zealand
CHAPTER I
F ever the searchers after Captain Grant were tempted to
I despair, surely it was at this moment when all their hopes
were destroy ed at a blow . Toward what quarter of the world
should they direct their endeavors ?How were they to explore new
countries ?The DUNCAN was no longer available, and even an
immediate return to their own land was out of the question .Thus
the enterprise of these generous Scots had failed !Failed !a de-
spairing word that finds no echo in a brave soul ; and yet under the
repeated blows of adverse fate, Glenarvan himself was compelled
to acknowledge his inability to prosecute his devoted efforts .
Mary Grant at this crisis nerved herself to the resolution nev-
er to utter the name of her father . She suppressed her own an-
guish, when she thought of the unfortunate crew who had per-
ished .The daughter was merged in the friend, and she now took
upon her to console Lady Glenarvan, who till now had been her
2
格兰特船长的儿女
新 西 兰
第 一章
说寻找格兰特船长的人们注 定是要绝望
的,现在,他们 已经走投无路了, 不也正是该绝
望了吗 ? 大地茫茫,到哪儿去再作一次探 险旅
行 ? 又有什么办法可 以实现这样的旅行呢 ? 邓
肯号没有了,连想立 即回国都不可 能 ! 那些好
心肠的苏格兰人 的这番壮举就这样遭 到 了失
败 。失败,对于有点毅力 的人来说是不堪入耳
的,然而爵士被恶运捉弄够 了,他不得不承认,
再继续这种救人的事业,他也无能为力了。
玛丽小姐在这种情况下, 只好不再提起她
的父亲,尽管她极不情愿,她悲痛地想起了那一
队不幸的船员。过去是海伦夫人安慰她,现在
3
TheChildrenof Captain Grant
faithful comforter .She was the first to speak of returning to Scot-
land .Joh
您可能关注的文档
- 洋思经验 素质教育的成功实践.pdf
- 英语常用社交语十日通.pdf
- 英语科试验版优化训练教师.pdf
- 英语闪光句型.pdf
- 英语时文阅读进阶 [英汉对照] 名人演讲篇.pdf
- 英语听力突破掌上宝Talking.pdf
- 英语写作与范文精选.pdf
- 优化课堂教学方法丛书_教材分析方法.pdf
- 优化课堂教学方法丛书_了解与分析学生方法.pdf
- 优秀的孩子是教出来的:给现代父母的15条教育建议.pdf
- 制动系统的特点项目一58课件.pptx
- 直接工程费价外运杂费填料费铁路工程施工组织与概预算78课件.pptx
- 主备用控制中心的切换LCF300型25课件.pptx
- 智能交通系统的相关技术任务三车辆自动驾驶技术王怡安徽交通6.pptx
- 智能交通监控系统任务三城市交通诱导系统诱导系统的组成王怡安.pptx
- 智能交通监控系统任务二城市交通监控系统王怡安徽交通67课件.pptx
- 直升机的特点和分类空气动力学基础与飞行原理86课件.ppt
- 直升机的飞行性能空气动力学基础与飞行原理67课件.ppt
- 职业形象塑造3职业教育国际邮轮乘务管理专业教学化妆与形象设.pptx
- 轴向拉压杆件的线应变和胡克定律张亚琴河北交通52课件.pptx
最近下载
- 混凝土结构设计原理-国家开放大学电大学习网形考作业题目答案.pdf VIP
- 标准图集-福建省绿色搅拌站建设示范图集03.pdf VIP
- 北京市丰台区2023-2024学年七年级下学期期末考试语文试题(含解析).pdf VIP
- 可用于多型号螺钉的螺纹胶上胶工装.pdf VIP
- (高清版)B/T 17639-2023 土工合成材料 长丝纺粘针刺非织造土工布.pdf VIP
- 调色师:达芬奇视频剪辑调色从入门到精通(上篇,共上中下3篇).pptx VIP
- 提高手术室内timeout执行规范率.ppt
- 最新国家开放大学电大本科混凝土结构设计原理期末题库及答案.pdf VIP
- 2024年12月英语六级真题(第1套).pdf VIP
- 地理 云贵高原 .ppt VIP
知传链电子书
- 学习情境一建设项目决策阶段工程造价控制.pdf
- 例题6 An array is sorted without duplicates. However, someone mysteriously shifted all the elements in this array (e.g. 1,2,3,4,5 -> 5,1,2,3,4). Implement a function to find an element in such array (return -1 if no such element). 一个数组经过排序而没有重复元素。然而,某
- 例题4 Given a string s, we can partition s such that every segment is a palindrome (e.g, ‘abba’ is a palindrome, ‘a’ is a palindrome, ‘ab’ is not). Please write a function to return the minimum cuts needed for a palindrome partitioning, given string s
- 多线程.pdf
- 设计接口.pdf
- 7.1.2 模拟面试.pdf
- 例题6 Solve the Hanoi Tower (http://mathworld.wolfram.com/ TowerofHanoi.html) problem without recursion 不使用递归求解汉诺塔问题。.pdf
- 例题10 Given two linked lists, each element of the lists is a integer. Write a function to return a new list, which is the “sum” of the given two lists. Part a. Given input (7->1->6) + (5->9->2), output 2->1->9. Part b. Given input (6->1->7) + (2->9
- 6.薪水.pdf
- 1.1.2 内容安排.pdf
文档评论(0)