|
trundle 音标拼音: [tr'ʌndəl] n. 小车轮,脚轮,滚动
vi. 滚,推,扔球
vt. 使滚动,使旋转 小车轮,脚轮,滚动滚,推,扔球使滚动,使旋转 trundle n 1: a low bed to be slid under a higher bed [ synonym: { trundle bed}, { trundle}, { truckle bed}, { truckle}] 2: small wheel or roller v 1: move heavily; " the streetcar trundled down the avenue" Lantern \ Lan" tern\ ( l[ a^] n" t[~ e] rn), n. [ F. lanterne, L. lanterna, laterna, from Gr. lampth` r light, torch. See { Lamp}.] 1. Something inclosing a light, and protecting it from wind, rain, etc.; -- sometimes portable, as a closed vessel or case of horn, perforated tin, glass, oiled paper, or other material, having a lamp or candle within; sometimes fixed, as the glazed inclosure of a street light, or of a lighthouse light. [ 1913 Webster] 2. ( Arch.) ( a) An open structure of light material set upon a roof, to give light and air to the interior. ( b) A cage or open chamber of rich architecture, open below into the building or tower which it crowns. ( c) A smaller and secondary cupola crowning a larger one, for ornament, or to admit light; such as the lantern of the cupola of the Capitol at Washington, or that of the Florence cathedral. [ 1913 Webster] 3. ( Mach.) A lantern pinion or trundle wheel. See { Lantern pinion} ( below). [ 1913 Webster] 4. ( Steam Engine) A kind of cage inserted in a stuffing box and surrounding a piston rod, to separate the packing into two parts and form a chamber between for the reception of steam, etc.; -- called also { lantern brass}. [ 1913 Webster] 5. ( Founding) A perforated barrel to form a core upon. [ 1913 Webster] 6. ( Zool.) See { Aristotle' s lantern}. [ 1913 Webster] Note: Fig. 1 represents a hand lantern; fig. 2, an arm lantern; fig. 3, a breast lantern; -- so named from the positions in which they are carried. [ 1913 Webster] { Dark lantern}, a lantern with a single opening, which may be closed so as to conceal the light; -- called also { bull' s- eye}. { Lantern jaws}, long, thin jaws; hence, a thin visage. { Lantern pinion}, { Lantern wheel} ( Mach.), a kind of pinion or wheel having cylindrical bars or trundles, instead of teeth, inserted at their ends in two parallel disks or plates; -- so called as resembling a lantern in shape; -- called also { wallower}, or { trundle}. { Lantern shell} ( Zool.), any translucent, marine, bivalve shell of the genus { Anatina}, and allied genera. { Magic lantern}, an optical instrument consisting of a case inclosing a light, and having suitable lenses in a lateral tube, for throwing upon a screen, in a darkened room or the like, greatly magnified pictures from slides placed in the focus of the outer lens. [ 1913 Webster]
Trundle \ Trun" dle\, n. [ AS. tryndel a little shield. See { Trend}, v. i.] 1. A round body; a little wheel. [ 1913 Webster] 2. A lind of low- wheeled cart; a truck. [ 1913 Webster] 3. A motion as of something moving upon little wheels or rollers; a rolling motion. [ 1913 Webster] 4. ( Mach.) ( a) A lantern wheel. See under { Lantern}. ( b) One of the bars of a lantern wheel. [ 1913 Webster]
Trundle \ Trun" dle\, v. t. [ imp. & p. p. { Trundled}; p. pr. & vb. n. { Trundling}.] 1. To roll ( a thing) on little wheels; as, to trundle a bed or a gun carriage. [ 1913 Webster] 2. To cause to roll or revolve; to roll along; as, to trundle a hoop or a ball. -- R. A. Proctor. [ 1913 Webster]
Trundle \ Trun" dle\, v. i. 1. To go or move on small wheels; as, a bed trundles under another. [ 1913 Webster] 2. To roll, or go by revolving, as a hoop. [ 1913 Webster] 23 Moby Thesaurus words for " trundle": advance, bowl, bunt, butt, drive, forward, furl, impel, move, pedal, pole, propel, push, roll, roll up, row, shove, shunt, sweep, sweep along, thrust, treadle, troll
|
安装中文字典英文字典查询工具!
中文字典英文字典工具:
英文字典中文字典相关资料:
- 100个python算法超详细讲解:抢30游戏 - CSDN博客
本文介绍了两个人玩的“抢30”游戏,分析了其不公平性,揭示了获胜的关键在于控制报数的个数以达到特定序列。 通过逆推和循环法,得出后开口的人可以通过特定策略确保胜利。 Python程序演示了如何实现这一策略,同时探讨了Python函数的定义、调用和类型。
- 一口气用Python写了13个小游戏 (附源码) - 知乎
import random from modules import * '''游戏初始化''' def initGame(): # 初始化pygame, 设置展示窗口 pygame init() screen = pygame display set_mode(cfg SCREENSIZE) pygame display set_caption('catch coins —— 九歌') # 加载必要的游戏素材 game_images = {} for key, value in cfg IMAGE_PATHS items(): if isinstance(value, list
- 抢30---Python实现-腾讯云开发者社区-腾讯云
PyMath23游戏规则:两人轮流报数,每次可报1或2个数,先报到30者胜。 代码模拟游戏过程,随机选择报数策略,输出每轮结果及胜者。 适用于数学博弈策略分析与编程实践。
- 自学Python:抢30游戏 - 简书
由两个人玩“抢30”游戏,游戏规则是:第一个人先说“1”或“1,2”,第二个人要接着往下说一个或两个数,然后又轮到第一个人,再接着往下说一个或两个数。 这样两人反复轮流,每次
- 抢30---Python实现 - 代码先锋网
Python+Webdriver实现淘宝、京东等抢单操作 最近双十一已经到了,笔者为了拓展技术水平研究了一下网络爬虫技术,其中双十一给人印象最深刻地就是抢单了,“爬虫学的好,监狱进得早”。
- 用 python 解经典数学题 - 天使猿 - 博客园
1024,有点陡,我们先换一个小一点的数来分析: 抢“30”游戏,两人从1开始轮流数数,最少数1个数,最多数3个数,谁数到30谁赢,怎么数? 分析(假设其中一个人是我,且我想赢): 如果数到30就赢,且每次只能数1-3个数,那只需要数到26就可以了
- 15个Python小游戏,上班摸鱼我能玩一天【内附源码】 - 小明 . . .
今天给大家带来30个py小游戏,一定要收藏! 有手就行 1、吃金币 【有手就行系列不介绍玩法了+附源码】 源码分享: import os import cfg import sys import pygame import random from modules import * ' #39
- 抢30---Python实现_python抢30游戏编程-CSDN博客
本文深入探讨了PyMath23中抢30游戏的算法实现,这是一个经典的两人轮流报数游戏,目标是率先报到30。 通过随机选择策略,展示了如何用Python代码模拟游戏过程,并最终确定胜者。
- 50个Python小游戏,小白练手,我都能玩一天【内附源码 . . .
大家好,我是辣条。 今天给大家带来几个Python小游戏,找回童年的同时学习编程一定要收藏! 本文下面所有的Python编程小游戏都有详细的配套教程以及源码,都已经打包好了!
- 抢30游戏,满足以下条件_Python-CSDN问答
1 设计一个抢30游戏,由程序和玩家进行对战。 2 游戏开始后,随机决定谁先手。 3 玩家可以输入当前数+1或+2的数,输入其它数则提醒后必须重输,如果输入的不是数字,则提醒这不是数字需要重输。 4 程序在理论上可以赢的时候,必须胜利
|
|