英文字典中文字典


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







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

unessential    
a. 非本质上的,非重要的,非必要的
n. 非本质的东西,不重要的东西

非本质上的,非重要的,非必要的非本质的东西,不重要的东西

unessential
adj 1: not basic or fundamental [synonym: {inessential},
{unessential}] [ant: {essential}]

Unessential \Un`es*sen"tial\, a.
1. Not essential; not of prime importance; not indispensable;
unimportant. --Addison.
[1913 Webster]

2. Void of essence, or real being. [R.] --Milton.
[1913 Webster]


Unessential \Un`es*sen"tial\, n.
Something not constituting essence, or something which is not
of absolute necessity; as, forms are among the unessentials
of religion.
[1913 Webster]

99 Moby Thesaurus words for "unessential":
accessory, accident, accidental, addendum, addition, additional,
adjunct, adrift, adscititious, adventitious, aleatory, appendage,
appurtenance, appurtenant, ascititious, auxiliary, back-burner,
beside the mark, beside the point, beside the question, casual,
circumstantial, collateral, conditional, contingency, contingent,
de trop, dinky, dispensable, excess, expendable, expletive, extra,
extraneous, extrinsic, fortuitous, gratuitous, happenstance,
immaterial, impertinent, in excess, inadmissible, inapplicable,
inapposite, inappreciable, inappropriate, incidental, inconsequent,
inconsequential, inconsiderable, inessential, inferior,
insignificant, irrelative, irrelevant, little, mere chance, minor,
minute, needless, negligible, nihil ad rem, nonessential,
not at issue, not vital, not-self, occasional, off the subject,
other, out-of-the-way, parenthetical, petit, pleonastic, prolix,
provisional, redundant, secondary, small, spare, subsidiary,
superadded, superaddition, supererogatory, superfluous,
supervenient, supplement, supplemental, supplementary, tautologic,
tautologous, technical, to spare, uncalled-for, unimpressive,
unnecessary, unneeded, unnoteworthy, unrequired, verbose


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





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


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

































































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


  • Surveying the Rust Verification Landscape - arXiv. org
    We also investigate (Section 4) which code is worth verifying Rust applications rely on libraries, and almost always on the Rust standard library Applications, libraries, and the standard library have different verification needs: one might expect that verifying domain-specific properties is more relatively valuable for application code than verifying memory safety of unsafe code
  • rustkas Rust-Standard-Library-Cookbook_Oficial - GitHub
    Mozilla’s Rust is gaining much attention with amazing features and a powerful library This book will take you through varied recipes to teach you how to leverage the Standard library to implement efficient solutions All of the code is organized into folders Each folder starts with a number
  • Building and debugging - Standard library developers Guide - Rust
    Building and Debugging the library crates Most of the instructions from the rustc-dev-guide also apply to the standard library since it is built with the same build system, so it is recommended to read it first Println-debugging alloc and core Since logging and IO APIs are not available in alloc and core advice meant for the rest of the compiler is not applicable here
  • Rust Standard Library Cookbook - amazon. com
    Explore the Rust Standard library and compose algorithms with minimal dependency on external libraries Key Features: Develop high-quality, fast, and portable applications by leveraging the power of Rust's Standard library Practical recipes that will help you work with the Standard library to boost your productivity as a Rust developer
  • Rust-Standard-Library-Cookbook README. md at master - GitHub
    Rust Standard Library Cookbook, published by Packt - Rust-Standard-Library-Cookbook README md at master · PacktPublishing Rust-Standard-Library-Cookbook
  • Date in time - Rust - Docs. rs
    Date in the proleptic Gregorian calendar By default, years between ±9999 inclusive are representable This can be expanded to ±999,999 inclusive by enabling the large-dates crate feature Doing so has performance implications and introduces some ambiguities when parsing
  • Crate std Copy item path - Learn Rust
    §The Rust Standard Library The Rust Standard Library is the foundation of portable Rust software, a set of minimal and battle-tested shared abstractions for the broader Rust ecosystem It offers core types, like Vec<T> and Option<T>, library-defined operations on language primitives, standard macros, I O and multithreading, among many other things std is available to all Rust crates by default
  • async_std - Rust - Docs. rs
    §Async version of the Rust standard library async-std is a foundation of portable Rust software, a set of minimal and battle-tested shared abstractions for the broader Rust ecosystem It offers std types, like Future and Stream, library-defined operations on language primitives, standard macros, I O and multithreading, among many other things async-std is available from crates io
  • Standard library - The Rust Edition Guide - Learn Rust
    The Rust Edition Guide Standard library The following chapters detail changes to the standard library in the 2024 Edition
  • List of all items in this crate - Learn Rust
    (17067e9ac 2025-05-09) Crate Items Primitive Types; Macros; Structs; Enums; Constants; Traits; Functions; Type Aliases
  • 走进 Rust:配置 IDEA 开发环境 | 程序员技术之旅
    安装插件 下载Rust插件(依赖Toml插件),并重启IDEA。 新建项目 选择 Rust Toolchain location 在Toolchain location一栏中填写D:\rust\rustup\toolchains\stable-x86_64-pc-windows-gnu\bin。 Standard library 若已经安装了Rust源码则,在配置Toolchain时会自动识别,若没有安装源码则在命令行中输入rustup component add rust-src来安装
  • Rust Documentation
    §Using Rust Once you’ve gotten familiar with the language, these resources can help you put it to work §The Standard Library Rust’s standard library has extensive API documentation, with explanations of how to use various things, as well as example code for accomplishing various tasks Code examples have a “Run” button on hover
  • bp7968h verify-rust-std: Verifying the Rust standard library - GitHub
    This repository is a fork of the official Rust programming language repository, created solely to verify the Rust standard library It should not be used as an alternative to the official Rust releases The repository is tool agnostic and welcomes the addition of new tools The goal is to have a verified Rust standard library and prove that it
  • Standard library - The Rust Edition Guide - Learn Rust
    The Rust Edition Guide Standard library The following chapters detail changes to the standard library in the 2024 Edition





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