property、character、characteristic、trait、attribute、feature 区别
- 格式:docx
- 大小:15.68 KB
- 文档页数:2
pubmed常用Property与Filter介绍PubMed是一个广泛使用的医学文献检索工具,拥有大量高质量的医学文献资源。
为了帮助用户准确地检索到所需的文献,PubMed提供了一系列的Property(属性)和Filter(过滤器)。
本文将介绍PubMed 常用的Property和Filter,帮助读者更好地利用PubMed进行医学文献检索。
首先,让我们了解一下PubMed的Property。
Property是用来具体描述文献内容的关键词或属性。
每篇PubMed文献都被分配了一组Property,这些Property可以帮助我们更加准确地筛选和检索文献。
一、常见的Property包括:1. Title(标题):文献的标题,其中包含了重要的关键词和信息。
2. Abstract(摘要):文献的摘要,通常包含了研究的目的、方法、结果和结论等核心信息。
3. MeSH Terms(医学主题词):由美国国家医学图书馆(NLM)开发的一套标准医学词汇,用于统一文献的标注分类,帮助用户更准确地找到相关文献。
4. Author(作者):文献的作者,可以通过作者来查找某个研究人员或团队的其他相关文献。
5. Journal(期刊):文献所处的期刊,不同期刊的质量和影响力可能有所不同。
6. Publication date(出版日期):文献发表的时间,可以帮助用户找到最新的研究成果。
7. Affiliation(机构):文献作者所属的研究机构或大学等。
以上是几个常见的Property,通过结合这些Property,我们可以更加精确地进行文献检索。
接下来,让我们了解一下PubMed常用的Filter。
Filter是用来对搜索结果进行进一步筛选的工具。
利用Filter,我们可以根据文献的属性进行筛选,使得搜索出来的结果更符合我们的需求。
二、常见的Filter包括:1. Language(语言):将搜索结果根据语言进行筛选,比如只显示英文或中文的文献。
1、C#中property 与attribute的区别,他们各有什么用处,这种机制的好处在哪里?property和attribute汉语都称之为属性。
不过property是指类向外提供的数据区域。
而attribute则是描述对象在编译时或运行时属性的。
这两者是有本质区别的。
2、讲一讲你理解的web service,在dot net framework中,怎么很好的结合xml?(讲概念就行了)从表面上看,Web Service就是一个应用程序,它向外界暴露出一个能够通过Web进行调用的API。
这就是说,你能够用编程的方法通过Web调用来实现某个功能的应用程序。
从深层次上看,Web Service是一种新的Web应用程序分支,它们是自包含、自描述、模块化的应用,可以在网络(通常为Web)中被描述、发布、查找以及通过Web来调用。
可扩展的标记语言XML 是Web Service平台中表示数据的基本格式。
除了易于建立和易于分析外,XML主要的优点在于它既与平台无关,又与厂商无关。
XML是由万维网协会(W3C)创建,W3C制定的XML SchemaXSD 定义了一套标准的数据类型,并给出了一种语言来扩展这套数据类型。
Web Service平台是用XSD来作为数据类型系统的。
当你用某种语言如 或C# 来构造一个Web Service时,为了符合Web Service标准,所有你使用的数据类型都必须被转换为XSD类型。
如想让它使用在不同平台和不同软件的不同组织间传递,还需要用某种东西将它包装起来。
这种东西就是一种协议,如SOAP。
3、C#, Java 和c++的特点,有什么相同的地方,不同的地方,C#分别从c++和java中吸取了他们那些优点?C#看起来与Java有着惊人的相似;它包括了诸如单一继承,界面,与Java几乎同样的语法,和编译成中间代码再运行的过程.但是C#与Java有着明显的不同,它借鉴了Delphi的一个特点,与COM(组件对象模型)是直接集成。
最最常用的关键词及音标数据类型:boolean、byte、short、int、long、double、char、float、double.包引入和包声明:import、package.用于类和接口的声明:class、extends、implements、interface。
流程控制:if、else、switch、do、while、case、break、continue、return、default、while、for。
异常处理:try、catch、finally、throw、throws。
修饰符:abstract、final、native、private、protected、public、static、synchronized、transient、volatile。
其他:new、instanceof、this、super、void、assert、const*、enum、goto*、strictfp。
Java基础常见英语词汇(共70个)['ɔbdʒekt] [’ɔ:rientid]导向的['prəʊɡræmɪŋ]编程OO:object-oriented ,面向对象OOP: object-oriented programming,面向对象编程[dɪ’veləpmənt][kɪt]工具箱['vɜːtjʊəl]虚拟的JDK:Java development kit,java开发工具包JVM:java virtual machine ,java虚拟机['dʒɑːvə] [mə’ʃiːn]机器[kəm’paɪl]Compile:编绎Run:运行[’veərɪəb(ə)l][ɒpə'reɪʃ(ə)n][pə’ræmɪtə]variable:变量operation:操作,运算parameter:参数[’fʌŋ(k)ʃ(ə)n]function:函数member—variable:成员变量member-function:成员函数[dɪ’fɔːlt][’ækses]['pækɪdʒ][ɪm'pɔːt]['stætɪk]default:默认access:访问package:包import:导入static:静态的[vɔid] ['peər(ə)nt][beɪs][’sjuːpə]void:无(返回类型)parent class:父类base class:基类super class:超类[tʃaɪld][di’raivd][əʊvə’raɪd][əʊvə'ləʊd] child class:子类derived class:派生类override:重写,覆盖overload:重载['faɪn(ə)l]['ɪmplɪm(ə)nts]final:最终的,不能改变的implements:实现[rʌn'taim] [æriθ'metik] [ik'sepʃən]Runtime:运行时ArithmeticException:算术异常[ə'rei] ['indeks][baundz][ik’sepʃən][nʌl][’pɔintə]指针ArrayIndexOutOfBoundsException:数组下标越界异常Null Pointer Exception:空引用异常ClassNotFoundException:类没有发现异常[’nʌmbə]['fɔ:mæt]NumberFormatException:数字格式异常(字符串不能转化为数字)[θrəuz]Throws:(投掷)表示强制异常处理Throwable:(可抛出的)表示所有异常类的祖先类[læŋ]['læŋɡwidʒ][ju’til][,dis’plei][ə’rei] [list]Lang:language,语言Util:工具Display:显示ArrayList:(数组列表)表示动态数组[hæʃ][mæp]HashMap: 散列表,哈希表[swiŋ] ['æbstrækt] [’wi ndəu] ['tu:lkit]Swing:轻巧的Awt:abstract window toolkit:抽象窗口工具包[freim] [’pænl][’leiaut][skrəul]['və:tikəl] Frame:窗体Panel:面板Layout:布局Scroll:滚动Vertical:垂直[’hɔri'zɔntəl] ['leibl][tekst][’fi:ld]Horizontal:水平Label:标签TextField:文本框['εəriə] ['bʌtən] [tʃek] [bɔks]TextArea:文本域Button:按钮Checkbox:复选框[’reidiəu] [’kɔmbəu]['lisənə]Radiobutton:单选按钮Combobox:复选框Listener:监听[’bɔ:də] [fləu][ɡrid] [’menju:][bɑ:]Border:边界Flow:流Grid:网格MenuBar:菜单栏[’menju:][’aitəm] [’pɔpʌp]Menu:菜单MenuItem:菜单项PopupMenu:弹出菜单['daiəlɔɡ] [’mesidʒ] ['aikɔn] [nəud]Dialog:对话框Message:消息Icon:图标Node:节点['dʒa:və]['deitəbeis][,kɔnek'tivəti]Jdbc:java database connectivity :java数据库连接[draivə]['mænidʒə] [kə'nekʃən] [’steitmənt]DriverManager:驱动管理器Connection:连接Statement:表示执行对象[pri’peəd] [ri’zʌlt]Preparedstatement:表示预执行对象Resultset:结果集['eksikju:t]['kwiəri]executeQuery:执行查询334157810 这群每日java技术免费分享定期java资料更新Jbuilder中常用英文(共33个)[kləuz] [ik’sept][peinz]Close all except…:除了。
数据库中常用的英文单词ORACLE开发2010-06-30 16:20:05 阅读17 评论0 字号:大中小订阅下列是一些数据库中经常碰到的英文单词:Access method(访问方法):此步骤包括从文件中存储和检索记录。
Alias(别名):某属性的另一个名字。
在SQL中,可以用别名替换表名。
Alternate keys(备用键,ER/关系模型):在实体/表中没有被选为主健的候选键。
Anomalies(异常)参见更新异常(update anomalies)Application design(应用程序设计):数据库应用程序生命周期的一个阶段,包括设计用户界面以及使用和处理数据库的应用程序。
Attribute(属性)(关系模型):属性是关系中命名的列。
Attribute(属性)(ER模型):实体或关系中的一个性质。
Attribute inheritance(属性继承):子类成员可以拥有其特有的属性,并且继承那些与超类有关的属性的过程。
Base table(基本表):一个命名的表,其记录物理的存储在数据库中。
Binary relationship(二元关系):一个ER术语,用于描述两个实体间的关系。
例如,panch Has Staff。
Bottom-up approach(自底向上方法):用于数据库设计,一种设计方法学,他从标识每个设计组建开始,然后将这些组件聚合成一个大的单元。
在数据库设计中,可以从表示属性开始底层设计,然后将这些属性组合在一起构成代表实体和关系的表。
Business rules(业务规则):由用户或数据库的管理者指定的附加规则。
Candidate key(候选键,ER关系模型):仅包含唯一标识实体所必须得最小数量的属性/列的超键。
Cardinality(基数):描述每个参与实体的可能的关系数目。
Centralized approach(集中化方法,用于数据库设计):将每个用户试图的需求合并成新数据库应用程序的一个需求集合Chasm trap(深坑陷阱):假设实体间存在一根,但某些实体间不存在通路。
【英语词汇】property、character、characteristic、trait、attribute、feature佳中这组词常用于表示人或物的特征。
property多指物的物理或化学特性,或同类事物所共有的特性,一般不用于指人。
1)The two elementary forms of carbon have very different properties.碳的这两个基本形式的性质大不相同。
2)We may not be able to identify a substance from a single property.凭单一特性我们也许不能别出一种物质。
character泛指人的性格特征,或指人的独特的典型的特征。
1) Indeed, he is a very kind man at heart. What you know about him is not hisreal character.确实他是一个非常心地善良的人。
你对他的了解并不是他的真正品格。
2)A man’s character can be measured by the types of men with whom heassociates.一个人的性格可从他交往何种类型的人加以判断。
characteristic可指人或事物所具有的、不同于其他人或物的个性或性质。
指人时是character 中的具体特征或特点。
1)She united with herself the characteristics of two distinct persons.她身上具有两个截然不同的人的特点。
2)Reaction to strong stimuli from the outside world is a characteristic of allanimals.对外界的刺激产生反应是所有动物的一个特性。
3) This town has all the characteristics of a typical seaside resort.这个小城镇具有所有典型的的海滨特色。
1.factor=element=ingredient=constituent=part=component2.rarely=uncommon=unusual=hardly=sel dom3.fatal=deadly=dangerous=risky=hazardous=hazard=peril=perilous=precarious=unsound=unsafe=critical4.link=connect=associate=relate=joinlink=connection=association=relationshipA bears little or no relationship with B.5.desperate=despair=in dire need of6.cold=freezing=frozen=icy=polar region=South Pole=temperature(-40℃)7.depend on=rely ondecide =determine8.priority 优先权prior to=before9.exposure=not covered=be trapped in= be caught inex-wife, ex-president, ex-sol dierexternal---internal exterior---interior export---import exit----entrance extract excavate10.qualify→qualification purify simplify signify identify11.cover---coverage12.vary=change=shift=variation=modify=revise=adjust=transform=convert=alter=improve13.prevent=inhibit=discourage=stop=obstacle=barrier=obstruction=impediment=impede=hind er=block14.encourage=promote=facilitate=help=boost15.expensive=costly=high-priced=pricy=pricey16.disagree=ideas differ/vary radically,=no consensus/agreement17.growth= increase=go up= rise=boom=jump=leap=climb=skyrocket=soar =explosion18.worthwhile=worthy=beneficial19.objective comment=unbiased statement20.ad ditional information=supplementary data=complement21.deficiency=lack=scarcity=shortage=insufficiency=inadequacyad equacy=sufficiency=abundant=substantial=enough ad equate=sufficientInad equate=insufficient22.fundamental=basic=essential=elementary23.restricted=limited=finite=exhaustibl e=narrow=restrain24.discipline=subject=course25.autonomous=ind ependent=self-determining26.obligatory=compulsory=required27.indispensable=essential=necessary=prerequisite28.consistently=always29.guarantee=ensure30.preservation=conservation=protectionconservative31.pollution =contaminationpollutant =contaminantwaste =garbage=rubbish=trash=junk=stuff which has been thrown away32.breed=generate=produce=engend er33.subject(人)=participant=those surveyed=sample34.exceptional=wonderful=excellent35.domain=field=area36.Initially=originally=at first=earliest37.demanding= difficultplexity=sophisticated=complex=far from being simple39.appreciate=und erstand40.apparent=obvious=evident=distinct=marked=clear41.rudimentary=basic=elementary=und erd eveloped42.initiative adj.创始的, 初步的, 自发的n.首创精神, 主动权, 第一步initiate=originate=start=launchinitially=originally=firstly=at first43.reluctant=unwilling=loath=involuntary44.exclusively专门地, 排他地, 独占地exclud e exclusion exclusiveinclude inclusion inclusive45.alternative adj. 两者择一的, 供选择的, 非主流的n. 替换物, 取舍46.therapy=treatment=remedy47.chronic=long-term48.erode=corrode=scour erosion49.maintenance maintain50.accessible adj.可得到的, 易接近的, 可进入的, 易受影响的, 易理解的51.relieve=ease=alleviate=lighten52.context=background53.Stimulate stimulus54.dramatic=noticeable=remarkable=marked=phenomenal=significant=considerable55.dwelling dwell dwellerresidence reside residentinhabitance inhabit inhabitant56.Conventional=traditional=old=established57.Sustain=vt.支持, 承受, 维持, 认可, 经受58.Facility facilitate59.Demographic demography60.Ambitious=ambition=with great goals61.Financial=fund=fund ed support=budget62.Fl exibility flexible 反义词fixed63.Stress=pressure=strain=tension stressful=nervous=strained64.Interrupt interruptionmerce=business =trade66.Approach=method=way=means67.Differentiate=distinguish=identify68.Filter=screen69.Categorize=classify=divide70.Encompass=includ e=cover=contain71.Disparate=different=unique=individual72.Separate=alienate=segregate=isolate73.Massively=massive=huge=large=consid erable=enormous=tremendous=immense74.Fertility fertilize fertilizer75.Accumulate=build up=amass=gather76.Precipitate precipitation77.Surpass=overtake=exceed78.Evaporate evaporation vapor79.Suppress=inhibit=discourage=prevent80.Perpetuate=last=continue=extend81.Hypothesis=supposition82.Synthetic=hybrid=man-made=compound83.Empirical 实证主义的84.Prominence=highlight=evident85.Contract=shrink=reduce=decrease86.Circumstance=environment=surrounding87.Extract=remove88.Constitute=make up=compose89.Diligent=studious90.Pharmacy, pharmacist, pharmaceutical91.Incongruous=inconsistent92.Physician, surgeon, doctor, therapist,Surgery 手术93.Promotion n. 提升,晋升;推销,促销;促进94.Prescribe 规定,开处方,开药方PrescriptionPrescriptive Prescriptive Linguistics [语] 规定语言学;[语] 规范语言学Diagnose 诊断diagnosis95.Criticize criticism critical criticSkeptical skepticism96.Practice 练习,实践,做法,业务,惯例97.Escalate escalation 增加,发展,逐步升级98.Extravagant =luxurious=wasteful 奢侈的,浪费的,豪华的,过度的99.Glossary n. 术语(特殊用语)表;词汇表;专业词典小册子brochure=pamphlet=booklet100.Specialist=expert=professional业余人员amateur101.Loyal=faithful=devoted loyalty102.Hand out=distribute=dispense103.Receive reception receptive receiver receipt recipient receptivity104.Pattern 图案,模式,样式spending pattern105.Scrutinize=examine very carefully scrutiny106.Strategy=tactic战略策略107.Artificial =man-made=synthetic108.Temporary =casual=provisional=occasional=contingent109.Excessive=too much=redundant110.Stable=steady=constant stability111.Predict=expect=anticipate=forecast112.Ignore=neglect=overlook113.Suggest=show=reveal=demonstrate114.Concentrate on=focus on=deal only with=be absorbed in=have one’s minds on 115.Anxious=worry=concern116.Lexical l exis l exicology117.Installment 分期payment by installment 分期付款down payment 首付款118.Quote quotation =reference=cite119.Draw on利用120.Confer=award=grant=give=end ow121.Survive=survival=exist=existence122.Sustenance 食物123.Instruction n. 指令,命令;指示;教导;用法说明124.Obey=observe=follow=abide by=comply withObedient obedience125.Influence=impact=effect126.Succeed v 成功;继承;继任;兴旺succession successive Succeed=take over=inherit=inheritance=carry forward=carry on127.为了for the sake of=in order to= for the purpose of=so as to= so that 128.Consensus=agreement=come to an agreement=reach an agreement 129.Virtually=almost=nearly=practically130.Overwhelming 压倒一切的,势不可挡的131.Repeat repetition repetitiveCompete competition competitive132.Instinct instinctive注意区分Distinct distinctive a.133.Think=consider=deem=regard=argue=claim=insist=maintain=hold 134.Benefit=advantage=merit=strong points=strength=virtue=positive points Drawback=shortcoming=disadvantage=demerit=weak points =weakness=limitation=negative pointsBeneficial135.Trait=property=quality=character=characteristic=feature136.Hardship=tough=demanding=difficulty=trouble=troublesome situations Dilemma137.Finally=ultimately=eventually=at last138.Ancient=antique=ol d=archaic=primitive=primeval=ancestor=ancestral Modern=current=contemporary=up-to-date139.Surrender=yield140.Authority authoritative authoritativeness141.Und erestimate overestimate 142.Respond to =react toResponse。
GlossaryChapter 1 Invitations to Linguisticsdesign features结构特征arbitrariness[5B:bitrErinis]任意性morpheme[5mC:fi:m]词素onomatopoeic拟声的onomatopoeia 7CnEu7mAtEu5piE syntactic[sin5tAktik]依据造句法的convention习俗,惯例duality两重性property性质,特性hierarchical[7haiE5rB:kikEl]分等级的chump簇,群?segment段,节,片断perceive感到,认识到endow[in5dau]赋与resourceful资源丰富的recursiveness递推recursive[rI`k\:sIv]entity[5entiti]实体imparted[im5pB:tid]给予的,授予的displacement移位symbolize[5simbElaiz]用符号表现informative[in5fC:mEtiv] (信息功能)interpersonal function(人际功能)performative[pE`fR:mEtIv] (行事功能)emotive function表情功能phatic [5fAtik] communion(寒暄交谈)jargon[dVB:`^U:n]行话ritualistic[7ritjuE5listik]仪式的recreational[9rekrI`eIFEnEl, -kri:-]娱乐的restrictive[ris5triktiv]限制性的supposedly想像上,按照推测sheer[FiE]纯粹的metalingual元语言的function(元功能)metalinguistic[7metEliN5^wistik]元语言学的,纯理语言学的linear[5liniE]直线的,线性的perspective[pE5spektiv]观点,看法unicorn独角兽infinitely[5InfInItlI]无限地,无穷地self-reflexive自发的parameter[pE5rAmitE]参数,要素phonologic音系参数phonology[fEu5nClEdVimorphologic[7mC:fE5lCdVik]词素参数syntactic[sin5tAktik]句法参数semantic [si5mAntik]语义参数pragmatic[prA^5mAtik]语用参数phonetics[fEu5netiks]语音学anatomy[E5nAtEmi]解剖学physiology[7fizi5ClEdVi]生理学larynx[5lAriNks]喉domain[dEu5mein]范围,领域articulatory[B:5tikjuleitEri]发音phoneticsacoustic[E5ku:stIk]声学phoneticsauditory[5C:ditEri]听觉phoneticsphonology[fEu5nClEdVi]音系学subset子集constitute[5kCnstitju:t]组成chaos[5 keiCs]无秩序morphology [mC:5fClEdVi]形态学morpheme[5mC:fi:m]形态素,词素semantics[si5mAntiks]语义学encode[in5kEud]编码utterance[5QtErEns]说话psycholinguistics[7saikEuliN5^wistiks]语言心理学underlying[5QndE5laiiN]潜在的intuitive[in5tju(:)itiv]直觉的,本能的adherence[Ed5hiErEns]依附Chapter 3 Lexicon词汇lexicon[5leksikEn]词汇variable[5vZEriEbl]可变的invariable[in5vZEriEbl]不变的variability[7vZEriE5biliti]可变性constant不变的paradigm[5pArEdaim, -dim](名词、动词的)词形变化inflective[in5flektiv]有词尾变化的lexical词汇的content意义in principle大体上infinite[5infinit]无限的emergence出现inflection曲折display表现particle小品词auxiliary[C:^5ziljEri]助动词pro-form代词形式determiner[di5tE:minE]限定词premodifier前置修饰词modifier[5mCdifaiE]reference所指类别[5refrEns]predeterminercentral determinerpostdeterminercardinal基数ordinal numbers序数morpheme词素morphology形态学drastically彻底地constitutive[5kCnstitju:tiv]构成的derivational派生derivation[deri5veiFEn]manifestation[7mAnifes5teiFEn]表现inflectional affix[E5fiks]曲折词缀finiteness限定aspect [5Aspekt]体case格stem词干restricted[ris5triktid]受限制的variation[7vZEri5eiFEn]变化compositional合成endocentric[7endEu5sentric]内向的exocentric[7eksEu5sentrik]外向的counterpoint[5kauntEpCint]对应phonology[fEu5nClEdVi]音系学morphology [mC:5fClEdVi]形态学morpheme[5mC:fi:m]词素phoneme[5fEuni:m]音素合资“joint venture”音位学morphophonology[9mR:fEJfEJ`nClEdVI]形态morphophonemics[7mC:fEufE5ni:miks]词素音位学.identical同样的syllabic音节的morphemic词素morpheme[5mC:fi:m]phonological音位phonology[fEu5nClEdVi]allomorph [5AlEmC:f]词素变体correspondingly[7kCris5pCndiN]对应的phonemes音素phonemics[fEu5ni:miks]phonology[fEu5nClEdVi]音系学morphology[mC:5fClEdVi]形态学phonologically conditioned音位限制morphologically conditioned形态限制morpheme [5mC:fi:m]词素morphological[7mC:fE5lCdVikEl]形态学complementary[kRmplE5mentErI]补充的,互补Chapter 4 Syntax句法gender性case格prominent[5prCminEnt]显著的nominative[5nCminEtiv]主格vocative[5vCkEtiv]呼格accusative[E5kju:zEtiv]宾格genitive[5dVenitiv]属格dative[5deitiv]与格ablative[5AblEtiv]离格,夺格syntagmatic组合关系paradigmatic[7pArEdi^5mAtik]聚合关系relations signified所指(concept)signifier能指,施指(sound image)piecemeal零碎的immediate constituent analysis直接成分分析法aspect外表,方面construction构建constituent[kEn5stitjuEnt]要素,成分notion概念substitutability替换internal[in5tE:nl]内在的ambiguity[7Ambi5^ju:iti]含糊reveal[ri5vi:l]揭示advocator[5AdvEkeitE]提倡者binary[5bainEri]二元的discontinuous[5diskEn5tinjuEs]不连续的pose形成,引起,造成derivation[deri5veiFEn]出处Chapter 5 Meaning denotative[di5nEutEtiv]外延的connotative5kCnEuteitiv, kE5nEutEtiv]内涵的virtue[5vE:tju:]效力affective情感的reflected meaning反映意义collocative meaning搭配意义collocation[7kClE5keiFEn] thematic[Wi:5mAtik]主题meaningChapter 6 Language Processing in Mind schemata and inference drawing图式与推论schematic[ski5mAtik]图解的,图表的;梗概的literal[5litErEl]文字的,照字面上的presumably[prI5zju:mEbElI]推测起来,大概schema[5ski:mE] -mata图解,图表;纲要proposition命题exact[i^5zAkt]提取macrostructure宏观结构extensive广泛的macroproposition宏观命题overall[5EuvErC:l]全面的,整体的substantial[sEb5stAnFEl](相当)大的buffer[5bQfE]缓冲Chapter 7 Language, Culture, and Society intrinsic[in5trinsik]固有的,内在的indispensable[7indis5pensEbl]不可缺少的.axiomatic[7AksiE5mAtik]自明的substantiate[sQbs5tAnFieit]证实anthropological人类学的anthropologic[7AnWrEpE5lCdVik] orientation定位characterize[5kArIktEraIz]描述socialculturalparallel相应innovation[7inEu5veiFEn]创新commitment[kE5mitmEnt]献身perseverance[7pE:si5viErEns]坚定不移paradigm[5pArEdaim, -dim]范例,(名词、动词的)词形变化diversity[dai5vE:siti]多样性anthropological study of linguistics语言学的人类学研究co-occurance共现context of situation情景语境理论.Sapir-Whorf hypotheses假设mould形成unique独特的principally主要地transcend[trAn5send]超越correlated有相互关系的monistic[mC`nIstIk,mEJ-]一元论的autonomous[C:5tCnEmEs]独立的,自主pursuit[pE5sju:t]研究resurrection[7rezE5rekFEn]复苏dualistic[9djU:E`lIstIk]二元的dominant[5dCminEnt]有统治权的,占优势的,支配的interdisciplinary[7intE(:)5disiplinEri]跨学科的discipline学科sociocultural社会与文代化的dual[5dju(:)El]双重的multidisciplinary多门学科的enterprise[5entEpraiz]事业,计划in nature实际上,本质上sociolinguistic study of society社会的社会语言学sociolinguistic study of language语言的的社会语言学antagonism[An5tA^EnizEm]对抗innovation[7inEu5veiFEn]改革,创新Chapter 8 Language in Useillocutionary[9IlEJ`kjU:FLnErI]语内表现行为的act语中行为locutionary [lEJ`kjU:FEnErI] act发话行为,表述性的言语行为illocutionary act话中行为,施为行为locution[lEu5kju:FEn]说话的风格;措词perlocutionary[9p\:lC`kjU:FEnErI] act话后行为the cooperative principle合作原则maxim[5mAksim]准则perspicuous[pE(:)5spikjuEs]明白的,明了的obscurity[Eb5skjuEriti]晦涩含糊ambiguity[7Ambi5^ju:iti]含糊,不明确orderly有条理的Chapter 11 Linguistics and Foreign Language Teaching feasibility可行性denote[di5nEut]指示,表示appropriateness得体性appropriation[E7prEupri5eiFEn] repertoire[5repEtwB:]全部技能input hypothesis[hai5pCWisis]假设overwhelm[5EuvE5welm]淹没吞没pre-modified input预修正的语言输入tune调整,调节interactively modified input交互修正的语言输入preliminary[pri5liminEri]初步的contrastive[kCn5trB:stiv, -5trA-] analysis对比分析consonantal [-5nAntl] sound辅音positive transfer正迁移facilitation促进negative[5ne^Etiv] transfer负迁移interference[7intE5fiErEns]干扰overgeneralization过分概括hypercorrection[-5rekFEn]矫枉过正aptitude[5Aptitju:d] test素质测试aptitude天资proficiency[prE5fiFEnsi] test水平测试achievement test成绩测试assess[E5ses]评定diagnostic [7daiE^5nCstik] test诊断测试psychometric[9psaIkEJ`metrIk]心理测量学的validity[vE5liditi]效度and reliability[ri7laiE5biliti]信度content validity内容效度construct validity编制效度empirical[em5pirikEl] validity经验效度correlate[5kCrileit]使相互关联external[eks5tE:nl]外部face validity卷面效度consistency一致性in succession接连地extrinsic[eks5trinsik] sources of error外在的错误来源variability[7vZEriE5biliti]可变性intrinsic[in5trinsik]内在sources of errorstability[stE5biliti]稳定性equivalence[I`kwIvElEns]等价[性]Chapter 12 Theories and Schools of Modern Linguisticssemiotics[semI5RtIks]记号语言学inborn[5in5bC:n]天生的utterly完全地sociological社会学的prosodic[prEJ`sCdIk]作诗法的analysis节律分析法phonematic [9fEJnI`mAtIk]音位unit音声单位. oriented[`R:rIentId,`EJ-]导向discourse analysis语篇分析stylistics[stai5listiks]文体修辞学integral[5inti^rEl]完整的semantic[si5mAntik]语义的anthropology[7AnWrE5pClEdVi]人类学indigenous[in5didVinEs]本土的eminent[5eminEnt]杰出的,有名的methodology方法论psychology[sai5kClEdVi]心理学positivistic实证论者positivist[5pCzitivist] behaviourism[bI`heIvjErIzLm] substitute替换[5sQbstitju:t]external外部[eks5tE:nl]。
property函数property函数是一种在编程中常用的函数,它用于获取对象的属性值。
在很多编程语言中,都有property函数的实现,比如Python、Java等。
通过使用property函数,可以方便地获取对象的属性值,并进行相应的操作。
在介绍property函数之前,我们先来了解一下什么是属性。
属性是指对象所具有的特征或状态,它可以是对象的数据成员或方法。
对于一个对象来说,属性可以是它的颜色、形状、大小等等。
属性的值可以是任意类型的数据,比如整数、浮点数、字符串等。
在编程中,我们经常需要获取对象的属性值,然后进行一些处理或操作。
传统的做法是直接访问对象的属性,比如obj.property。
但是,这种方式存在一些问题。
首先,直接访问属性可能会破坏对象的封装性,导致代码的可维护性下降。
其次,直接访问属性可能会导致代码的冗余,比如多次重复地计算属性值。
为了解决这些问题,我们可以使用property函数来定义属性的访问方法。
property函数接受一个函数作为参数,这个函数被称为getter函数,用于获取属性值。
通过使用property函数,我们可以在获取属性值的时候进行一些额外的操作,比如数据校验、数据转换等。
下面是一个简单的示例,演示了如何使用property函数来定义属性的访问方法:```pythonclass Circle:def __init__(self, radius):self._radius = radius@propertydef radius(self):return self._radius@radius.setterdef radius(self, value):if value <= 0:raise ValueError("Radius must be positive") self._radius = value@propertydef area(self):return 3.14 * self._radius * self._radiuscircle = Circle(5)print(circle.radius) # 输出:5print(circle.area) # 输出:78.5circle.radius = 10print(circle.radius) # 输出:10print(circle.area) # 输出:314.0circle.radius = -5 # 抛出异常:ValueError: Radius must be positive ```在上面的示例中,我们定义了一个Circle类,它具有一个radius属性和一个area属性。
属性(Properties)和字段在C#中的关系——摘⾃Rocky Ren主题:这篇⽂章我来说下属性(Properties)和字段在C#中的关系。
⾸先申明⼀下,这⾥讲的属性就是通常说的包含get,或者是set访问器的属性,不是属性 (Attribute)。
我们写程序的时候⼤多都会⽤到实体类,⽽⽣成实体类,我们都会申明⼀些常规属性或者是⾃动实现的属性。
⾄于到底选⽤哪⼀种属性,或者说是否可以直接⽤字段代替呢?常规属性和⾃动实现属性的区别:⼀个完整的常规属性由以下⼏部分构成:1:私有字段,⽤来存储变量(后备存储),这个字段之所以是私有的,是为了让它只能通过属性来赋值。
private string _sName;2:⼀个get访问器,它负责读取数据,⽤于返回字段值或者是⽤于计算并返回字段值。
以return或者是throw语句终⽌。
其中可以包含些简单的逻辑处理,例如数据验证等等。
get{//电脑价格,如果⼩于零,则返回0,说明数据不正常return _computerPrice >= 0 ? _computerPrice : 0;}说明:get访问器是读取数据,所有不要在代码块中修改属性状态。
下⾯的代码是不被推荐的。
3:⼀个set访问器,负责给属性赋值,类似于⼀个返回类型为void的⽅法,可以包含逻辑处理,例如可以根据默认的值通过计算后返回结果。
常规属性分类:1:按访问修饰符来分:可将属性标记为 public、private、protected、internal 或 protected internal。
这些访问修饰符定义类的⽤户如何才能访问属性。
2:属性还可以标记成,静态属性,实例属性,虚属性,抽象属性,需要注意的是,如果属性已经标记成静态(static ) 的,那么后⾯不能和虚(virtual),抽象(abstract),重写(override)混⽤。
3:同⼀属性如果只包含get访问器,我们称之为只读属性,如果只包含set访问器,叫可写属性,如果即有get, ⼜有set访问器,我们叫可读可写属性。
【英语词汇】
property、character、characteristic、
trait、attribute、feature
佳中
这组词常用于表示人或物的特征。
property多指物的物理或化学特性,或同类事物所共有的特性,一般不用于指人。
1)The two elementary forms of carbon have very different properties.
碳的这两个基本形式的性质大不相同。
2)We may not be able to identify a substance from a single property.
凭单一特性我们也许不能别出一种物质。
character泛指人的性格特征,或指人的独特的典型的特征。
1) Indeed, he is a very kind man at heart. What you know about him is not his
real character.
确实他是一个非常心地善良的人。
你对他的了解并不是他的真正品格。
2)A man’s character can be measured by the types of men with whom he
associates.
一个人的性格可从他交往何种类型的人加以判断。
characteristic可指人或事物所具有的、不同于其他人或物的个性或性质。
指人时是character 中的具体特征或特点。
1)She united with herself the characteristics of two distinct persons.
她身上具有两个截然不同的人的特点。
2)Reaction to strong stimuli from the outside world is a characteristic of all
animals.
对外界的刺激产生反应是所有动物的一个特性。
3) This town has all the characteristics of a typical seaside resort.
这个小城镇具有所有典型的的海滨特色。
trait与character一样,指人的具体性格的特征, 侧重于指先天行为模式或性格特征。
1)Enthusiasm and honesty are the chief traits / characteristics of his
character.
热情和诚实是的他的性格的两个主要特征。
2) The world discriminates one on the basis of clearly genetic traits, such as
physical beauty and musical talent.
世界常根据显著遗传特点区分人,如长相美和音乐天赋等。
attribute多指主观人赋予某人或某事物特性或属性。
1)A certain degree of ruthlessness is a necessary attribute for any successful
CEO or president.
某种程度的残酷对任何一个成功的首席执行官或董事长来说是一种必需要具备的特性。
2)Credibility is an essentail attribute that is build on the elements of
integrity, reliability, competence and commitemnt.
诚信是人的一个基本的特质,是建立在正直,可靠,能力和承诺的基础上。
3)Heavy rain is a distinctive attribute of the weather near the equator.
下大雨是赤道附近地区气候的显著的特征。
feature用于人指人的外貌特征,用于物指突出引人注目的特点。
1)I haven’t seen him for ages, but I can recall her features very distinctly.
我好久没有见到他了,但我还能清楚地回忆起她的容貌。
2)The magazine makes a feature of children's stories.
这本杂志义刊登儿童故事为特色。
3)The most fruitful approach to a problem is the one which reveals the
fundamental features of the problem.
解决问题最富有成效的方法是一个能揭示该问题基本特征的方法。