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 --- 海龟绘图 — Python 3. 14. 3 文档 源码: Lib turtle py 概述: 海龟绘图是对 最早在 Logo 中引入的受欢迎的几何绘图工具 的实现,它由 Wally Feurzeig, Seymour Papert 和 Cynthia Solomon 在 1967 年开发。 这是一个 optional module 。
Turtle - Wikipedia Turtle shells are made mostly of bone; the upper part is the domed carapace, while the underside is the flatter plastron or belly-plate Its outer surface is covered in scales made of keratin, the material of hair, horns, and claws
海龟编辑器 - Codemao 海龟编辑器是编程猫推出的图形化Python编程工具,适合初学者学习Python编程。
python 学习笔记(三)---turtle库的使用(超详细)_turtle的使用-CSDN博客 本文详细介绍了Python标准库Turtle的使用方法,包括绘图窗体布局、坐标体系、角度控制、色彩设置、画笔控制及运动方向控制。 通过实例演示了如何利用循环语句绘制波浪线。
python--turtle库(纯干货教程) - 知乎 turtle常用函数 海龟动作 移动和绘制: 1 向前、向后: turtle forward(距离) turtle fd(距离) # 小海龟向前移动的点数 turtle backward(距离) turtle back(距离) turtle bk(距离) # 小海龟后退移动点数
Turtle | Species, Classification, Facts | Britannica Tortoises (family Testudinidae) live exclusively on land and have anatomic features distinguishing them from other turtles, but the term tortoise has long been used to refer to other terrestrial testudines as well, such as the box turtle and the wood turtle
Python-Turtle库使用教程,超详细! - 知乎 turtle 是 Python 中用来绘图的标准库,它简单且有趣,很多Python初学者都愿意将它作为第一个学习对象。 下面的内容主要包含 turtle 的基本用法和一些有趣的turtle 绘图实例。 1 turtle基本用法使用 turtle 绘图的…
海龟编辑器 - Codemao 海龟编辑器是编程猫推出的适合Python初学者的图形化编程工具,支持积木搭建与代码学习。
TURTLE中文 (简体)翻译:剑桥词典 There was no program for the labeling of shrimp products which are turtle friendly, as is the case with dolphin friendly tuna
turtle(Python模块)_百度百科 turtle是Python语言内置的绘图模块,通过控制画布上的小乌龟移动轨迹生成图形。 该库支持自定义画布尺寸与起始位置,画笔状态由坐标原点位置和方向定义,默认面朝x轴正方向。