英文字典中文字典


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







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

offense    音标拼音: [əf'ɛns]
n. 犯罪,伤感情,攻击

犯罪,伤感情,攻击

offense
n 1: a lack of politeness; a failure to show regard for others;
wounding the feelings or others [synonym: {discourtesy},
{offense}, {offence}, {offensive activity}]
2: a feeling of anger caused by being offended; "he took offence
at my question" [synonym: {umbrage}, {offense}, {offence}]
3: (criminal law) an act punishable by law; usually considered
an evil act; "a long record of crimes" [synonym: {crime},
{offense}, {criminal offense}, {criminal offence}, {offence},
{law-breaking}]
4: the team that has the ball (or puck) and is trying to score
[synonym: {offense}, {offence}] [ant: {defence}, {defending
team}, {defense}]
5: the action of attacking an enemy [synonym: {offense}, {offence},
{offensive}]

Offense \Of*fense"\, Offence \Of*fence"\, n. [F., fr. L.
offensa. See {Offend}.]
1. The act of offending in any sense; esp., a crime or a sin,
an affront or an injury.
[1913 Webster]

Who was delivered for our offenses, and was raised
again for our justification. --Rom. iv. 25.
[1913 Webster]

I have given my opinion against the authority of two
great men, but I hope without offense to their
memories. --Dryden.
[1913 Webster]

2. The state of being offended or displeased; anger;
displeasure; as, to cause offense.
[1913 Webster]

He was content to give them just cause of offense,
when they had power to make just revenge. --Sir P.
Sidney.
[1913 Webster]

3. A cause or occasion of stumbling or of sin. [Obs.]
[1913 Webster]

Woe to that man by whom the offense cometh! --Matt.
xviii. 7.
[1913 Webster]

4. In any contest, the act or process of attacking as
contrasted with the act of defending; the offensive; as,
to go on the offense.
[PJC]

5. (Sports) The members of a team who have the primary
responsibility to score goals, in contrast to those who
have the responsibility to defend, i.e. to prevent the
opposing team from scoring goal.
[PJC]

Note: This word, like expense, is often spelled with a c. It
ought, however, to undergo the same change with
expense, the reasons being the same, namely, that s
must be used in offensive as in expensive, and is found
in the Latin offensio, and the French offense.
[1913 Webster]

{To take offense}, to feel, or assume to be, injured or
affronted; to become angry or hostile.

{Weapons of offense}, those which are used in attack, in
distinction from those of defense, which are used to
repel.
[1913 Webster]

Syn: Displeasure; umbrage; resentment; misdeed; misdemeanor;
trespass; transgression; delinquency; fault; sin; crime;
affront; indignity; outrage; insult.
[1913 Webster]

151 Moby Thesaurus words for "offense":
affront, aggravated assault, aggression, amphibious attack,
angry look, armed assault, aspersion, assailing, assailment,
assault, atrocity, attack, bad faith, banzai attack, blitz,
blitzkrieg, breach, breach of contract, breach of faith,
breach of privilege, breach of promise, breach of trust, breaking,
breakthrough, brickbat, casus belli, charge, contempt,
contravention, contumely, counterattack, counteroffensive,
coup de main, crime, crime against humanity, crippling attack, cut,
dead set at, deadly sin, delict, delinquency, dereliction,
descent on, despite, dirty look, diversion, diversionary attack,
drive, dudgeon, dump, enormity, error, evil, failure, fault,
felony, flank attack, flout, flouting, frontal attack, frown,
gas attack, genocide, gibe, glare, glower, guilty act,
head-on attack, heavy sin, huff, humiliation, illegality,
impropriety, indignity, indiscretion, inexpiable sin, infiltration,
infraction, infringement, iniquity, injury, injustice, insult,
jeer, jeering, lapse, lightning attack, lightning war, malefaction,
malfeasance, malum, mass attack, megadeath, miff, minor wrong,
misdeed, misdemeanor, misfeasance, mock, mockery, mortal sin,
mugging, nonfeasance, offensive, omission, onset, onslaught,
outrage, overkill, panzer warfare, peccadillo, peccancy, pique,
provocation, push, put-down, raw nerve, red rag, resentment,
run against, run at, rush, sally, scoff, scowl, scurrility,
shock tactics, sin, sin of commission, sin of omission, sinful act,
slip, snuff, sore point, sore spot, sortie, strike, taunt,
tender spot, tort, transgression, trespass, trip, umbrage,
uncomplimentary remark, unprovoked assault, unutterable sin,
venial sin, violation, wrong, wrongdoing


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





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


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

































































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


  • Hello, World! program - Wikipedia
    program is usually a simple computer program that emits (or displays) to the screen (often the console) a message similar to "Hello, World!" A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax
  • The History of Hello World: A Brief Overview - CodeInterview Blog
    In its simplest form, “Hello World” is a phrase displayed on the screen or output console by a program It acts as a confirmation that the program is running successfully and serves as a starting point for programmers to explore the features and syntax of a new programming language
  • Computer Programming Hello world - Wikibooks
    Hello, world! programs make the text "Hello, world!" appear on a computer screen It is usually the first program encountered when learning a programming language Otherwise, it's a basic sanity check for an installation of a new programming language
  • Hello World Meaning Definition | Webopedia
    Hello World is typically the first program written by those learning to code and helps novice coders become acquainted with a new language With this computer program as a foundation, developers can understand computer science principles and elements
  • Hello, world! - Wikiversity
    As described in more detail in the related Wikipedia article, Hello, world! is a classic "first program" one creates when learning a new programming language The objective of the application is the same: to print the text "Hello, world!" to the screen in some form, be it console output or a dialog
  • Hello World - Princeton University
    Creating your own Java program For the time being, all of our programs will be just like HelloWorld java, except with a different sequence of statements in main () The easiest way to write such a program is to: Copy HelloWorld java into a new file whose name is the program name followed by java Replace HelloWorld with the program name
  • Hello World – Programming Fundamentals
    A “ Hello, world!” program is a computer program that outputs or displays “Hello, world!” to a user Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write [1]
  • Hello World! Program - W3Schools
    In this tutorial, we'll explore the origins and importance of this tradition in the context of programming languages and how it serves as a foundation for learning What is the "Hello World" Program? Python Program to Print Hello world! Java Hello World! Program C++ Hello World! Program JavaScript Program To Print Hello World!
  • Hello World in Java – Example Program - freeCodeCamp. org
    In our Hello World program, we have a class called HelloWorld As a convention, always start the name of your classes with an uppercase letter To create a class, you use the class keyword, followed by the name of the class Here's an example using our Hello World program: class HelloWorld { } The main Method in Java
  • Hello, World - CS50x 2025
    Thanks to Professor Brian Kernighan (who taught CS50 when David took it!), “hello, world” has been implemented in hundreds of languages Let’s add your implementation to the list! In a file called hello c, in a folder called world, implement a program in C that prints hello, world\n, and that’s it!





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