英文字典中文字典


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







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

ELM    音标拼音: ['ɛlm]
n. 榆树 ; (unix操作系统中的一个信件处理程序)

榆树 ; (unix操作系统中的一个信件处理程式)

elm
n 1: any of various trees of the genus Ulmus: important timber
or shade trees [synonym: {elm}, {elm tree}]
2: hard tough wood of an elm tree; used for e.g. implements and
furniture [synonym: {elm}, {elmwood}]

Elm \Elm\, n. [AS. elm; akin to D. olm, OHG. elm, G. ulme, Icel.
almr, Dan. & Sw. alm, L. ulmus, and E. alder. Cf. {Old}.]
(Bot.)
A tree of the genus {Ulmus}, of several species, much used as
a shade tree, particularly in America. The English elm is
{Ulmus campestris}; the common American or white elm is {U.
Americana}; the slippery or red elm, {U. fulva}.
[1913 Webster]

{Elm beetle} (Zo["o]l.), one of several species of beetles
(esp. {Galeruca calmariensis}), which feed on the leaves
of the elm.

{Elm borer} (Zo["o]l.), one of several species of beetles of
which the larv[ae] bore into the wood or under the bark of
the elm (esp. {Saperda tridentata}).

{Elm butterfly} (Zo["o]l.), one of several species of
butterflies, which, in the caterpillar state, feed on the
leaves of the elm (esp. {Vanessa antiopa} and {Grapta
comma}). See {Comma butterfly}, under {Comma}.

{Elm moth} (Zo["o]l.), one of numerous species of moths of
which the larv[ae] destroy the leaves of the elm (esp.
{Eugonia subsignaria}, called elm spanworm).

{Elm sawfly} (Zo["o]l.), a large sawfly ({Cimbex Americana}).
The larva, which is white with a black dorsal stripe,
feeds on the leaves of the elm.
[1913 Webster]

A {full-screen} {MUA} for {Unix}, {MS-DOS}, {MS
Windows}, and {OS/2}.

{Usenet} newsgroup: {news:comp.mail.elm}.

{FAQ
(http://cis.ohio-state.edu/hypertext/faq/usenet/elm/FAQ/faq.html)}.

(1996-03-20)



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


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

































































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


  • RT-Thread-FAT、elm-FAT是三种不同的文件系统嘛?RT-Thread问答社区 - RT-Thread
    现状: 我现在用的是STM32F407探索者开发板,目前跑通了USB host读写U盘的例程,但是只能识别FAT32文件系统的U盘。 问题: 如何实现对FAT文件系统的U盘识别读写? 还有就是FAT、elm-FAT是两种不同的文件系统,如何让elm-FAT也支持FAT文件系统。 求助大神啊!
  • RT-Thread-elm FatFS 升级到 R0. 14bRT-Thread问答社区 - RT-Thread
    前言 今天偶然间想看看 elm 的官网,然后发现了今年的新版本,其中有两个改动比较重要,就触发了我想升级的想法。 Fixed the file gets dead-locked when f_open () failed with some conditions (appeared at R0 12a) Fixed f_mkfs () can create wrong exFAT volume due to a timing dependent error (appeared at
  • ART-Pi 外部 SPI Flash 使用 elmfatfs 文件系统 - RT-Thread
    可以看出来这部分代码是挂载 lfs 文件系统,于是上面报错的原因找到了:我们使用的是 elm-FATFS 系统,需要手动修改一下挂载代码。 我们创建设备的时候是 BLK 设备,要用 fal_blk_device_create 这个函数。 代码修改之后是这样:
  • elm_fatfs_FAT文件系统 - RT-Thread
    136 浏览 ckg001 2025-06-26 如何解决RT-Thread 编译冲突:DIR 类型在 ff h 与 dirent h 中重复定义? DFS问题 elm_fatfs_FAT文件系统 1 回答
  • RT-Thread-DFS挂载w25q不成功RT-Thread问答社区 - RT-Thread
    这家伙很懒,什么也没写! 打印的信息看,挂载失败时因为这个flash上本身不存在fat文件系统,你需要先mkfs一个fat文件系统上去 (msh有对应的命令,先mkfs -t elm W25Q128,再mount W25Q128 “ “ “elm”)。
  • RT-Thread-rtt 5. 1. 0使用最新版的littleFS异常RT-Thread问答社区 - RT-Thread
    项目中使用文件系统 (存储介质是spi nor flash),测试发现正在写文件掉电会导致文件系统破坏,于是将elm (fatfs)换成littleFS,遇到一个比较奇怪的问题就是:如果首次挂载或者每次启动强行格式化再挂载成lfs,使用起来没问题,一旦已经格式化成lfs系统,下次再上电
  • 为什么在DFS中管FATFS叫elm-fat文件系统? - RT-Thread问答社区
    不是啊 你们是不是搞错了 开发这个人叫ChaN 是个日本人。 elm是人家博客的名字 也是他的座右铭。 是The Electronic Lives Manufacturing的缩写。 。。。 http: elm-chan org
  • RT-Thread-CherryUSB怎样实现U盘动态加载RT-Thread问答社区 - RT-Thread
    现已在AT32F403A上实现了文件系统挂载,将FAL分区filesys挂载为elm文件系统;同时也移植了CherryUSB并实现了U盘功能。 但是文件系统和U盘使用的是基于同一FAL分区创建的块设备,致使二者不能同时工作。 使用CherryUSB怎样实现U盘动态挂载和卸载呢?
  • [E DFS] File system (elm) was not found. - RT-Thread问答社区
    楼主 dfs_mkfs (“elm”,”W25Q128”);是格式化的意思,格式化应该在dfs_mount之前,只需要执行过一次就行。 这个跟电脑上硬盘一个道理,没有分区的硬盘应该先建立分区并格式化。
  • 为什么文件elm文件系统挂载不上 - RT-Thread问答社区
    不要改 elm_init 函数,没挂载文件系统就想 mkfs 格式化当然不行。 mkfs 这个命令应该有错误,竟然提示的是没有 elm 文件系统,而不是提示没有找到设备。 新建个文件单独写一下挂载和格式化过程,dfs_mount dfs_mkfs 这俩函数很可能返回错误,一定要处理返回值。





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