英文字典中文字典


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







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

graphic    音标拼音: [gr'æfɪk]
a. 图的,用图表示的

图的,用图表示的

graphic
图形

graphic
adj 1: written or drawn or engraved; "graphic symbols" [synonym:
{graphic}, {graphical}, {in writing(p)}]
2: describing nudity or sexual activity in graphic detail;
"graphic sexual scenes"
3: of or relating to the graphic arts; "the etchings, drypoints,
lithographs, and engravings which together form his graphic
work"- British Book News
4: relating to or presented by a graph; "a graphic presentation
of the data" [synonym: {graphic}, {graphical}]
5: evoking lifelike images within the mind; "pictorial poetry
and prose"; "graphic accounts of battle"; "a lifelike
portrait"; "a vivid description" [synonym: {graphic}, {lifelike},
{pictorial}, {vivid}]
n 1: an image that is generated by a computer [synonym: {graphic},
{computer graphic}]

Graphic \Graph"ic\ (gr[a^]f"[i^]k), Graphical \Graph"ic*al\
(gr[a^]f"[i^]*kal), a. [L. graphicus, Gr. grafiko`s, fr.
gra`fein to write; cf. F. graphique. See {Graft}.]
1. Of or pertaining to the arts of painting and drawing; of
or pertaining to graphics; as, graphic art work. [WordNet
sense 2]
[1913 Webster WordNet 1.5]

2. Of or pertaining to the art of writing.
[1913 Webster]

3. Written or engraved; formed of letters or lines.
[1913 Webster]

The finger of God hath left an inscription upon all
his works, not graphical, or composed of letters.
--Sir T.
Browne.
[1913 Webster]

4. Having the faculty of clear, detailed, and impressive
description; as, a graphic writer.
[1913 Webster]

5. Well delineated; clearly and vividly described;
characterized by, clear, detailed, and impressive
description; vivid; evoking lifelike images within the
mind; as graphic details of the President's sexual
misbehavior; a graphic description of the accident;
graphic images of violence. [WordNet sense 5]

Syn: lifelike, pictorial, vivid.
[1913 Webster WordNet 1.5]

6. Hence: describing nudity or sexual activity in explicit
detail; as, a novel with graphic sex scenes.
[WordNet 1.5]

7. relating to or presented by a graph[2]; as, a graphic
presentation of the data. [WordNet sense 3]

Syn: graphical.
[WordNet 1.5]

{Graphic algebra}, a branch of algebra in which, the
properties of equations are treated by the use of curves
and straight lines.

{Graphic arts}, a name given to those fine arts which pertain
to the representation on a fiat surface of natural
objects; as distinguished from music, etc., and also from
sculpture.

{Graphic formula}. (Chem.) See under {Formula}.

{Graphic granite}. See under {Granite}.

{Graphic method}, the method of scientific analysis or
investigation, in which the relations or laws involved in
tabular numbers are represented to the eye by means of
curves or other figures; as the daily changes of weather
by means of curves, the abscissas of which represent the
hours of the day, and the ordinates the corresponding
degrees of temperature.

{Graphical statics} (Math.), a branch of statics, in which
the magnitude, direction, and position of forces are
represented by straight lines

{Graphic tellurium}. See {Sylvanite}.
[1913 Webster]


expressed \expressed\ adj.
1. Communicated in words.

Syn: uttered, verbalized.
[WordNet 1.5]

2. Precisely and clearly expressed, leaving nothing to
implication. Opposite of {implicit}. [Narrower terms:
{graphic}] Also See: {definite}, {denotative}, {denotive},
{overt}, {open}, {unequivocal}, {unambiguous}.

Syn: explicit, express.
[WordNet 1.5]

107 Moby Thesaurus words for "graphic":
accurate, apish, autograph, autographic, calligraphic,
chirographic, clear, clear-cut, cogent, compelling, convincing,
cursive, definite, delineative, delineatory, depictive,
descriptive, detailed, diagrammatic, distinct, drawn, echoic,
embodying, engrossed, explicit, expositive, expressive, faithful,
figurative, flowing, freehand, gory, graphoanalytic, graphologic,
graphometric, holograph, holographic, ideographic, illustrational,
illustrative, imaginative, imitative, in longhand, in shorthand,
in writing, incarnating, incisive, inscribed, italic, italicized,
lifelike, limning, longhand, lucid, manifest, manuscript,
meaningful, mimetic, mimish, monochrome, naturalistic, on paper,
onomatopoeic, painty, particular, pastose, penciled, penned,
personifying, perspicuous, photographic, pictographic, pictorial,
picturable, pictural, picturesque, plain, polychrome, portraying,
precise, printed, realistic, representational, representative,
representing, running, scenographic, scriptorial, scriptural,
scumbled, shorthand, simulative, striking, stylographic,
suggestive, symbolizing, telling, true to life, typifying,
unambiguous, unmistakable, visible, visual, vivid, well-defined,
well-drawn, written


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





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


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

































































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


  • Print the Fibonacci sequence - Python - GeeksforGeeks
    Let's explore different methods to print the Fibonacci sequence in Python This approach generates the Fibonacci sequence by storing the previous two numbers and updating them in each iteration Each new number is calculated by adding the last two Fibonacci numbers Explanation:
  • Python Program for Fibonacci Series
    In this tutorial, I will guide you through various ways to write a Python Fibonacci series program We will look at iterative, recursive, and optimized approaches that you can use in your daily Python projects
  • Python Program for nth Fibonacci number - GeeksforGeeks
    Example: To calculate the nth fibonacci term we can directly apply the fibonacci formula using recursion Each call creates two more calls, leading to repeated calculations until we find the targeted term
  • A Python Guide to the Fibonacci Sequence
    In this step-by-step tutorial, you'll explore the Fibonacci sequence in Python, which serves as an invaluable springboard into the world of recursion, and learn how to optimize recursive algorithms in the process
  • Python Program to Print the Fibonacci sequence
    Source code to print Fibonacci sequence in Python programming with output and explanation
  • Learn Fibonacci Series in Python - W3Schools
    Learn how to generate and work with the Fibonacci series in Python with this comprehensive tutorial Discover the formula and properties of the Fibonacci series, and learn how to implement it in your own Python programs
  • Python Fibonacci Series Program - Tutorial Gateway
    This blog post will show how to write a Python program to generate the Fibonacci Series of numbers using While Loop, For Loop, and Recursion We will also explore finding the sum using loops
  • Fibonacci Sequence in Python - Delft Stack
    Every element in a Fibonacci Sequence can be represented using the following mathematical formula We can implement this formula in Python to find the series till the required number and print the sequence The following code shows how





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