英文字典中文字典


英文字典中文字典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       







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

mousy    
a. 象像老鼠的,老鼠多的,鼠臭的

象像老鼠的,老鼠多的,鼠臭的

mousy
adj 1: quiet and timid and ineffectual [synonym: {mousy}, {mousey}]
2: infested with mice [synonym: {mousy}, {mousey}]
3: of something having a drab pale brown color resembling a
mouse; "a mousy brownish-grey color"; "mousy hair"; "mouse-
colored hair" [synonym: {mousy}, {mousey}, {mouse-colored},
{mouselike}]

Mousy \Mous"y\ (mouz"[y^]), a.
Infested with mice; smelling of mice.
[1913 Webster]

161 Moby Thesaurus words for "mousy":
Quaker-colored, acier, afraid, ashen, ashy, bashful, brown,
brownish, canescent, chicken, chickenhearted, cinereous, cinerous,
colorless, confused, conscious, coward, cowardly, cowed, cowering,
coy, dapple, dapple-gray, dappled, dappled-gray, daunted, demure,
diffident, dingy, dismal, dismayed, dove-colored, dove-gray, drab,
dreary, dull, dun, dusty, echoless, fainthearted, fearful, fearing,
fearsome, flat, funking, funky, glaucescent, glaucous, goosy, gray,
gray-black, gray-brown, gray-colored, gray-drab, gray-green,
gray-spotted, gray-toned, gray-white, grayed, grayish, grey,
griseous, grizzle, grizzled, grizzly, henhearted, hush as death,
hushed, in fear, inarticulate, inaudible, intimidated, iron-gray,
jumpy, lead-gray, leaden, lily-livered, livid, milk-livered,
milksoppish, milksoppy, mouse-colored, mouse-gray, mouselike,
mousey, nervous, noiseless, overtimid, overtimorous, panic-prone,
panicky, pearl, pearl-gray, pearly, pigeonhearted, plain,
quiescent, quiet, rabbity, ratty, rodent, rodential, sad, scary,
self-conscious, self-effacing, shaky, shamefaced, shamefast,
shivery, shrinking, shy, silent, silver, silver-gray, silvered,
silvery, sissified, sissy, skittery, skittish, slate-colored,
slaty, smoke-gray, smoky, sober, soft, somber, soundless,
stammering, startlish, steel-gray, steely, still, still as death,
stilly, stone-colored, subaudible, taupe, timid, timorous,
trembling, tremulous, trepidant, trigger-happy, unarticulated,
unhearable, unmanly, unmanned, unpronounced, unsounded, unuttered,
unvocalized, unvoiced, verminous, weak, weak-kneed, weakhearted,
whist, white-livered, yellow


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





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


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

































































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


  • 100个python算法超详细讲解:抢30游戏 - CSDN博客
    本文介绍了两个人玩的“抢30”游戏,分析了其不公平性,揭示了获胜的关键在于控制报数的个数以达到特定序列。 通过逆推和循环法,得出后开口的人可以通过特定策略确保胜利。 Python程序演示了如何实现这一策略,同时探讨了Python函数的定义、调用和类型。
  • 自学Python:抢30游戏 - 简书
    由两个人玩“抢30”游戏,游戏规则是:第一个人先说“1”或“1,2”,第二个人要接着往下说一个或两个数,然后又轮到第一个人,再接着往下说一个或两个数。 这样两人反复轮流,每次
  • 抢30---Python实现-腾讯云开发者社区-腾讯云
    PyMath23游戏规则:两人轮流报数,每次可报1或2个数,先报到30者胜。 代码模拟游戏过程,随机选择报数策略,输出每轮结果及胜者。 适用于数学博弈策略分析与编程实践。
  • 抢30---Python实现 - 代码先锋网
    Python+Webdriver实现淘宝、京东等抢单操作 最近双十一已经到了,笔者为了拓展技术水平研究了一下网络爬虫技术,其中双十一给人印象最深刻地就是抢单了,“爬虫学的好,监狱进得早”。
  • 一口气用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
  • 用 python 解经典数学题 - 天使猿 - 博客园
    1024,有点陡,我们先换一个小一点的数来分析: 抢“30”游戏,两人从1开始轮流数数,最少数1个数,最多数3个数,谁数到30谁赢,怎么数? 分析(假设其中一个人是我,且我想赢): 如果数到30就赢,且每次只能数1-3个数,那只需要数到26就可以了
  • Python 实现抢30游戏。#python #算法 - 抖音
    #python #算法 - Pypa于20250301发布在抖音,已经收获了458个喜欢,来抖音,记录美好生活!
  • 抢30---Python实现_抢数游戏 python程序设计-CSDN博客
    文章浏览阅读1k次。 本文深入探讨了PyMath23中抢30游戏的算法实现,这是一个经典的两人轮流报数游戏,目标是率先报到30。 通过随机选择策略,展示了如何用Python代码模拟游戏过程,并最终确定胜者。
  • 抢30游戏 算法 - 代码先锋网
    根据游戏规则,第一个人可以在1或1、2中选择一个或两个数字,对于“抢30”游戏,第二个人总是可以控制每轮报数的个数为3,由于30可以被3整除,因此第二个人可以控制自己最后说到30从而获胜。 如果把“抢30”游戏改成“抢50”,可类似地进行分析。
  • 抢30游戏,满足以下条件_Python-CSDN问答
    1 设计一个抢30游戏,由程序和玩家进行对战。 2 游戏开始后,随机决定谁先手。 3 玩家可以输入当前数+1或+2的数,输入其它数则提醒后必须重输,如果输入的不是数字,则提醒这不是数字需要重输。 4 程序在理论上可以赢的时候,必须胜利





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