英语口语练习系列-C29-鸟类-辨别身份-断弦的琴
鸟类
sparrow

sparrow 英 ['spærəʊ] 美 ['spæro]
n. 麻雀;矮小的人
swallow

swallow 英 ['swɒləʊ] 美 ['swɑlo]
vt. 忍受;吞没
vi. 吞下;咽下
n. 燕子;一次吞咽的量
seabird

seabird 美 ['sibɝd]
n. [鸟] 海鸟(如海鸥,等于seafowl)
lovebird
lovebird 英 ['lʌvbɜːd] 美 ['lʌv'bɝd]
n. 小鹦鹉类;[鸟] 多情鹦鹉
crane

crane 英 [kreɪn] 美 [kren]
n. 吊车,起重机;鹤
vi. 伸着脖子看;迟疑,踌躇
vt. 用起重机起吊;伸长脖子
复数 cranes 或 crane 过去式 craned 过去分词 craned 现在分词 craning
songbird
songbird 英 ['sɒŋbɜːd] 美 ['sɔŋbɝd]
n. 鸣禽,鸣鸟;女歌手;告密者
hummingbird
hummingbird 英 ['hʌmɪŋbɜːd] 美 ['hʌmɪŋbɝd]

n. 蜂鸟
短语
rare birds
wild duck
protect the environment
illegal to take their eggs
介绍和礼节
What's your name?
May I have your name?
My name is Tom.
Just call me Tom.
What's your family name?
My family name is Black.
How do you spell it?
Who is the lady in white?
Could you introduce me to her?
This is Tom. He's my classmate.
Nice to meet you.
Nice to meet you, too.
Let me introduce myself.
How do you do?
断弦的琴
作者:曾卓
将我的断弦的琴送你
从此不愿再弹奏着它
在你明月照着的绿窗前唱一支小夜曲
因为我不愿
让时代的洪流滔滔远去却将我的生命的小船
系在你的柔手上
搁浅于爱情的沙滩
我知道要来的
是怎样难忍的痛苦
但我仍以手
扼窒爱情的呼吸
英语口语练习系列-C29-鸟类-辨别身份-断弦的琴的更多相关文章
- 英语口语练习系列-C28-海滨-辨别身份-悬崖边的树
beach 海滨 brown hut near body of water green trees near sea during daytime photography 海滨度假胜地 beach [ ...
- 英语口语练习系列-C04-学校生活
连接到英语口语系列总分类 连接到上一章常用问句 登鹳雀楼 登鹳雀楼 唐代:王之涣 白日依山尽,黄河入海流. 欲穷千里目,更上一层楼. He is a fraternity brother. 他是兄弟会 ...
- 英语口语练习系列-C03-常用问句
连接到英语口语系列总分类 连接到上一章抱怨 枫桥夜泊 How are you doing?你好吗? 美国人见面时候最常用的打招呼方式: "Hey! How are you doing?&qu ...
- 英语口语练习系列-C02-抱怨
连接到英语口语系列总分类 连接到上一章棒棒的 竹石 郑燮 zhèng xiè 竹石 作者:郑燮 咬定青山不放松,立根原在破岩中. 千磨万击还坚劲,任尔东西南北风. Our team sucks. 我们 ...
- 英语口语练习系列-C27-艺术品-辨别物体-黄昏的歌
艺术品 a work of art Theory talent art gallery draw the sketch motivate students' interest full of imag ...
- 英语口语练习系列-C26-广告-人际关系-辨别物体-如果
词汇-广告 advertisement noun [ C ] UK /ədˈvɜː.tɪs.mənt/ US /æd.vɝːˈtaɪz.mənt/ informal ad, uk also infor ...
- 英语口语练习系列-C21-美式幽默
1. 基础词汇 1.1 back [bæk] n. 后背 on the back 靠着背 sleep on the back 仰着睡 back of the chair 椅子的后背 stab sb. ...
- 英语口语练习系列-C08-考试
<蒹葭>-诗经 蒹葭苍苍,白露为霜.所谓伊人,在水一方.溯洄从之,道阻且长.溯游从之,宛在水中央. 蒹葭萋萋,白露未晞.所谓伊人,在水之湄.溯洄从之,道阻且跻.溯游从之,宛在水中坻. 蒹葭 ...
- 英语口语练习系列-C22-吃东西
基础词汇 1. bill [bɪl] n. 账单:钞票:法案:鸟嘴 Bill (人名)比尔 pay the bill 付账单 telephone bill 话费单 electricity bill 电 ...
随机推荐
- 从零开始 DOM操作 笔记
<div id="box" class="box"></div> --> var myBox = document.g ...
- 论文阅读笔记二十八:You Only Look Once: Unified,Real-Time Object Detection(YOLO v1 CVPR2015)
论文源址:https://arxiv.org/abs/1506.02640 tensorflow代码:https://github.com/nilboy/tensorflow-yolo 摘要 该文提出 ...
- 论文阅读笔记十六:DeconvNet:Learning Deconvolution Network for Semantic Segmentation(ICCV2015)
论文源址:https://arxiv.org/abs/1505.04366 tensorflow代码:https://github.com/fabianbormann/Tensorflow-Decon ...
- 笔记本如何设置插入USB鼠标自动禁用触摸板
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Synaptics\SynTPEnh] [HKEY_LOCAL_MAC ...
- Java享元模式
定义:提供了减少对象数量从而改善应用所需的对象结构的方式 运用共享技术有效支持大量细微度的对象 类型:结构型 应用场景:系统底层的开发啊,以便解决系统的性能问题 系统有大量的相似对象,需要缓存池的场景 ...
- Git强制拉取覆盖本地
1.多条执行 git fetch --all git reset --hard origin/master git pull 2.单条执行 git fetch --all && git ...
- Appearance-and-Relation Networks for Video Classification论文笔记 (ARTnet)
ARTnet: caffe实现:代码 1 Motivation:How to model appearance and relation (motion) 主要工作是在3D卷积的基础上,提升了acti ...
- __attribute__ ((default)) 和 __attribute__ ((hidden))
制作一个共享库 /* a.h */ int func(); /* a.c */ #include <stdio.h> #include "a.h" int func() ...
- C# 之 串口数据侦听的实现
当需要编程操纵硬件时会遇到过这样的问题,就是通过串口来接收硬件发来的数据,或是通过串口向硬件发送某种格式的命令.在C#平台上,可以通过 System.IO.Ports 命名空间下的SerialPort ...
- eclipse 编辑代码区字体大小
wiondow-->preferences-->general-->appearance-->colors and fonts-->java-->java edit ...