英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

turtle    音标拼音: [t'ɚtəl]
n. 海龟

海龟

turtle
n 1: a sweater or jersey with a high close-fitting collar [synonym:
{turtleneck}, {turtle}, {polo-neck}]
2: any of various aquatic and land reptiles having a bony shell
and flipper-like limbs for swimming
v 1: overturn accidentally; "Don't rock the boat or it will
capsize!" [synonym: {capsize}, {turtle}, {turn turtle}]
2: hunt for turtles, especially as an occupation

Turtle \Tur"tle\ (t[^u]r"t'l), n. [AS. turtle, L. turtur;
probably of imitative origin. Cf. {Turtle} the sea tortoise.]
(Zool.)
The turtledove.
[1913 Webster]


Turtle \Tur"tle\, n. [Probably the same word as the word
preceding, and substituted (probably by sailors) for the
Spanish or Portuguese name; cf. Sp. tortuga tortoise, turtle,
Pg. tartaruga, also F. tortue, and E. tortoise.]
[1913 Webster]
[1913 Webster]
1. (Zool.) Any one of the numerous species of Testudinata,
especially a sea turtle, or chelonian.
[1913 Webster]

Note: In the United States the land and fresh-water tortoises
are also called turtles.
[1913 Webster]

2. (Printing) The curved plate in which the form is held in a
type-revolving cylinder press.
[1913 Webster]

{Alligator turtle}, {Box turtle}, etc. See under {Alligator},
{Box}, etc.

{green turtle} (Zool.), a marine turtle of the genus
{Chelonia}, having usually a smooth greenish or
olive-colored shell. It is highly valued for the delicacy
of its flesh, which is used especially for turtle soup.
Two distinct species or varieties are known; one of which
({Chelonia Midas}) inhabits the warm part of the Atlantic
Ocean, and sometimes weighs eight hundred pounds or more;
the other ({Chelonia virgata}) inhabits the Pacific Ocean.
Both species are similar in habits and feed principally on
seaweed and other marine plants, especially the turtle
grass.

{Turtle cowrie} (Zool.), a large, handsome cowrie ({Cypraea
testudinaria}); the turtle-shell; so called because of its
fancied resemblance to a tortoise in color and form.

{Turtle grass} (Bot.), a marine plant ({Thalassia
testudinum}) with grasslike leaves, common about the West
Indies.

{Turtle shell}, tortoise shell. See under {Tortoise}.
[1913 Webster]


请选择你想看的字典辞典:
单词字典翻译
Turtle查看 Turtle 在百度字典中的解释百度英翻中〔查看〕
Turtle查看 Turtle 在Google字典中的解释Google英翻中〔查看〕
Turtle查看 Turtle 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • turtle --- 海龟绘图 — Python 3. 13. 5 文档
    海龟对象在屏幕对象上绘图,在 turtle 的面向对象接口中有许多关键的类可被用于创建它们并将它们相互关联。 Turtle 实例将自动创建一个 Screen 实例,如果它还未创建的话。 Turtle 是 RawTurtle 的子类,它 不会 自动创建绘图区域 —— 需要为其提供或创建一个 canvas。
  • 程序框架 — Python 3. 13. 5 文档
    本章描述的完整模块列表如下: turtle--- 海龟绘图- 概述, 入门, 教程- 启动海龟环境, 基本绘图- 画笔控制, 海龟的位置 , 使用算法绘制图案 , 如何 - 尽快地开始, 使用 turtle 模块命名空间, 在脚本中使用海龟绘图, 使用面向对象的海龟绘图 , 海龟绘图参考- Tu
  • Installing Python Modules — Python 3. 13. 5 documentation
    Key terms¶ pip is the preferred installer program Starting with Python 3 4, it is included by default with the Python binary installers A virtual environment is a semi-isolated Python environment that allows packages to be installed for use by a particular application, rather than being installed system wide venv is the standard tool for creating virtual environments, and has been part
  • 下载 — Python 3. 13. 5 文档
    Download Python 3 13 documentation 上次更新:6月 20, 2025 (08:13 UTC)。 要下载包含此 Python 版本的所有文档的特定格式的归档文件, 请点击下表中相应的链接。
  • 3. 13. 5 Documentation - Python
    Python 3 13 有什么新变化? 或 自 Python 2 0 以来的全部“新变化”文档 教程 开始 Python 的语法和特性之旅 库参考 标准库与内置对象 语言参考 语法与语言元素
  • cmd — Support for line-oriented command interpreters
    This section presents a simple example of how to build a shell around a few of the commands in the turtle module Basic turtle commands such as forward() are added to a Cmd subclass with method named do_forward()
  • Python Documentation contents — Python 3. 15. 0a0 documentation
    turtle — Turtle graphics Introduction; Get started; Tutorial Starting a turtle environment; Basic drawing Pen control; The turtle’s position; Making algorithmic patterns; How to… Get started as quickly as possible; Automatically begin and end filling; Use the turtle module namespace; Use turtle graphics in a script; Use object-oriented
  • Python安装和使用 — Python 3. 13. 5 文档
    这一部分文档专门介绍关于在不同平台上设置Python环境、调用解释器以及让使用Python更容易的一些事情的有用信息。 命令行与环境- 命令行, 环境变量 , 在类Unix环境下使用Python- 获得并安装Python的最新版本, 构建Python, 与Python相关的路径和文件, 杂项, 自定义 OpenSSL , 配置 Python- 构建要求, 已生成的文件
  • Python 语言参考手册 — Python 3. 13. 5 文档
    本参考手册介绍了 Python 句法与“核心语义”。在力求简明扼要的同时,我们也尽量做到准确、完整。有关内置对象类型、内置函数、模块的语义在 Python 标准库 中介绍。有关本语言的非正式介绍,请参阅 Python 教程 。对于 C 或 C++ 程序员,我们还提供了两个手册: 扩展和嵌入 Python 解释器 介绍了
  • Python 标准库 — Python 3. 15. 0a0 文档
    Python 语言参考手册 描述了 Python 语言的具体语法和语义,这份库参考则介绍了与 Python 一同发行的标准库。它还描述了通常包含在 Python 发行版中的一些可选组件。 Python 标准库非常庞大,所提供的组件涉及范围十分广泛,正如以下内容目录所显示的。这个库包含了多个内置模块 (以 C 编写),Python





中文字典-英文字典  2005-2009