英文字典中文字典


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







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

vocal    音标拼音: [v'okəl]
a. 声音的,有声的,歌唱的
n. 元音,声乐作品

声音的,有声的,歌唱的母音,声乐作品

vocal
adj 1: relating to or designed for or using the singing voice;
"vocal technique"; "the vocal repertoire"; "organized a
vocal group to sing his compositions" [ant:
{instrumental}]
2: having or using the power to produce speech or sound; "vocal
organs"; "all vocal beings hymned their praise"
3: given to expressing yourself freely or insistently;
"outspoken in their opposition to segregation"; "a vocal
assembly" [synonym: {outspoken}, {vocal}]
4: full of the sound of voices; "a playground vocal with the
shouts and laughter of children"
n 1: music intended to be performed by one or more singers,
usually with instrumental accompaniment [synonym: {vocal
music}, {vocal}]
2: a short musical composition with words; "a successful musical
must have at least three good songs" [synonym: {song}, {vocal}]

Vocal \Vo"cal\ (v[=o]"kal), a. [L. vocalis, fr. vox, vocis,
voice: cf. F. vocal. See {Voice}, and cf. {Vowel}.]
1. Of or pertaining to the voice or speech; having voice;
endowed with utterance; full of voice, or voices.
[1913 Webster]

To hill or valley, fountain, or fresh shade,
Made vocal by my song. --Milton.
[1913 Webster]

2. Uttered or modulated by the voice; oral; as, vocal melody;
vocal prayer. "Vocal worship." --Milton.
[1913 Webster]

3. Of or pertaining to a vowel or voice sound; also, spoken
with tone, intonation, and resonance; sonant; sonorous; --
said of certain articulate sounds.
[1913 Webster]

4. (Phon.)
(a) Consisting of, or characterized by, voice, or tone
produced in the larynx, which may be modified, either
by resonance, as in the case of the vowels, or by
obstructive action, as in certain consonants, such as
v, l, etc., or by both, as in the nasals m, n, ng;
sonant; intonated; voiced. See {Voice}, and {Vowel},
also Guide to Pronunciation, [sect][sect] 199-202.
(b) Of or pertaining to a vowel; having the character of a
vowel; vowel.
[1913 Webster]

{Vocal cords} or {Vocal chords}. n. pl. (Anat.) The two pairs
of mucous membranes that project into the larynx, and
which produce the sounds of speech by vibrating under the
influence of air exhaled from the lungs. See {Larynx}, and
the Note under {Voice}, n., 1.

{Vocal fremitus} [L. fremitus a dull roaring or murmuring]
(Med.), the perceptible vibration of the chest wall,
produced by the transmission of the sonorous vibrations
during the act of using the voice.

{Vocal music}, music made by the voice, in distinction from
{instrumental music}; hence, music or tunes set to words,
to be performed by the human voice.

{Vocal tube} (Anat.), the part of the air passages above the
inferior ligaments of the larynx, including the passages
through the nose and mouth.
[1913 Webster]


Vocal \Vo"cal\ (v[=o]"kal), n. [Cf. F. vocal, LL. vocalis.]
[1913 Webster]
1. (Phon.) A vocal sound; specifically, a purely vocal
element of speech, unmodified except by resonance; a vowel
or a diphthong; a tonic element; a tonic; -- distinguished
from a subvocal, and a nonvocal.
[1913 Webster]

2. (R. C. Ch.) A man who has a right to vote in certain
elections.
[1913 Webster]

58 Moby Thesaurus words for "vocal":
alto, articulate, articulated, baritone, bass, bravura, choral,
choric, coloratura, dramatic, eloquent, enunciated, expressed,
expressive, falsetto, fluent, free, free-spoken, heroic, hymnal,
intonated, lingual, linguistic, liturgical, lyric, nuncupative,
operatic, oral, outspoken, parol, pronounced, psalmic, psalmodial,
psalmodic, round, sacred, said, singing, smooth-spoken, sonant,
soprano, sounded, speech, spoken, stentorian, tenor, treble,
unwritten, uttered, venting, verbal, viva voce, vocalized, voiced,
voiceful, voicing, vowel, vowellike


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





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


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

































































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


  • Welcome to Intel® NPU Acceleration Library’s documentation!
    The Intel® NPU Acceleration Library is a Python library designed to boost the efficiency of your applications by leveraging the power of the Intel Neural Processing Unit (NPU) to perform high-speed computations on compatible hardware
  • intel_npu_acceleration_library package - GitHub Pages
    Submodules # intel_npu_acceleration_library bindings module # intel_npu_acceleration_library compiler module # class intel_npu_acceleration_library compiler CompilerConfig(use_to: bool = False, dtype: dtype | NPUDtype = torch float16, training: bool = False) # Bases: object Configuration class to store the compilation configuration of a model for the NPU intel_npu_acceleration_library
  • Basic usage — Intel® NPU Acceleration Library documentation
    Basic usage # For implemented examples, please check the examples folder Run a single MatMul in the NPU # from intel_npu_acceleration_library backend import MatMul import numpy as np inC, outC, batch =
  • Advanced Setup — Intel® NPU Acceleration Library documentation
    To build the package you need a compiler in your system (Visual Studio 2019 suggested for Windows build) MacOS is not yet supported For development packages use (after cloning the repo)
  • GitHub Pages
    automodule:: intel_npu_acceleration_library bindings :members: :undoc-members: :show-inheritance:
  • intel. github. io
    The Intel® NPU Acceleration Library is a Python library designed to boost the efficiency of your applications by leveraging the power of the Intel Neural Processing Unit (NPU) to perform high-speed computations on compatible hardware Installation -------------
  • intel_npu_acceleration_library. backend package
    Returns: Return True if the NPU is available in the system Return type: bool intel_npu_acceleration_library backend run_factory(x: Tensor | List[Tensor], weights: List[Tensor], backend_cls: Any, op_id: str | None = None) → Tensor # Run a factory operation Depending on the datatype of the weights it runs a float or quantized operation
  • intel_npu_acceleration_library. nn package
    Generate a NPU LlamaAttention layer from a transformer LlamaAttention one Parameters: layer (torch nn Linear) – the original LlamaAttention model to run on the NPU dtype (torch dtype) – the desired datatype Returns: A NPU LlamaAttention layer Return type: LlamaAttention class intel_npu_acceleration_library nn Module(profile: bool = False) #
  • Developer Guide — Intel® NPU Acceleration Library documentation
    It is suggested to install the package locally by using pip install -e [dev] Git hooks # All developers should install the git hooks that are tracked in the githooks directory We use the pre-commit framework for hook management The recommended way of installing it is using pip:





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