|
burned 音标拼音: [b'ɚnd] = burnburned adj 1: treated by heating to a high temperature but below the melting or fusing point; " burnt sienna" [ synonym: { burned}, { burnt}] 2: destroyed or badly damaged by fire; " a row of burned houses"; " a charred bit of burnt wood"; " a burned- over site in the forest"; " barricaded the street with burnt- out cars" [ synonym: { burned}, { burnt}, { burned- over}, { burned- out}, { burnt- out}] 3: ruined by overcooking; " she served us underdone bacon and burnt biscuits" [ synonym: { burned}, { burnt}] injured \ injured\ adj. 1. having received an injury;-- usually used of physical or mental injury to persons. Opposite of { uninjured}. [ Narrower terms: { abraded, scraped, skinned ; { battle- scarred, scarred}; { bit, bitten, stung ; { black- and- blue, livid ; { bruised, contused, contusioned ; { bruised, hurt, wounded ; { burned}; { cut, gashed, slashed, split ; { disabled, hors de combat, out of action ; { disjointed, dislocated, separated ; { hurt, wounded ; { lacerated, mangled, torn}; { maimed, mutilated ] Also See: { broken}, { damaged}, { damaged}, { impaired}, { unsound}, { wronged}. [ WordNet 1. 5 PJC] 2. subjected to an injustice. Syn: aggrieved. [ WordNet 1. 5]
Burn \ Burn\ ( b[^ u] rn), v. t. [ imp. & p. p. { Burned} ( b[^ u] rnd) or { Burnt} ( b[^ u] rnt); p. pr. & vb. n. { Burning}.] [ OE. bernen, brennen, v. t., early confused with beornen, birnen, v. i., AS. b[ ae] rnan, bernan, v. t., birnan, v. i.; akin to OS. brinnan, OFries. barna, berna, OHG. brinnan, brennan, G. brennen, OD. bernen, D. branden, Dan. br[ ae] nde, Sw. br[ aum] nna, brinna, Icel. brenna, Goth. brinnan, brannjan ( in comp.), and possibly to E. fervent.] 1. To consume with fire; to reduce to ashes by the action of heat or fire; -- frequently intensified by up: as, to burn up wood. " We' ll burn his body in the holy place." -- Shak. [ 1913 Webster] 2. To injure by fire or heat; to change destructively some property or properties of, by undue exposure to fire or heat; to scorch; to scald; to blister; to singe; to char; to sear; as, to burn steel in forging; to burn one' s face in the sun; the sun burns the grass. [ 1913 Webster] 3. To perfect or improve by fire or heat; to submit to the action of fire or heat for some economic purpose; to destroy or change some property or properties of, by exposure to fire or heat in due degree for obtaining a desired residuum, product, or effect; to bake; as, to burn clay in making bricks or pottery; to burn wood so as to produce charcoal; to burn limestone for the lime. [ 1913 Webster] 4. To make or produce, as an effect or result, by the application of fire or heat; as, to burn a hole; to burn charcoal; to burn letters into a block. [ 1913 Webster] 5. To consume, injure, or change the condition of, as if by action of fire or heat; to affect as fire or heat does; as, to burn the mouth with pepper. [ 1913 Webster] This tyrant fever burns me up. -- Shak. [ 1913 Webster] This dry sorrow burns up all my tears. -- Dryden. [ 1913 Webster] When the cold north wind bloweth, . . . it devoureth the mountains, and burneth the wilderness, and consumeth the ?? ass as fire. -- Ecclus. xliii. 20, 21. [ 1913 Webster] 6. ( Surg.) To apply a cautery to; to cauterize. [ 1913 Webster] 7. ( Chem.) To cause to combine with oxygen or other active agent, with evolution of heat; to consume; to oxidize; as, a man burns a certain amount of carbon at each respiration; to burn iron in oxygen. [ 1913 Webster] { To burn}, { To burn together}, as two surfaces of metal ( Engin.), to fuse and unite them by pouring over them a quantity of the same metal in a liquid state. { To burn a bowl} ( Game of Bowls), to displace it accidentally, the bowl so displaced being said to be burned. { To burn daylight}, to light candles before it is dark; to waste time; to perform superfluous actions. -- Shak. { To burn one' s fingers}, to get one' s self into unexpected trouble, as by interfering the concerns of others, speculation, etc. { To burn out}, ( a) to destroy or obliterate by burning. " Must you with hot irons burn out mine eyes?" -- Shak. ( b) to force ( people) to flee by burning their homes or places of business; as, the rioters burned out the Chinese businessmen. { To be burned out}, to suffer loss by fire, as the burning of one' s house, store, or shop, with the contents. { To burn up}, { To burn down}, to burn entirely. [ 1913 Webster]
Burned \ Burned\, p. p. & a. See { Burnt}. [ 1913 Webster]
Burned \ Burned\, p. p. Burnished. [ Obs.] -- Chaucer. [ 1913 Webster] burned- out
|
安装中文字典英文字典查询工具!
中文字典英文字典工具:
英文字典中文字典相关资料:
- 状态图 | Mermaid 中文网
Mermaid 可以渲染状态图。 该语法尝试与 plantUml 中使用的语法兼容,因为这将使用户更容易在 mermaid 和 plantUml 之间共享图表。
- Mermaid. js状态机设计模式:使用状态图实现业务逻辑
本文将通过Mermaid js的状态图(State Diagram)功能,展示如何用状态机设计模式(State Machine Design Pattern)将业务逻辑可视化,让状态流转清晰可追溯。
- 用Mermaid. js绘制有限状态机的图表在这篇文章中,我们将 . . .
用Mermaid js构建层次化的有限状态机(HFSM)。 传统的有限状态机的一个问题是,当你向你的有限状态机添加新的状态时,你会发现状态之间的关系几乎呈组合式爆炸。 为了解决这个问题,你可以将状态机嵌套在其他状态机的内部,以创建一个类似的层次结构。
- markdown mermaid状态图 - 同学Zou - 博客园
上面的示例图显示了 Still、Moving 和 Crash 三种状态。 可以将 Still 状态 更改为 Moving。 也可以将 Moving 状态更改回 Still 或 Crash。 但无法从 Still 过度到 Crash 状态。 可以通过多种方式声明一个状态。 最简单的方法是状态定义是通过 id 。 id 定义状态的另一种方法是,状态id后接冒号和描述。 S:开始 R:运行 W:等待 S --> R: start () R-->W:wait() W --> R:notify(),nofityAll() 如果状态比较长,并且要多次引用,可以用此种方式,可以减少敲打键盘的的次数。 当一种状态进入另一种状态时,通过过渡转换。 这使用文本箭头 --> 表示。
- 上手指南 - State diagrams (状态图) - 《上手指南-mermaid . . .
mermaid 的状态图,官方说尽可能保持和 plantuml 一致,也就说写法上都差不多。 基础语法 # 这里拿官方的例子来说明 # * 和 单词都是代表一个节点 # * 是特殊节点,必须存在的! stateDiagram [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*] 添加
- 状态图 | Mermaid Viewer 文档
代码: mermaid stateDiagram-v2 [*] --> 空闲 state 空闲 { [*] --> 就绪 就绪 --> 处理中: 开始 处理中 --> 就绪: 完成 } 空闲 --> 活动: 激活 state 活动 { [*] --> 运行 运行 --> 暂停: 暂停 暂停 --> 运行: 恢复 运行 --> 错误: 失败 错误 --> 运行: 重试 } 活动 --> 空闲: 停用 活动 --> [*]: 关闭
- 状态图 | Mermaid中文文档
在状态图中,系统用状态以及一个状态如何通过转换变为另一个状态来描述。 上图示例显示了三个状态: Still 、 Moving 和 Crash。 你从 Still 状态开始。 从 Still 你可以更改到 Moving 状态。 从 Moving 你可以更改回 Still 状态或 Crash 状态。 从 Still 到 Crash 没有转换。 (如果你静止不动,你就不会崩溃。 状态可以通过多种方式声明。 最简单的方法是用一个 ID 定义一个状态: stateId 另一种方法是使用 state 关键字以及如下所示的描述: state "这是一个状态描述" as s2 另一种定义带描述的状态的方法是定义状态 ID,后跟冒号和描述: s2 : 这是一个状态描述
- Mermaid 状态图完全指南:从入门到精通,洞悉状态流转的艺术
Mermaid 的状态图为我们提供了一种强大而便捷的方式来可视化系统的动态行为。 通过掌握其核心语法,从简单的状态转换到复杂的组合、并发和选择逻辑,再配合灵活的样式定义,我们可以创建出既专业又易于理解的状态 模型。
- 状态图 - Mermaid教程
Mermaid代码绘图,用Markdown语法,生成流程图、序列图、类图、甘特图和git图
- 状态图 — mermaid 0. 0. 1 文档 - GitHub Pages
Mermaid 可以渲染状态图。 语法试图与 plantUml 中使用的语法相一致,因为这将使用户更容易在 mermaid 和 plantUml 之间分享图表。
|
|