英文字典中文字典


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







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

reflex    音标拼音: [r'iflɛks]
n. 反射,反射光,映像
a. 反射的,折转的
vt. 折转,折回

反射,反射光,映射反射的,折转的折转,折回

reflex
adj 1: without volition or conscious control; "the automatic
shrinking of the pupils of the eye in strong light"; "a
reflex knee jerk"; "sneezing is reflexive" [synonym:
{automatic}, {reflex(a)}, {reflexive}]
n 1: an automatic instinctive unlearned reaction to a stimulus
[synonym: {reflex}, {reflex response}, {reflex action},
{instinctive reflex}, {innate reflex}, {inborn reflex},
{unconditioned reflex}, {physiological reaction}]

Reflex \Re"flex\ (r?"fl?ks; formerly r?*fl?ks"), n. [L. reflexus
a bending back. See {Reflect}.]
1. Reflection; the light reflected from an illuminated
surface to one in shade.
[1913 Webster]

Yon gray is not the morning's eye,
'Tis but the pale reflex of Cynthia's brow. --Shak.
[1913 Webster]

On the depths of death there swims
The reflex of a human face. --Tennyson.
[1913 Webster]

2. (Physiol.) An involuntary movement produced by reflex
action.
[1913 Webster]

{Patellar reflex}. See {Knee jerk}, under {Knee}.
[1913 Webster]


Reflex \Re*flex"\ (r?*fl?ks"), v. t. [L. reflexus, p. p. of
reflectere. See {Reflect}.]
1. To reflect. [Obs.] --Shak.
[1913 Webster]

2. To bend back; to turn back. --J. Gregory.
[1913 Webster]


Reflex \Re"flex\ (r?"fl?ks), a. [L. reflexus, p. p. of
reflectere: cf. F. r['e]flexe. See {Reflect}.]
1. Directed back; attended by reflection; retroactive;
introspective.
[1913 Webster]

The reflex act of the soul, or the turning of the
intellectual eye inward upon its own actions. --Sir
M. Hale.
[1913 Webster]

2. Produced in reaction, in resistance, or in return.
[1913 Webster]

3. (Physiol.) Of, pertaining to, or produced by, stimulus or
excitation without the necessary intervention of
consciousness.
[1913 Webster]

{Reflex action} (Physiol.), any action performed
involuntarily in consequence of an impulse or impression
transmitted along afferent nerves to a nerve center, from
which it is reflected to an efferent nerve, and so calls
into action certain muscles, organs, or cells.

{Reflex nerve} (Physiol.), an excito-motory nerve. See
{Exito-motory}.
[1913 Webster]

150 Moby Thesaurus words for "reflex":
Pavlovian conditioning, action and reaction, adumbration, answer,
antiphonal, arch, automatic, automatic reaction,
automatic response, autonomic reaction, back, backlash, backward,
backwash, behavior, bend, bend back, blind, blind impulse,
bounceback, bow, brain wave, brainstorm, casual, clout, compulsive,
conditioned, conditioned response, conditioning, counter, crook,
curl, curve, decurve, deflect, dome, drive, echo, embow, fancy,
flash, fleeting impulse, flex, force, forced, gut, gut response,
hook, hump, hunch, ill-advised, ill-considered, ill-devised,
impact, impress, impression, imprint, impulse, impulsive,
inadvertent, incurvate, incurve, indeliberate, inflect,
inspiration, instinct, instinctive, instrumental conditioning,
involuntary, involuntary impulse, loop, mark, mechanical,
natural impulse, negative reinforcement, notion,
operant conditioning, outline, positive reinforcement,
predictable response, print, psychagogy, quick hunch, reacting,
reaction, reactionary, reactive, recoil, recurve, reeducation,
reflect, reflection, reflex action, reflexive, refluence, refluent,
reflux, reinforcement, reorientation, repercussion, reply,
respondence, respondent, responding, response, responsive,
retroaction, retroactionary, retroactive, retroflex, return,
reverberation, reversed, revulsion, revulsive, rise, round, sag,
shadow, silhouette, snap, spontaneous, sudden thought, swag, sweep,
turn, turned around, unadvised, uncalculated, unconditioned reflex,
unconscious, unconsidered, undeliberate, undeliberated, undesigned,
unintended, unintentional, unmeditated, unpremeditated, unstudied,
unthinking, unthinking response, unwilled, unwilling, unwitting,
urge, vault, wind, wrong-way, wrong-way around


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





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


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

































































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


  • What is JSON and what is it used for? - Stack Overflow
    JSON (JavaScript Object Notation) is a lightweight format that is used for data interchanging It is based on a subset of JavaScript language (the way objects are built in JavaScript) As stated in the MDN, some JavaScript is not JSON, and some JSON is not JavaScript An example of where this is used is web services responses In the 'old' days, web services used XML as their primary data
  • Can comments be used in JSON? - Stack Overflow
    JSON is used a lot for application data and configuration settings, so comments are necessary now The "official spec" is a nice idea, but it's insufficient and obsolete, so too bad Minify your JSON if you're concerned about payload size or performance
  • Is there any standard for JSON API response format?
    Do standards or best practices exist for structuring JSON responses from an API? Obviously, every application's data is different, so that much I'm not concerned with, but rather the "response
  • How to escape special characters in building a JSON string?
    356 A JSON string must be double-quoted, according to the specs, so you don't need to escape ' If you have to use special character in your JSON string, you can escape it using \ character See this list of special character used in JSON :
  • pretty-print JSON using JavaScript - Stack Overflow
    How can I display JSON in an easy-to-read (for human readers) format? I'm looking primarily for indentation and whitespace, with perhaps even colors font-styles etc
  • How to parse JSON in Java - Stack Overflow
    java's built in JSON libraries are the quickets way to do so, but in my experience GSON is the best library for parsing a JSON into a POJO painlessly
  • How to style a JSON block in Github Wiki? - Stack Overflow
    ```json Here goes your json object definition ``` Note: This won't prettify the json representation To do so, one can previously rely on an external service such as jsbeautifier org and paste the prettified result in the wiki
  • JSON Naming Convention (snake_case, camelCase or PascalCase)
    JSON-LD - camelCased Conclusions Choosing the right JSON naming convention for your JSON implementation depends on your technology stack There are cases where you can use snake_case, camelCase, or any other naming convention Another thing to consider is the weight to be put on the JSON-generator vs the JSON-parser and or the front-end JavaScript
  • Representing null in JSON - Stack Overflow
    What is the preferred method for returning null values in JSON? Is there a different preference for primitives? For example, if my object on the server has an Integer called quot;myCount quot; wit
  • How to read an external local JSON file in JavaScript?
    451 I have saved a JSON file in my local system and created a JavaScript file in order to read the JSON file and print data out Here is the JSON file:





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