英文字典中文字典


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







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

scan    音标拼音: [sk'æn]
n. 审视,浏览,扫描,押韵,细查
vt. 细看,浏览,扫描,详细调查;
信件扫描,(指BBS处理直递邮件或会议邮件时,对所有或特定信区做检查的动作)

审视,浏览,扫描,押韵,细查细看,浏览,扫描,详细调查; 信件扫描,(指BBS处理直递邮件或会议邮件时,对所有或特定信区做检查的动作)

scan
扫瞄


scan
自选择U 扫描

scan
扫描

scan
n 1: the act of scanning; systematic examination of a prescribed
region; "he made a thorough scan of the beach with his
binoculars"
2: an image produced by scanning; "he analyzed the brain scan";
"you could see the tumor in the CAT scan" [synonym: {scan}, {CAT
scan}]
v 1: examine minutely or intensely; "the surgeon scanned the
X-ray"
2: examine hastily; "She scanned the newspaper headlines while
waiting for the taxi" [synonym: {scan}, {skim}, {rake}, {glance
over}, {run down}]
3: make a wide, sweeping search of; "The beams scanned the night
sky"
4: conform to a metrical pattern
5: move a light beam over; in electronics, to reproduce an image
6: read metrically; "scan verses"
7: obtain data from magnetic tapes; "This dictionary can be read
by the computer" [synonym: {read}, {scan}]

Scan \Scan\ (sk[a^]n), v. t. [imp. & p. p. {Scanned} (sk[a^]nd);
p. pr. & vb. n. {Scanning}.] [L. scandere, scansum, to climb,
to scan, akin to Skr. skand to spring, leap: cf. F. scander.
Cf. {Ascend}, {Descend}, {Scale} a ladder.]
1. To mount by steps; to go through with step by step. [Obs.]
[1913 Webster]

Nor stayed till she the highest stage had scand.
--Spenser.
[1913 Webster]
[1913 Webster]

2. Specifically (Pros.), to go through with, as a verse,
marking and distinguishing the feet of which it is
composed; to show, in reading, the metrical structure of;
to recite metrically.
[1913 Webster]

3. To go over and examine point by point; to examine with
care; to look closely at or into; to scrutinize.
[1913 Webster]

The actions of men in high stations are all
conspicuous, and liable to be scanned and sifted.
--Atterbury.
[1913 Webster]

4. To examine quickly, from point to point, in search of
something specific; as, to scan an article for mention of
a particular person.
[PJC]

5. (Electronics) To form an image or an electronic
representation of, by passing a beam of light or electrons
over, and detecting and recording the reflected or
transmitted signal.
[PJC]

121 Moby Thesaurus words for "scan":
alliterate, analysis, assonate, audit, autopsy, block out, browse,
canvass, cap verses, check, check out, check over, check up on,
command, con, delve into, detail, dip into, domination, enumerate,
examination, examine, examine cursorily, eyereach, eyeshot,
eyesight, field of view, field of vision, flip through,
give an examination, give the once-over, glance, glance at,
glance over, glance through, go over, home on, horizon, identify,
inspect, inspection, investigate, itemize, jingle, ken,
limit of vision, line of sight, look, look at, look over, map,
monitor, naked eye, number, observation, observe, outline, outlook,
outlook over, overhaul, overhauling, overlook, overview,
page through, parse, pass over, pass over lightly,
pass under review, peer at, perlustration, perspective, perusal,
peruse, pick up, pinpoint, pore over, postmortem, prospect,
quality control, range, receive, reconnaissance, research, resolve,
review, rhyme, run over, run through, run-through, schematize,
scope, scope of vision, scrutinize, scrutiny, set an examination,
sight, sightliness, size, size up, skim, skim over, skip over,
slip through, slur, slur over, spot, study, survey, sweep,
take stock of, take the measure, thumb over, thumb through,
touch upon, touch upon lightly, trigger, tune in, view, visitation,
vista, zip through

1. (computer peripheral) See {scanner}.

2. (circuit design) See {scan design}.

3. ({functional programming}) See {scanl}, {scanr}.

4. An algorithm for scheduling multiple
accesses to a disk. A number of requests are ordered
according to the data's position on the storage device. This
reduces the disk arm movement to one "scan" or sweep across
the whole disk in the worst case. The serivce time can be
estimated from the disk's track-to-track {seek} time, maximum
seek time (one scan), and maximum {rotational latency}.

{Scan-EDF} is a variation on this.

(1995-11-15)



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


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

































































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


  • dotnet build command - . NET CLI | Microsoft Learn
    dotnet build uses MSBuild to build the project, so it supports both parallel and incremental builds For more information, see Incremental Builds In addition to its options, the dotnet build command accepts MSBuild options, such as -p for setting properties or -l to define a logger
  • c# - How to pass build properties to dotnet? - Stack Overflow
    As per the doc, the dotnet build command accepts MSBuild options, such as p for setting properties or l to define a logger you can supply msbuild property like so: Be careful though, if you are using this on linux or mac, when supplying multiple properties using ";", you should quote the entire p flag
  • Understanding the dotnet build Command (with examples) - CommandMasters
    The dotnet build command is an essential tool in the NET ecosystem, facilitating the compilation of NET applications and their dependencies It plays a critical role by converting source code into runnable applications, bundling required dependencies and resources
  • dotnet build: Builds a . NET application and its dependencies
    The “dotnet build” command is an essential step in the development workflow for NET applications It compiles source code, resolves dependencies, and produces the necessary output files for your application to run or be deployed
  • docs docs core tools dotnet-build. md at main - GitHub
    dotnet build uses MSBuild to build the project, so it supports both parallel and incremental builds
  • DotNet Build | Cloudutsuk
    When working with NET applications, the dotnet build command is an essential tool that compiles your code and prepares it for execution Whether you are developing a console application, web API, or a complex enterprise application, understanding how dotnet build works is crucial What is dotnet build?
  • Compiler Options - code generation options - C# reference
    The following options control code generation by the compiler The new MSBuild syntax is shown in Bold The older csc exe syntax is shown in code style DebugType -debug: Emit (or don't emit) debugging information Optimize -optimize: Enable optimizations
  • dotnet build -h and --help show different options, how is the . . .
    There is a dotnet msbuild sub command and the dotnet build and dotnet clean sub commands are also MSBuild The sub commands that use MSBuild, accept MSBuild command line options -?, -h, and --help are options recognized by the dotnet utility
  • Understanding the . NET Build Command | by Sukhpinder Singh - Medium
    Here are some examples of using the NET build command: Build a project with default settings: dotnet build Build using the Release configuration: dotnet build --configuration Release
  • dotnet-build - Builds a project and all of its dependencies. - UEX
    In addition to its options, the dotnet build command accepts MSBuild options, such as -p for setting properties or -l to define a logger For more information about these options, see the MSBuild Command-Line Reference





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