英文字典中文字典


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







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

gnome    
n. 格言,箴言,侏儒,土地神

格言,箴言,侏儒,土地神

gnome
n 1: a legendary creature resembling a tiny old man; lives in
the depths of the earth and guards buried treasure [synonym:
{gnome}, {dwarf}]
2: a short pithy saying expressing a general truth

Gnome \Gnome\, n. [F. gnome, prob. fr. Gr. gnw`mon one that
knows, a guardian, i. e., of the treasures in the inner parts
of the earth, or fr. ? intelligence, both fr. gnw^nai,
gignw^skein, to know. See {Know}.]
1. An imaginary being, supposed by the Rosicrucians to
inhabit the inner parts of the earth, and to be the
guardian of mines, quarries, etc.
[1913 Webster]

2. A dwarf; a goblin; a person of small stature or misshapen
features, or of strange appearance.
[1913 Webster]

3. (Zool.) A small owl ({Glaucidium gnoma}) of the Western
United States.
[1913 Webster]

4. [Gr. ?.] A brief reflection or maxim. --Peacham. Gnomic

93 Moby Thesaurus words for "gnome":
Ariel, Befind, Corrigan, Finnbeara, Lilliputian, Mab, Oberon,
Titania, Tom Thumb, adage, ana, analects, aphorism, apothegm,
axiom, banshee, brocard, brownie, byword, catchword, cluricaune,
collected sayings, current saying, dictate, dictum, distich, dwarf,
elemental, elemental spirit, elf, epigram, expression, fairy,
fairy queen, fay, goblin, golden saying, gremlin, hob, homunculus,
imp, kobold, leprechaun, manikin, maxim, midge, midget, moral, mot,
motto, oracle, ouphe, peewee, peri, phrase, pip-squeak,
pithy saying, pixie, pooka, precept, prescript, proverb,
proverbial saying, proverbs, puca, pwca, pygmy, rule, runt,
salamander, saw, saying, sentence, sententious expression, shrimp,
sloka, sprite, stock saying, sutra, sylph, sylphid, teaching, text,
truism, undine, verse, wart, wisdom, wisdom literature,
wise saying, witticism, word, words of wisdom



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


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

































































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


  • RVC-Boss GPT-SoVITS - GitHub
    1 min voice data can also be used to train a good TTS model! (few shot voice cloning) - RVC-Boss GPT-SoVITS
  • GitHub - MuiseDestiny zotero-gpt: GPT Meet Zotero. · GitHub
    🧠 Use GPT to generate reply text: support gpt-3 5-turbo and gpt-4 🏷️ Command tags: Click once to accelerate your research 💬 Ask questions about current PDF file (full-text or selected text) 💬 Ask questions about selected paper (Abstract) 📝 Summarize the selected paper into several highly condensed sentences
  • o1、GPT4、GPT4o 这三个有什么区别? - 知乎
    GPT-4o的框架下,有小模,中模,大模三种尺寸,小模适合快速推理(其实什么都不适合,现在比较好用的小模是Flash002),中模适合大部分人的通用任务,包括数学,代码,查询差不多都在这一层,大模写作能力更好,情感理解更细腻,大模的存在并不能明显
  • GPT-Image2生成的图像逼真到让人不安,为什么越像真的 . . .
    GPT-Image2生成的图像逼真到让人不安,为什么越像真的反而越让人害怕?这种不适感在警告我们什么?
  • DB-GPT: Open-Source Agentic AI Data Assistant - GitHub
    DB-GPT is an open-source agentic AI data assistant for the next generation of AI + Data products It helps users and teams: connect to databases, CSV Excel files, warehouses, and knowledge bases ask questions in natural language and let AI write SQL autonomously run Python- and code-driven analysis workflows load and execute reusable skills for domain-specific tasks generate charts
  • 不是说chat gpt是免费的吗,怎么只能免费问一次? - 知乎
    后来自己注册gpt账号,能免费使用GPT-3 5,每月20刀的Gpt-4还是不大舍得去搞,3 5基本也够用了,搭配chatpdf等其他AI工具,用起来还是很方便的。 再后来,用过微软的Bing,还有早期只支持英文的Bard(Bard现在也支持中文了),各有特色,习惯了GPT,还是用它比较多。
  • GitHub - Significant-Gravitas AutoGPT: AutoGPT is the vision of . . .
    AutoGPT is the vision of accessible AI for everyone, to use and to build on Our mission is to provide the tools, so that you can focus on what matters - Significant-Gravitas AutoGPT
  • 你们会每个月去购买gpt吗?多少钱买呢? - 知乎
    你们拿gpt来为自己做什么呢,有为自己赚钱吗 如何更便宜地开通 ChatGPT Plus?我的经验分享 先说结论:我现在用的 ChatGPT Plus,每月只要 118 元人民币,而且用支付宝就能支付。相比官网 20 美元(约 149 元)的价格,确实省了一笔。 我为什么要开通 Plus 我最早用的是免费版,体验下来发现几个问题
  • GitHub - binary-husky gpt_academic: 为GPT GLM等LLM大 . . .
    GPT 学术优化 (GPT Academic) 如果喜欢这个项目,请给它一个Star;如果您发明了好用的快捷键或插件,欢迎发pull requests! If you like this project, please give it a Star Read this in English | 日本語 | 한국어 | Русский | Français All translations have been provided by the project itself
  • 为什么现在的GPT模型都采用Decoder Only的架构?
    GPT(Generative Pre-trained Transformer)模型采用Decoder-only架构的原因主要是出于语言生成任务的需要。 Decoder-only架构适用于生成式任务,如文本生成、语言翻译等,其中模型需要将输入序列转换为输出序列,因此不需要进行编码器阶段的编码,只需使用解码器阶段





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