Existence of $C^{1,1}$ critical sub-solutions of the Hamilton-Jacobi equation on compact ma
大学英语自学教程(上册0012)课后习题答案[1]
IV.1.It fails to produce enough young in each generation to keep pace with the death rate.2.We can tell it from fossil evidence in rocks.3.Extinction means living beings are out of existence.4.Human beings.5.They may get great financial rewards from hunting.6.They hunt animal for trophies.7.The killing of the Canadian seals.8.One way is to remove them to zoos and parks and breed them there.Another way is to protect the animals in the wildlife reserves with ,wardens to look after them.9.We can enjoy ourselves in watching wildlife in natural or near-natural environments.V.1.The natural evrironments in which animals live has been worsening.2.Hunters hunt for their own purpose, regardless of the public living environment.3.There is every likelihood that more animals would be made extinct without natural reserves.4.Countless examples can be given to show that natural environments are being rapidly changed.5.To create the wildlife reserves is another effective way to protect animals.Vocabulary ExercisesI.1.a. special b.specialised c.specially2.a.publicity b.publicise c.public3.a.viariation b.vary c.various4.a.Tourism b.tourists c.tour5.a.survival b.survivors c.survivedII.1.Fossils2.Species3.Tourism4.extinct5.by-product6.offspringpeted 8.fate 9.threat10.paceIII.1.He find it hard to keep pace with the development in physics.2.Now,China can compete with most countries in the world.3.There is every likelihood that we can do better if we work hard.4.More and more people become concerned about our natural environment.5.This warship has been armed with nuclear weapons.6.I will tell you the truth provided you do not disclose it to anyone else.7.We are very happy that he can survive this heart attack.8.The danger can not be ignored that tigers may become extinct in our country.Text BExercises for the TextI.1.F2.T3.F4.T5.T6.T7.F8.F9.F 10.FII.1.somke, fog2.coughing, straining for breath3.lung or heart4.chemicals5.guide6.furnaces7.chemical fumes, water droplets8.temperature inversion9.photochemical smog10.exhaust fumes,nitrogen oxides, subphur dioxide, oil refineriesVocabulary ExercisesI.1.e2.d3.a4.b5.cII.1.B2.A3.D4.C5.AIII.1.exhausted2.conclude3.inversion4.suffering5.strainedGrammar ExercisesI.1.我很少看见她这样不高兴。
gcc常见的编译警告与错误(按字母顺序排列)
gcc 常见的编译警告与错误(按字母顺序排列)C语言初学者遇到的最大问题往往是看不懂编译错误,进而不知如何修改程序。
有鉴于此,本附录罗列了用gcc编译程序时经常出现的编译警告与错误。
需要提醒读者的是,出现警告(warning)并不影响目标程序的生成,但出现错误(error)则无法生成目标程序。
为便于读者查阅,下面列出了经常遇到的警告与错误,给出了中英文对照(英文按字典顺序排列),并对部分错误与警告做了必要的解释。
#%s expects \FILENAME\ or …#%s 需要 \FILENAME\ 或…#%s is a deprecated GCC extension#%s 是一个已过时的 GCC 扩展#%s is a GCC extension#%s 是一个 GCC 扩展#~ error:#~ 错误:#~ In file included from %s:%u#~ 在包含自 %s:%u 的文件中#~ internal error:#~ 内部错误:#~ no newline at end of file#~ 文件未以空白行结束#~ warning:#~ 警告:#elif after #else#elif 出现在 #else 后#elif without #if#elif 没有匹配的 #if#else after #else#else 出现在 #else 后#else without #if#else 没有匹配的 #if#endif without #if#endif 没有匹配的 #if#include nested too deeply#include 嵌套过深#include_next in primary source file#include_next 出现在主源文件中#pragma %s %s is already registered#pragma %s %s 已经被注册#pragma %s is already registered#pragma %s 已经被注册#pragma once in main file#pragma once 出现在主文件中#pragma system_header ignored outside include file#pragma system_heade 在包含文件外被忽略%.*s is not a valid universal character%.*s 不是一个有效的 Unicode 字符%s in preprocessing directive预处理指示中出现 %s%s is a block device%s 是一个块设备%s is shorter than expected%s 短于预期%s is too large%s 过大%s with no expression%s 后没有表达式%s: not used because `%.*s’ defined as `%s’ not `%.*s’ %s:未使用因为‘%.*s’被定义为‘%s’而非‘%*.s’%s: not used because `%.*s’ is poisoned%s:未使用因为‘%.*s’已被投毒%s: not used because `%.*s’ not def ined%s:未使用因为‘%.*s’未定义%s: not used because `%s’ is defined%s:未使用因为‘%s’已定义%s: not used because `__COUNTER__’ is invalid%s:未使用因为‘__COUNTER__’无效(\%s\ is an alternative token for \%s\ in C++)(在 C++ 中“%s”会是“%s”的替代标识符)(this will be reported only once per input file)(此警告为每个输入文件只报告一次)\%s\ after # is not a positive integer# 后的“%s”不是一个正整数\%s\ after #line is not a positive integer#line 后的“%s”不是一个正整数\%s\ cannot be used as a macro name as it is an operator in C++ “%s”不能被用作宏名,因为它是 C++ 中的一个操作符\%s\ is not a valid filename“%s”不是一个有效的文件名\%s\ is not defined“%s”未定义\%s\ may not appear in macro parameter list“%s不能出现在宏参数列表中\%s\ re-asserted重断言“%s”\%s\ redefined“%s重定义\/*\ within comment“/*出现在注释中\\x used with no following hex digits\\x 后没有 16 进制数字\defined\ cannot be used as a macro name“defined不能被用作宏名__COUNTER__ expanded inside directive with -fdirectives-only带 -fdirectives-only 时 __COUNTER__ 在指示中扩展__VA_ARGS__ can only appear in the expansion of a C99 variadic macro __VA_ARGS__ 只能出现在 C99 可变参数宏的展开中_Pragma takes a parenthesized string literal_Pragma 需要一个括起的字符串字面常量‘%.*s’ is not in NFC‘%.*s’不在 NFC 中‘%.*s’ is not in NFKC‘%.*s’不在 NFKC 中‘##’ cannot appear at either end of a macro expansion‘##’不能出现在宏展开的两端‘#’ is not followed by a macro parameter‘#’后没有宏参数‘$’ in identifier or number‘$’出现在标识符或数字中‘:’ without preceding ‘?’‘:’前没有‘?’‘?’ without following ‘:’‘?’后没有‘:’'return' with a value, in function returning void在void返回类型的函数中,return返回值。
EXISTENCE AND GLOBAL ATTRACTIVITY OF PERIODIC SOLUTIONS TO A PREDATOR-PREY SYSTEM WITH DELAYS AN
1
Introduction
In [1], May introd u ced th e following p red ator-pre y sy ste m � h dH ( t ) H (t − τ ( t)) i � � = r H (t ) 1 − − αH (t ) P ( t) , dt K � � dP ( t ) = − bP ( t) + β P ( t ) H ( t − σ ( t )) , dt
An n. of D iff. Eqs . 24:2(2008) , 197-207
EXISTENCE AND GLOBAL ATTRACTIVITY OF PERIODIC SOLUTIONS TO A PREDATOR-PREY SYSTEM WITH DELAYS AND IMPULSES ∗ †
A bs tra t
B y usin g Ga ines an d M aw hin ’s c ont inua tio n t heo rem of co incidence deg ree theo ry a nd co nstruct ing L yapu nov funct io na ls, a se t o f ea sily verifiable suffi cient co nditio ns a re derived for t he exist ence a nd g lo ba l a t trac tivity o f a po sitive perio dic so lut io n t o a predat o r-prey syst em with dela ys a nd impu lses. Key wo rds perio dic so lut ion; im pulsive e qu at io n; c oincidence deg ree t heo ry; globa l a t trac tivity 20 00 M athem atic s Sub jec t C lassific ation 3 4 K13 ; 92 D2 5
social drama第一部分
•
Feature
• A social problem is: • an adverse condition (不利条件) affecting a significant number of people.
• It must, however, also be recognized as a problem, and that is something that can only occur if those concerned about the problem have enough power and influence to bring it to public attention.
• And even if they cannot always do that, they at least help
• “to tell the audience something, to make
people think, to initiate a dialogue.”
Content
• Definition • Feature • Sub-genre • Representative work
Definition
• The genre has two defining conventions: identify a social ill; dramatize its remedy.
Content
• Definition • Feature • Sub-genre • Representative work
• Representative figure
Feature
• The social problem is usually a contemporary problem and as such the setting is also contemporary. • The social drama typically displays a sympathetic perspective towards the victims of this problem, and is supportive of those who crusade (斗争) against it. Underlying the social drama is the assumption that the problem, once recognized, can be remedied through wellintentioned social, political, or legal reform.
EXISTENCE OF PERIODIC SOLUTIONS TO A p-LAPLACIAN NEUTRAL FUNCTIONAL DIFFERENTIAL EQUATION WITH V
wh ere p > 1; ϕ p : R → R is given by ϕ p ( s ) = | s|
s for s �= 0 and ϕ p (0) = 0; f, g, e, τ , c ∈ RT C ( R, R) an d c( t ) , τ ( t ) an d e ( t ) are T -p eriod ic , T > 0, 0 e ( t)d t = 0; r ≥ 0 is a c onstant. In re cen t years, in the case that c ( t) is a c onstant fun ction, som e re search ers h ave investigate d th e ex iste nc e of p eriod ic solutions to some ne utral fun ctional d iffe rential equ ations, see [1-4] and th e re feren ce s the rein. In [1], un de r the con dition | b| �= 1, M.R . Zhan g stud ied the ex iste nc e of p eriodic solutions to a scalar h ere ditary e qu ation (x ( t ) − bx ( t − τ )) � = −a x( t − r + γ h( t, x ( t + ·))) + e ( t) , wh ere a, τ , r ∈ R are n on zero con stan ts; γ ∈ R is a sm all p arame ter; e ∈ C 2 π ; h : R × C 2 π (real fun ction s)→ R is continu ous such that h( t + 2 π, ϕ ) ≡ h ( t, ϕ) on R × C 2 π , C 2 π = { x : x ∈ C ( R, R) , x( t + 2 π ) ≡ x ( t) } . In [2,3], Lu and G e stu d ie d th e followin g ne utral d iffe rential eq uations ( u ( t) − k u ( t − τ )) � = g1 ( u( t )) + g 2 ( u ( t − τ 1 )) + p ( t ),
Chapter_1- 香港联交所上市规则-总则
7/081 – 1Chapter 1GENERALINTERPRETATIONFor the avoidance of doubt, the Rules Governing the Listing of Securities on The Stock Exchange of Hong Kong Limited apply only to matters related to those securities and issuers with securities listed on the stock market operated by the Exchange other than the Growth Enterprise Market (“GEM”). This stock market is defi ned as the “Main Board” in the Rules Governing the Listing of Securities on the Growth Enterprise Market of The Stock Exchange of Hong Kong L imited (the “GEM Listing Rules”). All matters related to GEM and securities and issuers with securities listed on GEM are governed by the GEM Listing Rules.1.01 Throughout this book, the following terms, save where the context otherwise requires,have the following meanings:“accounts”has the same meaning as “fi nancial statements” and vice-versa “approved share registrar” a share registrar who is a member of an association ofpersons approved under section 12 of the Securities andFutures (Stock Market Listing) Rules“Articles” the Articles of Association of the Exchange“asset-backed securities” debt securities backed by fi nancial assets which, at thetime of the relevant issues, are evidenced by agreementsand intended to produce funds to be applied towardsinterest payments due on the securities and repayment ofprincipal on maturity, except those debt securities whichare directly secured, in whole or in part, on real property orother tangible assets“associate” (a) in relation to an individual means:—(i) his spouse;(ii) any child or step-child, natural or adopted, underthe age of 18 years of such individual or of hisspouse (together with (a)(i) above, the “familyinterests”);(iii) the trustees, acting in their capacity as suchtrustees, of any trust of which he or any of hisfamily interests is a benefi ciary or, in the caseof a discretionary trust, is (to his knowledge) a3/04discretionary object and any company (“trustee-controlled company”) in the equity capital ofwhich the trustees, acting in their capacity assuch trustees, are directly or indirectlyinterested so as to exercise or control theexercise of 30% (or such other amount as mayfrom time to time be specifi ed in the TakeoversCode as being the level for triggering amandatory general offer) or more of the votingpower at general meetings, or to control thecomposition of a majority of the board ofdirectors and any other company which is itssubsidiary (together, the “trustee interests”);(iv) a holding company of a trustee-controlledcompany or a subsidiary of any such holdingcompany; and(v) any company in the equity capital of which he,his family interests, any of the trustees referredto in (a)(iii) above, acting in their capacity assuch trustees, and/or any trustee intereststaken together are directly or indirectlyinterested so as to exercise or control theexercise of 30% (or such other amount as mayfrom time to time be specifi ed in the TakeoversCode as being the level for triggering amandatory general offer) or more of the votingpower at general meetings, or to control thecomposition of a majority of the board ofdirectors and any other company which is itssubsidiary or holding company or a fellowsubsidiary of any such holding company; and(b) in relation to a company means:—(i) any other company which is its subsidiary orholding company or is a fellow subsidiary ofany such holding company or one in the equitycapital of which it and/or such other companyor companies taken together are directly orindirectly interested so as to exercise or controlthe exercise of 30% (or such other amount asmay from time to time be specified in theTakeovers Code as being the level for triggeringa mandatory general offer) or more of the1 – 23/047/08voting power at general meetings, or to controlthe composition of a majority of the board ofdirectors;(ii) the trustees, acting in their capacity as suchtrustees, of any trust of which the company isa benefi ciary or, in the case of a discretionarytrust, is (to the company’s knowledge) adiscretionary object and any company (“trustee-controlled company”) in the equity capital ofwhich the trustees, acting in their capacity assuch trustees, are directly or indirectlyinterested so as to exercise or control theexercise of 30% (or such other amount as mayfrom time to time be specifi ed in the TakeoversCode as being the level for triggering amandatory general offer) or more of the votingpower at general meetings, or to control thecomposition of a majority of the board ofdirectors and any other company which is itssubsidiary (together, the “trustee interests”);(iii) a holding company of a trustee-controlledcompany or a subsidiary of any such holdingcompany; and(iv) any other company in the equity capital ofwhich the company, such other companiesreferred to in (b)(i) above, any of the trusteesreferred to in (b)(ii) above, acting in theircapacity as such trustees, and/or any trusteeinterests taken together are directly or indirectlyinterested so as to exercise or control theexercise of 30% (or such other amount as mayfrom time to time be specifi ed in the TakeoversCode as being the level for triggering amandatory general offer) or more of the votingpower at general meetings, or to control thecomposition of a majority of the board ofdirectors and any other company which is itssubsidiary or holding company or a fellowsubsidiary of any such holding company(c) Insofar as a depositary is acting in its capacity asa depositary for depositary receipts, it shall not betreated as an associate of holders of the depositaryreceipts for the purposes of (a) and (b) merely by1 – 37/08reason of the fact that it is holding the shares ofthe issuer for the benefit of the holders of thedepositary receiptsNotes (1) This definitio n is mo dified in the co ntexto f co nnected transactio ns by virtue o frules 14A.11 and 14A.12.(2) In the case of a PRC issuer, its promoters,directors, supervisors, chief executive andsubstantial shareho lders, the defi nition isamended to have the same meaning as inrule 19A.04.“authorised representative” a person appointed as an authorised representative by alisted issuer under rule 3.05“bank” a bank licensed under the Banking Ordinance or a bankincorporated or otherwise established outside Hong Kongwhich is, in the opinion of the Commissioner of Banking,adequately supervised by an appropriate recognised bankingsupervisory authority in the place where it is incorporatedor otherwise established“bearer securities”securities transferable to bearer“Board”the Directors of the Exchange elected or appointed inaccordance with the Articles and, where the context sopermits, any committee or sub-committee thereof “business day”any day on which the Exchange is open for the businessof dealing in securities“CCASS”means the Central Clearing and Settlement Systemestablished and operated by HKSCC“CIS Disclosure Document”the same meaning as in Chapter 20“CIS Operator”the entity which operates or manages the CIS“CIS” or “Collective the same meaning as in Part I of Schedule 1 to the Investment Scheme”Securities and Futures Ordinance and includes unit trusts,mutual funds, investment companies and any form ofcollective investment arrangement“chief executive” a person who either alone or together with one or moreother persons is or will be responsible under the immediateauthority of the board of directors for the conduct of thebusiness of a listed issuer“Code on Share the Code on Share Repurchases approved by the Repurchases”Commission as amended from time to time1 – 47/08“Commission”the Securities and Futures Commission established undersection 3 of the Securities and Futures CommissionOrdinance and continuing in existence under section 3 ofthe Securities and Futures Ordinance“company” a body corporate wherever incorporated or otherwiseestablished“Company Law”the same meaning as in rule 19A.04“Compliance Adviser”the same meaning as in rule 3A.01“connected person”(a) in relation to a company other than a PRC issuer,and other than any subsidiaries of a PRC issuer,means a director, chief executive or substantialshareholder of such company or any of itssubsidiaries or an associate of any of them; and(b) in relation to a PRC issuer means a promoter,director, supervisor, chief executive or substantialshareholder of the PRC issuer or any of itssubsidiaries or an associate of any of themNote: This definitio n is mo dified in the case o f Chapter14A o nly by the pro visio ns o f rules 14A.11 and14A.12.“controlling shareholder”any person (including a holder of depositary receipts)who is or group of persons (including any holder ofdepositary receipts) who are together entitled toexercise or control the exercise of 30% (or such otheramount as may from time to time be specified in theTakeovers Code as being the level for triggering amandatory general offer) or more of the voting power atgeneral meetings of the issuer or who is or are in a positionto control the composition of a majority of the board ofdirectors of the issuer; or in the case of a PRC issuer, themeaning ascribed to that phrase by rule 19A.14always that a depositary shall not be a controlling providedshareholder merely by reason of the fact that it is holdingshares of the issuer for the benefit of the holders ofdepositary receipts“convertible debt debt securities convertible into or exchangeable for equity securities”securities or other property, and debt securities with non-detachable options, warrants or similar rights to subscribeor purchase equity securities or other property attached “convertible equity equity securities convertible into or exchangeable for shares securities”and shares with non-detachable options, warrants or similarrights to subscribe or purchase shares attached1 – 5 1/077/08“corporate communication”any document issued or to be issued by an issuer for theinformation or action of holders of any of its securities,including but not limited to:—(a) the directors’ report, its annual accounts togetherwith a copy of the auditors’ report and, whereapplicable, its summary fi nancial report;interim report and, where applicable, its summary(b) theinterim report;(c) a notice of meeting;(d) a listing document;(e) a circular; and(f) a proxy form“debt issuance issues of debt securities where only part of the maximum programmes”principal amount or aggregate number of securities underthe issue is issued initially and a further tranche or tranchesmay be issued subsequently“debt securities”debenture or loan stock, debentures, bonds, notes and othersecurities or instruments acknowledging, evidencing orcreating indebtedness, whether secured or unsecured andoptions, warrants or similar rights to subscribe or purchaseany of the foregoing and convertible debt securities “depositary”the entity appointed and authorised by an issuer to issue orcancel depositary receipts representing the shares of theissuer deposited with that entity“depositary receipts”instruments issued by a depositary on behalf or at therequest of an issuer which are listed or are the subjectof an application for listing on the Exchange and whichevidence the interests and rights in shares of the issuer asprovided by the deposit agreement executed between thedepositary and the issuer“director”includes any person who occupies the position of a director,by whatever name called“domestic shares”the same meaning as in rule 19A.04“Eligible Security”means an issue of securities which is from time to timeaccepted as eligible by HKSCC for deposit, clearance andsettlement in CCASS, in accordance with the General Rulesof CCASS, and where the context so requires shall includeany particular security or securities of such an issue1 – 67/08“equity securities”shares (including preference shares and depositaryreceipts), convertible equity securities and options,warrants or similar rights to subscribe or purchase sharesor convertible equity securities, but excluding interests in aCollective Investment Scheme“Executive Director –the person occupying the position of Head of the L isting Listing”Division from time to time by whatever name such positionis called“Exchange”The Stock Exchange of Hong Kong Limited“Exchange Listing the rules governing the listing of securities made by the Rul es”Exchange from time to time, the appendices thereto, anylisting agreement or other contractual arrangement enteredinto with any party pursuant thereto, and rulings of theExchange made in pursuance thereof“Exchange Participant” a person: (a) who, in accordance with the Rules of theExchange, may trade on or through the Exchange; and (b)whose name is entered in a list, register or roll kept by theExchange as a person who may trade on or through theExchangeoffi cial website of Hong Kong Exchanges and Clearing “Exchange’s website” theLimited“expert”includes engineer, valuer, accountant and any other personwhose profession gives authority to a statement made byhim“family interests”the same meaning as in (a)(ii) of the defi nition of “associate”“fi nancial statements”has the same meaning as “accounts” and vice-versa“fi nancial year” the period in respect of which any profi t and loss accountof a company laid or to be laid before it in general meetingis made up, whether that period is a year or not “foreign shares”the same meaning as in rule 19A.04“formal notice” a formal notice required to be published under rules 12.02,12.03 or 25.16“group”the issuer or guarantor and its subsidiaries, if any“H Shares”the same meaning as in rule 19A.041 – 7 5/077/08“HKEC”Hong Kong Exchanges and Clearing Limited“HKEx-EPS”means the Exchange’s electronic publication system bywhatever name such system is called“HKSCC”means the Hong Kong Securities Clearing Company Limitedincluding, where the context so requires, its agents,nominees, representatives, offi cers and employees “holding company”the meaning attributed to it in section 2 of the CompaniesOrdinance, but interpreting the term “subsidiary” inaccordance with the definition of “subsidiary” under thisrule 1.01“Hong Kong Financial Standards and interpretations issued by the Hong Kong Reporting Standards”Institute of Certifi ed Public Accountants (“HKICPA”). They or “HKFRS”comprise (i) Hong Kong Financial Reporting Standards, (ii)Hong Kong Accounting Standards (formerly Statement ofStandard Accounting Practice), and (iii) Interpretations “Hong Kong issuer”an issuer incorporated or otherwise established in HongKong“Hong Kong register”the same meaning as in rule 19A.04“IFA group”(a) the independent fi nancial adviser;(b) any holding company of the independent fi nancialadviser;subsidiary of any holding company of the(c) anyindependent fi nancial adviser;(d) any controlling shareholder of:(i) the independent fi nancial adviser; orholding company of the independent(ii) anyfi nancial adviser,which controlling shareholder is not, itself, a holdingcompany of the independent fi nancial adviser; and(e) any associate of any controlling shareholder referredto in paragraph (d) above1 – 81/057/08“International Financialfi nancial reporting standards and interpretations approved Reporting Standards”by the International Accounting Standards Board (“IASB”), or “IFRS”and includes all International Accounting Standards (“IAS”)and interpretations issued under the former InternationalAccounting Standards Committee (“IASC”) from time totime“issue”includes circulate, distribute and publish“issuer”any company or other legal person any of whose equity ordebt securities are the subject of an application for listing orsome of whose equity or debt securities are already listed,including a company whose shares are represented bydepositary receipts that are listed or are the subject of anapplication for listing but not including the depositary “listed issuer”(a) in the case of equity securities means any companyor other legal person some of whose equitysecurities are already listed, and with respect tolisted depositary receipts, the listed issuer is thecompany whose shares are represented by the listeddepositary receipts but not the depositary; and(b) in the case of debt securities means a company orother legal person some of whose equity or debtsecurities are already listed“listing”the grant of a listing of and permission to deal in securitieson the Exchange and “listed” shall be construed accordingly “Listing Appeals the listing appeals sub-committee of the BoardCommittee”“Listing Committee”the listing sub-committee of the Board“Listing Division”the Listing Division of the Exchange“listing document” a prospectus, a circular and any equivalent document(including a scheme of arrangement and introductiondocument) issued or proposed to be issued in connectionwith an application for listing1 – 97/08“market capitalisation”the market value of the entire size of an issuer, whichshall include all classes of securities of the issuer,irrespective of whether any of such class(es) of securitiesare unlisted, or listed on other regulated market(s)“mutual fund”any corporation which is or holds itself out as beingengaged primarily, or proposes to engage primarily, in thebusiness of investing, reinvesting or trading in securitiesor any other property whatsoever, and which is offeringfor sale or has outstanding any redeemable shares ofwhich it is the issuer“new applicant”in the case of equity securities means an applicant forlisting none of whose equity securities are already listedand in the case of debt securities means an applicant forlisting none of whose equity or debt securities are alreadylisted“notifi able transaction”one of the transactions specifi ed in rule 14.06“overseas issuer”an issuer incorporated or otherwise established outsideHong Kong“overseas listed foreign the same meaning as in rule 19A.04shares”“PRC”the same meaning as in rule 19A.04“PRC issuer”the same meaning as in rule 19A.04“PRC law”the same meaning as in rule 19A.04“PRC stock exchange”the same meaning as in rule 19A.04“professional accountant” a person registered as a professional accountant underthe Professional Accountants Ordinance“promoter”the same meaning as in rule 19A.04“prospectus”the same meaning as in section 2(1) of the CompaniesOrdinance1 – 107/08“public”the meaning ascribed to that phrase by rule 8.24 and “inpublic hands” shall be construed accordingly“published in the published as a paid advertisement in English in at least newspapers”one English language newspaper and in Chinese in at leastone Chinese language newspaper, being in each case anewspaper published daily and circulating generally in HongKong and specified in the list of newspapers issued andpublished in the Gazette for the purposes of section 71Aof the Companies Ordinance and “publish in thenewspapers” shall be construed accordingly“published on the published in English and Chinese on the Exchange’s Exchange’s website”website and “publish on the Exchange’s website” and“publication on the Exchange’s website” shall be construedaccordingly“Regulations”the same meaning as in rule 19A.04“reporting accountant”the professional accountant who is responsible for thepreparation of the accountants’ report included in a listingdocument or circular in accordance with Chapter 4“Securities and Futures the Securities and Futures Ordinance (Cap. 571) as Ordinance”amended from time to time“selectively marketed debt securities marketed to or placed with any number of securities”registered dealers or fi nancial institutions either with a viewto their reselling such securities as principals off-market,nearly all of which, because of their nature, will normallybe purchased and traded by a limited number ofinvestors who are particularly knowledgeable ininvestment matters or placing such securities with a limitednumber of such investors and “selective marketing” shallbe construed accordingly“sponsor”any corporation or authorised fi nancial institution, licensedor registered under the Securities and Futures Ordinancefor Type 6 regulated activity and permitted under itslicence or certificate of registration to undertake workas a sponsor and, as applicable, which is appointed as asponsor pursuant to rule 3A.02“State”includes any agency, authority, central bank, department,government, legislature, minister, ministry, official orpublic or statutory person of, or of the government of, astate or any regional or local authority thereof“State corporation”any company or other legal person which is directly orindirectly controlled or more than 50% of whose issuedequity share capital (or equivalent) is benefi cially ownedby, and/or by any one or more agencies of, a State or all ofwhose liabilities are guaranteed by a State or which isspecifi ed as such from time to time by the Exchange “Statutory Rules”the Securities and Futures (Stock Market Listing) Rules asamended from time to time, the text of which is set out inAppendix 12“subsidiary” includes:(a) a “subsidiary undertaking” as defi ned in the twenty-third schedule to the Companies Ordinance;(b) any entity which is accounted for and consolidated inthe audited consolidated accounts of another entityas a subsidiary pursuant to applicable Hong KongFinancial Reporting Standards or International FinancialReporting Standards; and(c) any entity which will, as a result of acquisition of itsequity interest by another entity, be accounted forand consolidated in the next audited consolidatedaccounts of such other entity as a subsidiary pursuantto applicable Hong Kong Financial Reporting Standardsor International Financial Reporting Standards “substantial shareholder”in relation to a company means a person (including aholder of depositary receipts) who is entitled to exercise,or control the exercise of, 10% or more of the votingpower at any general meeting of the companyalways that a depositary shall not be a providedsubstantial shareholder merely by reason of the fact thatit is holding shares of the issuer for the benefit of theholders of depositary receiptsNote: This defi nition is modified in the case o f Chapter14A by the provisions of rule 14A.13(1)(b)(i).“summary fi nancial a summary fi nancial report of a company, which compliesreport”with section 141CF(1) of the Companies Ordinance“Supranational”any institution or organisation at a world or regional levelwhich is specified as such from time to time by theExchange“supervisor”the same meaning as in rule 19A.04“T akeovers Code”the Code on Takeovers and Mergers approved by theCommission as amended from time to time “tap issues”issues of debt securities where the subscription thereofmay continue or further tranches thereof may be issuedafter listing has been granted“temporary documents allotment letters, letters of allocation, split receipts, letters of titl e”of acceptance, letters of rights, renounceable sharecertifi cates and any other temporary documents of title “unit trust”any arrangement made for the purpose, or having theeffect, of providing facilities for the participation by persons,as benefi ciaries under a trust, in profi ts or income arisingfrom the acquisition, holding, management or disposal ofsecurities or any other property whatsoever1.02 In these Exchange L isting Rules, references to a document being certified shall meancertifi ed to be a true copy or extract (as the case may be) by a director, the secretary or other authorised offi cer of the issuer (or by a member of its governing body in the case of an overseas issuer) or by a member of the issuer’s auditors or solicitors or by a notary and references to a translation being certifi ed shall mean certifi ed to be a correct translation bya professional translator.1.03 Where the context so permits or requires, words importing the singular number includethe plural and vice versa and words importing the masculine gender include the feminine and neuter genders and vice versa.definitions in these Exchange L isting Rules are wider than or the obligations and 1.04 Whererequirements imposed by these Exchange L isting Rules are more onerous than the provisions of any ordinance, regulation or other statutory provision from time to time in force in Hong Kong, the provisions of these Exchange Listing Rules shall prevail provided that where any provision of these Exchange Listing Rules is in confl ict with the provisions of any such ordinance, regulation or other statutory provision, the provisions of such ordinance, regulation or other statutory provision shall prevail.1.05 Where, for the purposes of these Exchange L isting Rules, it is necessary to determinewhether an issuer’s primary listing is or is to be on the Exchange or another stock exchange, such determination shall be made by the Exchange.1.06 These Exchange L isting Rules shall be interpreted, administered and enforced by theExchange. The decisions of the Exchange shall be conclusive and binding on an issuer.The Exchange may issue practice notes and guidance notes, from time to time, to assist issuers and guarantors, in the case of a guaranteed issue, or their advisers in interpreting and complying with these Exchange Listing Rules.1.07 These Exchange Listing Rules have been issued in the English language with a separateChinese language translation. If there is any confl ict in the Exchange Listing Rules between the meaning of Chinese words or terms in the Chinese language version and English words in the English language version, the meaning of the English words shall prevail.。
新编大学英语综合教程第一册课后答案
Unit 1V ocabulary1.1) urged 2) bother 3)embarrassed 4) adjusted 5) complain 6) kid 7) subject 8) sawto it that9) coordinate 10) participate in2. 1) bitter 2)fortunate 3)patience 4)memorable 5)reluctant 6) entrance 7) complaints8) envious9) knowledgeable 10) frustrationTranslation1. More than 3,000 cars were recalled yesterday because of a brake problem.2. He came to the meeting despite his serious illness.3. See to it that the same mistake didn’t happen again.4. Now that they’ve got to know each other a little better, they get along just fine. / Now that they’ve got to know more about each other, they get along better.5. Then I found myself surrounded/besieged by half a dozen boys.6.I send you my best wishes on this happy occasion.Unit 2V ocabulary1.1) mess 2) positively 3) mislead 4) intended 5) tend 6)exaggerates 7) frustrating 8)misinterpreted 9) acceptance 10) quit3.1) conveyed 2) assistance 4) encounter 4) conflict 5) emphasis 6) reacted 7) means 8) asssumed 9)emerged 10) ignored4. 1) out 2) on 3)with 4) of 5)In 6) in 7)to 8) on 9) at 10)of Translation1)I went to the dentist yesterday to have a bad/decayed tooth pulled out.2) Salary varies greatly/significantly, depending on the employees’educational backgrounds and work experience.3) The use of information technology could lead to major/great progress for developing countries.4) You are not dealing with/coping with the problem in the correct/right manner.5) Scientists believe that humans are on the verge of finding an effective way to cure cancer.6) Divorce cannot be taken lightly.Unit 3V ocabulary2.1) expectations 2) limitations 3 )capability 4) achievement 5) response6) awareness 7) behavior 8) disappointment 9) cruelty 10) dependence3 1) entered into 2) channeled… into 3 )holds / held back 4) unaware of5) separates… from 6) referred to… as 7) lived up to 8) calls for9) contributes to 10 )see asTranslation1 A lot of things contributed to the end of my relationship with that company.2 She showed great courage in the face of serious illness.3 We came to the conclusion that she was telling the truth.4 His secretary failed to tell him about the meeting.5 Learning a language isn’t just a matter of memorizing words.6 Once she has made her decision, no one can hold her back.7 They said they would study hard and live up to their parents’ expectations.8 The scientist referred to the discovery as the most exciting new discovery in this field.Unit 43. 1) prescribed / prescribes 2) opening up 3) reaction 4 )reassure5) bled 6) in a way 7 )heal 8) harmlessTranslation1 All I can say is that we are extremely sorry to wake you up so early.2 He is highly likely to succeed because of his intelligence and diligence.3 The way she talked to me was odd / strange, as if I were the president of the country.4 It is reported that three people were injured in the traffic accident yesterday.5 The patient is much the same this morning as he was yesterday.6 He’d like to stay at home rather than go to a movie with us.Unit 5Vocabulary11 explanation2 enthusiasts3 frustrating4 popularity5 unconscious6 electric / electrical7 movements8 recognizable9 interpretation 10 countless21 asleep2 sleepless3 sleep4 sleepy5 asleep6 slept7 sleeping, sleep8 sleeper9 sleep 10 overslept31 submerged: go below the surface of the sea, river or lake(使)浸没,淹没2 subculture: the behavior, practices, etc. associated with a group within a society 亚文化3 submarine: a special type of ship which can travel under water 潜水艇4 subway: the passage under ground along which pedestrians can pass 地下通道5 subzero: (of temperatures) below zero 零度以下的6 Subtropical: belonging to or relating to parts of the world that have warm and humid weather副热带的,亚热带的7 subspecies: a subdivision of a species(物种的)亚种8 subnormal: below an average or expected standard, especially of intelligence 低于正常标准的9 subdivided: divide the parts of sth. that has already been divided 再分,重分10 subtitles: words shown at the bottom of a film or television picture to explain whatis being said 4mislead nonstop unprepared misunderstanding non-verbal non-existent nonprofit uncommon unfamiliarity uncover1 uncovered2 misunderstanding3 nonprofit4 unprepared5 uncommon6 non-verbal7 nonstop8 misled9 non-existent 10 unfamiliarity51 progressed2 puzzled3 process4 reflected5 predict6 advances7 symbol8 conscious / aware9 inner 10 modeTranslation1 You will see that what I am saying now will come true.2 When young people remain single, they are open to pressure from other people.3 The problem of unemployment is tied up with the development of new technology.4 His appearance has changed so much that you may well not recognize him.5 The tour guide said that some castles date back to the 13th century.6 She has never done anything for them, whereas they have done everything they can for her.Unit 6Vocabulary11 common2 appropriate3 forbidden4 supplies5 related6 evidence7 requires8 raise9 spread 10 sufficiently21 disgusting2 habit3 insects4 reasonable5 relatively6 animals7 harvested8 grow9 nearly 10 other11 altogether 12 consumed 13 avoided 14 popular 15 offers16 served 17 would 18 enjoyed 19 considered 20 reject31 G2 F3 B4 C5 H6 E7 I8 D9 A 10 JTranslation1 We regard him as the best player in the game.2 The scientist picked up those little pieces of rock and carefully put them into a box.3 The population of China is almost five times as large as that of the United States.4 The reason why grass is green was once a mystery to the little boy.5 She was standing by the window, apparently quite calm and relaxed.6 Profits have declined as a result of the recent drop in sales.7 She put on dark glasses as a protection against the strong light.8 People no longer trusted him after that incident.Unit 7V ocabulary31) with 2) arranged 3) majority 4) proportion / rate 5) similar6) reaches 7) including 8) background 9) parents 10) whether11) who 12) both 13) meetings 14) families 15) dating16) before 17) decision 18) advice 19) marriage 20) rateTranslation1 If you sing the song several times, the children will pick up the words.2 We tried to assure the nervous old man that flying / air travel was safe.3 An inadequate supply of vitamin A may lead to night blindness.4 I can use a computer, but when it comes to computer repairing, I know nothing about it.5 Many a mother tries to have her dreams realized by her daughter.6 The bad weather discouraged people from attending the parade.7 I gave him some pills to ease his pain.8 The job involves working abroad three months each year.Unit 8Vocabulary1. 1) at the top 2) cut back on 3) free from 4) all but 5) in light of6) do us/her any good 7) keep…up 8) rather than 9) adds… to10) pointed out 11) plowed back into 12) has much to do with2. 1) stockA. a supply of something for use or sale 存货,库存物B. money lent to a government at a fixed rate of interest 公债,证卷2) orderA. (a person in authority) tell someone to do something 命令B. ask for (something) to be made, supplied or delivered, especially in a restaurantor shop 订制;订购;点菜等3) consumeA. fill the thoughts or feelings continuously, especially in a damaging way 为某种思想/感情不断受折磨B. use (something) up 用完4) breedA. keep (animals or plants) for the purpose of producing young animals or plants繁殖, 培植B. a particular type of animal or plant 品种5) rawA. inexperienced 不熟练的,无经验的B. in the natural state, not yet treated for use 未经加工的6) stressA. extra force used in speaking a particular word or syllable 重读,重音B. great worry caused by a difficult situation 痛苦,压力7) philosophyA. the study of the nature and meaning of existence, truth, good and evil, etc. 哲学B. set of beliefs or an outlook on life that is a guiding principle for behavior 生活的信念或原则8) recallA. bring (something/somebody) back into the mind 回忆B. order somebody to return (from a place) 召回9) netA. remaining when nothing more is to be taken away 净的B. something that is made of threads woven across each other with regular spacesbetween them 网10) putA. write 写B. convey one’s ideas 传递思想11) confirmA. check that a possible arrangement is now definite 确认B. show that something is definitely true 证实12) spinA. (make something) turn round and round extremely quickly (使……)旋转B. make cotton, wool etc. into thread by twisting it 纺纱,纺线Translation1. I feel I should point out how dangerous it is.2. His theory explains how the body works and how it is affected by drugs(medicines).3. When it comes to modern art, few people know more than Tom does.4. When asked, she confirmed that she was going to retire.5. The cough medicine tastes nice(OK), but it doesn’t do me much good.6. If we can’t sell more goods, we’ll have to cut back on the production.7. Britain’s coal industry has all but disaspperaed.8. I assure you that it is true, lest anyone (should) think my story strange.Unit 9V ocabulary1.1) survey 2)consideration 3)perceive 4)tend 5)campaign 6) relatively 7)primary8)criteria 9)indicates 10)distributed2.1)bands /brand 2) economy/economics 3) adolescents/ Adults4)campaign/movement 5) contemporary /modern 6) ripe/matureTransaltion1.All the arrangements shall be completed prior to your departure.2.Such behavior may result in the executive being fired.3.Our products compete with those of other factories in terms ofquality,reliability and above all, variety.4.The term's performance was greatly affected by the heavy rain.5.I can appreciate the reasons why you opposed the suggestion.I appreciate your reasons for objecting the proposal.6. To some extent, she should be responsible for the accident.7. I’m deeply troubled by the thought that life is just too comfortable.8.Research reveals that women tend to live longer than men.Unit 10V ocabulary3. 1) fit 2) technology 3)efficient 4) chance 5)aspect 6)anxious 7)decreasing 8)dependTranslation1. We can go to the seven o'clock performance or the eight---whichever suits youbest.2.Men are generally supposed to be strong, but most women know that the reverseis often true.3. He was released from prison after serving two years of a five-year sentence.4. You look eaqually nicein both dresses---I don't know which one to advise youto buy.5.This candidate has an impressively diverse range of interests and experiences.6.The child suddenly let go of her hand and ran across the street.7.The result of the competition will depend largely on the opinions of the judges.8.I'm tired of you(your) letting me do this or that all the time.。
深入理解CRITICAL_SECTION
深入理解CRITICAL_SECTION摘要临界区是一种防止多个线程同时执行一个特定代码节的机制,这一主题并没有引起太多关注,因而人们未能对其深刻理解。
在需要跟踪代码中的多线程处理的性能时,对 Windows 中临界区的深刻理解非常有用。
本文深入研究临界区的原理,以揭示在查找死锁和确认性能问题过程中的有用信息。
它还包含一个便利的实用工具程序,可以显示所有临界区及其当前状态。
在我们许多年的编程实践中,对于 Win32 临界区没有受到非常多的“under the hood”关注而感到非常奇怪。
当然,您可能了解有关临界区初始化与使用的基础知识,但您是否曾经花费时间来深入研究 WINNT.H 中所定义的 CRITICAL_SECTION 结构呢?在这一结构中有一些非常有意义的好东西被长期忽略。
我们将对此进行补充,并向您介绍一些很有意义的技巧,这些技巧对于跟踪那些难以察觉的多线程处理错误非常有用。
更重要的是,使用我们的 MyCriticalSections 实用工具,可以明白如何对 CRITICAL_SECTION 进行微小地扩展,以提供非常有用的特性,这些特性可用于调试和性能调整(要下载完整代码,参见本文顶部的链接)。
老实说,作者们经常忽略 CRITICAL_SECTION 结构的部分原因在于它在以下两个主要Win32 代码库中的实现有很大不同:Microsoft Windows 95 和 Windows NTH嗣侵勒饬街执肟舛家丫⒄钩龃罅亢笮姹荆ㄆ渥钚掳姹痉直鹞 Windows Me 和 Windows XP),但没有必要在此处将其一一列出。
关键在于 Windows XP 现在已经发展得非常完善,开发商可能很快就会停止对 Windows 95 系列操作系统的支持。
我们在本文中就是这么做的。
诚然,当今最受关注的是 Microsoft .NET Framework,但是良好的旧式 Win32 编程不会很快消失。
EXISTENCE AND UNIQUENESS OF PERIODIC SOLUTIONS TO A HIGHER DIMENSIONAL PERIODIC SYSTEM WITH DELA
1
Introduction
We con side r a h igh er dime nsional sy ste m with d elay of th e form x ( t ) = A( t, x ( t − r( t ))) x( t ) + g ( t, x( t − r 1 ( t )) , x( t − r 2 ( t )) , · · · , x ( t − rm ( t))) ,
( Sch oo l o f M ath . a nd In fo rm atio n S cience, Sh a nd ong I nst itute o f B usine ss a nd Tech no log y, Ya nta i 2 64 0 0 5, S ha nd o ng)
A bs tra ct
In this p ap er, using fixed p oint t heo rem , we discuss a hig her dim ensiona l n ona uto no mo us p erio dic system with delay an d g ive so m e suffi cient crit eria fo r th e exist ence a nd uniqueness of period ic solut io n. O ur result s extend a nd im pro ve so me resu lt s in previo us re sea rche s. Key wo rds pe rio dic so lut ion; syst em w ith d ela y; fixed p oint 20 00 M athem atic s Sub jec t C lassific ation 3 4 C2 5 ; 3 4K 15 ; 3 4 A 12
Linux下的段错误(Segmentationfault)产生的原因及调试方法(经典)
Linux下的段错误(Segment ationfault)产生的原因及调试方法(经典)2009-04-05 11:25简而言之,产生段错误就是访问了错误的内存段,一般是你没有权限,或者根本就不存在对应的物理内存,尤其常见的是访问0地址.一般来说,段错误就是指访问的内存超出了系统所给这个程序的内存空间,通常这个值是由gdtr来保存的,他是一个48位的寄存器,其中的32位是保存由它指向的gdt表,后13位保存相应于gdt的下标,最后3位包括了程序是否在内存中以及程序的在cpu中的运行级别,指向的gdt是由以64位为一个单位的表,在这张表中就保存着程序运行的代码段以及数据段的起始地址以及与此相应的段限和页面交换还有程序运行级别还有内存粒度等等的信息。
一旦一个程序发生了越界访问,cpu就会产生相应的异常保护,于是segme ntatio n fault就出现了.在编程中以下几类做法容易导致段错误,基本是是错误地使用指针引起的1)访问系统数据区,尤其是往系统保护的内存地址写数据最常见就是给一个指针以0地址2)内存越界(数组越界,变量类型不一致等) 访问到不属于你的内存区域解决方法我们在用C/C++语言写程序的时侯,内存管理的绝大部分工作都是需要我们来做的。
实际上,内存管理是一个比较繁琐的工作,无论你多高明,经验多丰富,难免会在此处犯些小错误,而通常这些错误又是那么的浅显而易于消除。
但是手工“除虫”(debug),往往是效率低下且让人厌烦的,本文将就"段错误"这个内存访问越界的错误谈谈如何快速定位这些"段错误"的语句。
下面将就以下的一个存在段错误的程序介绍几种调试方法:1 dummy_f unctio n (void)2 {3 unsigne d char *ptr = 0x00;4 *ptr = 0x00;5 }67 int main (void)8 {9 dummy_f unctio n ();1011 return0;12 }作为一个熟练的C/C++程序员,以上代码的bu g应该是很清楚的,因为它尝试操作地址为0的内存区域,而这个内存区域通常是不可访问的禁区,当然就会出错了。
2020高考英语一轮复习话题第18练【文化遗产】练习含解析
2020高考英语一轮复习话题第18练【文化遗产】练习含解析基础巩固Ⅰ.单句语法填空1.TheforeignersaidthattheGreatWallwasthemostexcitingsightthathe____________(see)inhislife. 2.Papercutsusedfor____________(decorate)areoftenseenonwindowsandgatesduringthefestivals. 3.It’ssaidthattherearesomeraretreasureson____________(exhibit)recently;let’shavealook. 4.Thewomansaidthatpaintings____________(value)atover$200,000hadbeenstolenfromherhome. 5.Anyoneprovidinginformationwhichleadstotherecoveryofthepainting____________(reward).6.DuringWorldWarⅡ,whenLondonwasbombed,manyundergroundstationsfunctioned____________bombshelters.7.Nothinginmylifeimpressedmeso____________(deep)asmyfirstvisittothePalaceMuseum.8.Theoldtownisonthesideofamountainandthemountain’speak____________(cover) withsnowallyearround.9.____________(design)byayoungman,theoldbridgeattractsagreatmanyvisitorsallovertheworld.10.It____________(believe) thatitistheearliestandlargestancientpapermakingworkshopsiteeverfound.Ⅱ.单句改错(每小题仅有1处错误) 11.Visitinganoldcityyouhaveneverbeentobeforecanbeagreatfun. 12.Theoldexpertsaidthatitwaseachcitizen’sdutytoprotectingculturalrelics. 13.MountTaiisoneofthemostattractivesightwhichattractalotofvisitorsinChina. 14.Thispaintingissuchvaluablethatitisdifficulttocalculatewhatitspricewillbe. 15.Withyoucanimagine,it’simpossibletocompletethegreatprojectwithoutlargecrowdsonhardwork.16.Culturalrelicsarephysicalremindersofwhichdifferentpeoplevaluedinthepastandcontinuetovalueno w.17.Mygrandfatherhappenedtofindaancientvaseunderthetreeintheearthofourgardenlastyear. 18.Americanwomenusuallyidentifytheirbestfriendassomeoneaboutwhomtheycantalkfrequently. 19.Somevolunteersaredoingtheirbesttorepairtheculturalrelicsdamaginginthefire. 20.Nooneknowswhatwashappenedtotheoldtempleduringtheolddays.话题词汇1.preserve v.保护,保存2.damage v.破坏3.valuable adj.贵重的,有价值的4.be impressed by...对……印象深刻5.statue n.雕塑,雕像6.exhibition n.展览7.underground adj.地下的8.rare adj.稀有的,少见的9.ancient adj.古老的,古代的10.ancestor n.祖先能力提升Ⅲ.阅读理解A(2018·山西考前适应性测试)BritishMuseumLocatedinGreatRussellStreet,LondonWC1B3DG,theBritishMuseumhousesavastcollectionofworldartandartifactsandisfreetoallvisitors.TheBritishMu seum’sremarkablecollectionspansovertwomillionyearsofhumanhistoryandculture,andithasmorethan7millionobjects,soitwouldprobablytakeaweektoseeeverything.Over6millionvisitorseveryyearexperiencethecollection,includingworldfamousobjectssuchastheRosettaStoneandEgyptianmummies.AdmissionandopeningtimesFree,opendaily10:00to17:30.Openuntil20:30onFridays,exceptGoodFriday.Closedon24,25and26Decemberand1January.Largeluggage,suitcasesandcabinbaggageForeveryone’ssafety,allbags,packagesandpersonalitemsmaybesearchedbeforeentry.Wheeledcasesandlargeitemsofluggagearenotallow edonBritishMuseumforsafetyandsecurityreasons.Storageforluggageisavailableatmajorrailstations,includingEuston,King’sCrossandCharingCross.MembershipMembershipallowsyoutodiscover2millionyearsofhumanhistorywithfreeunlimitedentrytospecialexh ibitions,anexclusivediscountofferonmagazinesubscriptionandmanymorebenefits.Individualmembership:£74Under26membership:£54Youngfriends(ages8-15):£25ShopsTheMuseumhasfourshopswhereyoucanbuybooks,souvenirs,andfamilygifts.21.WhencanyouvisittheBritishMuseum?A.At9:00Friday.B.At12:00Monday.C.OnChristmasDay.D.OnGoodFriday.22.Wherecanvisitorsstoretheirlargeluggage?A.Atmajortrainstations.B.Atsomecrossings.C.InthehalloftheMuseum.D.AttheentrancetotheMuseum.23.Iftwofriendsaged14and18applyformembershipoftheMuseum,howmuchshouldtheypay?A.£25.B.£79.C.£50.D.£148.B(2018·辽宁大连一模)TheNazcaLinesareaseriesoflargeancientgeoglyphs(地画)intheNazcaDesert,insouthernPeru.Itisrangingfromgeometricpatternstodrawingsofdifferentanimalsandstylizedhumanli keforms.Theancientlinescanonlybetrulytakeninfromhighintheair,leavinggenerationspuzzledastohowthesepreciseworkscouldhavebeencompletedlongbeforethedocumented inventionofhumanflight.TheLineswerefirstspottedwhencommercialairlinesbeganflyingacrossthePeruviandesertinthe1920s. Whobuiltthemandwhatwastheirpurpose?Aretheyroads,starpointers,maybeevenagiganticmap?Ifthepeoplewholivedhere2,000yearsagohadonlyasimpletechnology,howdidtheymanagetoconstructsuchprecisefigures?Didtheyhaveaplan?Thesemarkingsarelikeavastpuzzle.TheNazcaLinesarethemostoutstandinggroupofgeoglyphsintheworld.TherearealsohugegeoglyphsinEg ypt,Malta,UnitedStates(MississippiandCalifornia),Chileandinothercountries.ButtheNazcageoglyphs,becauseoftheirnumbers,characteristics,dimensionsandculturalcontinuityastheyweremadeandremadethroughoutacertainhistoryperiod,formthemostimpressivearcheologicalgroup.TheNazcaplainisuniqueforitsabilitytopreservethemarkingsuponit,duetothecombinationoftheclimate(oneofthedriestonEarth,withonlytwentyminutesofrainfallperyear) andtheflat,stonygroundwhichminimizestheeffectofthewindatgroundlevel.Withnodustorsandtocovertheplainandlit tlerainorwindtoerode(腐蚀)it,linesdrawnheretendtostaydrawn.Thesefactors,combinedwiththeexistenceoflightercoloredsubsoilbeneaththedesertsurface,provideavastwritingpadthatissuitedtotheartistwhowantstoleavehismarketernal.24.WhatcanweknowabouttheNazcaLinesfromthefirsttwoparagraphs?A.Theywerebuiltasabigmap.B.Theywereformedbynature.C.Theyareancientlinesincaves.D.Theyarehugemarkingsinadesert.25.HowmanyfactorsmaketheNazcaLinesthemostimpressivearcheologicalgroup?A.One.B.Two.C.Three.D.Four.26.WhyaretheNazcaLineswellpreserved?A.Becauseofthewindatgroundlevel.B.Becauseoftheexistenceofsoftsoil.C.Becauseoftheclimateandgeography.D.Becauseofthethicksandonthetop.27.Whatdoestheunderlinedword“eternal”probablymean?A.Nonstop.B.Everlasting.C.Reallife.D.Highend.Ⅳ.语法填空ThePalaceMuseum ,knownastheForbiddenCity ,isthe28.________(large)andmostwell29.__________(reserve)imperial(皇帝的)residenceinChinatoday.Itisdividedintoanouterandaninnercourtwitharectangularshape,960meterslong fromnorthtosouthand750metersin30.________(wide)fromeasttowest.IthasasplendidhistorysincetheMingDynasty ,andit31.________(rebuild)andrepairedmanytimesinthepast.Iwassoexcitedtovisitit32.________myfamilylastsummervacation.Afte rwepassedthroughtheFrontGate ,alotofpalacesappeared.Thetourguidetoldustherewerealmost8,700roomsinthePalaceMuseum.DuringtheMi ngDynasty ,constructionbeganin1406.33.________took14yearstobuildtheForbiddenCity.Iwas34.________(real)surprisedthattheworkerscouldbuilditsowell35.________eventodayitisnotoutofstyle.Icouldnotrememb erallthenamesofthebuildings ,butItookhundredsofbeautiful36.__________(photo)ontheway.IthinkIwillneverforgetthe37.________(amaze)tripIhadinBeijing ,ChinaandIwillgotherenexttimewithmyfriends.答案解析Ⅰ.1.hadseen 2.decoration 3.exhibition4.valued5.willberewarded6.as7.deeply8.iscovered 9.Designed 10.isbelieved Ⅱ.11.Visitinganoldcityyouhaveneverbeentobeforecanbeagreatfun.12.Theoldexpertsaidthatitwaseachcitizen’sdutyto protecting protectculturalrelics.13.MountTaiisoneofthemostattractive sight sightswhichattractalotofvisitorsinChina.14.Thispaintingis such sovaluablethatitisdifficulttocalculatewhatitspricewillbe.15.With Asyoucanimagine,it’simpossibletocompletethegreatprojectwithoutlargecrowdsonhardwork.16.Culturalrelicsarephysicalremindersof which whatdifferentpeoplevaluedinthepastandcontinuetovalueno w.17.Mygrandfatherhappenedtofind a anancientvaseunderthetreeintheearthofourgardenlastyear.18.Americanwomenusuallyidentifytheirbestfriendassomeone about withwhomtheycantalkfrequently.19.Somevolunteersaredoingtheirbesttorepairtheculturalrelics damaging damagedinthefire.20.Nooneknowswhatwashappenedtotheoldtempleduringtheolddays.Ⅲ.语篇解读本文是一篇说明文。
Linux磁盘容量告警脚本
Linux磁盘容量告警脚本在运行Linux服务器时,经常需要监控磁盘的使用情况,及时发现并处理磁盘容量不足的问题。
本文将介绍一种可以帮助监控并及时告警磁盘容量的Linux脚本。
脚本概述:本脚本通过使用Shell脚本语言编写,可以实现对Linux系统中磁盘容量进行监控,并在磁盘容量超过设定阈值时发送邮件进行告警。
脚本实现过程:1. 设置告警阈值:在脚本中可以根据实际需求设置磁盘空间的告警阈值,当磁盘使用空间超过阈值时触发告警。
2. 获取磁盘使用情况:通过使用Linux的命令行工具`df`,可以获取系统中各个磁盘的使用情况,包括已用空间和总空间。
3. 检查磁盘使用容量:脚本将获取到的磁盘使用情况与设定的告警阈值进行比较,判断是否触发告警。
4. 发送邮件告警:当磁盘使用空间超过告警阈值时,脚本将发送邮件通知管理员,提醒其及时处理。
脚本代码如下:```bash#!/bin/bash# 设置告警阈值(以百分比表示)THRESHOLD=90# 获取磁盘使用情况usage=$(df -h | awk 'NR>1 {print $5}')# 检查磁盘使用容量并发送邮件告警while read -r line; dousage_percentage=$(echo $line | cut -d'%' -f1)if ((usage_percentage >= THRESHOLD)); thendisk=$(echo $line | awk '{print $1}')email=$(whoami)@$(hostname)echo "磁盘 '$disk' 使用率已超过阈值 $THRESHOLD%" | mail -s "磁盘告警" $emailfidone <<< "$usage"```脚本解释:- 首先,我们设定了一个告警阈值(THRESHOLD),表示磁盘空间使用超过该值时触发告警。
GCC常见错误解析
GCC常见错误解析一、错误类型第一类∶C语法错误错误信息∶文件source.c中第n行有语法错误(syntex errror)。
这种类型的错误,一般都是C语言的语法错误,应该仔细检查源代码文件中第n行及该行之前的程序,有时也需要对该文件所包含的头文件进行检查。
有些情况下,一个很简单的语法错误,gcc会给出一大堆错误,此时要保持清醒的头脑,不要被其吓倒,必要的时候再参考一下C语言的基本教材。
第二类∶头文件错误错误信息∶找不到头文件head.h(Can not find include file head.h)。
这类错误是源代码文件中的包含头文件有问题,可能的原因有头文件名错误、指定的头文件所在目录名错误等,也可能是错误地使用了双引号和尖括号。
第三类∶档案库错误错误信息∶连接程序找不到所需的函数库,例如∶ld: -lm: No such file or directory.这类错误是与目标文件相连接的函数库有错误,可能的原因是函数库名错误、指定的函数库所在目录名称错误等,检查的方法是使用find命令在可能的目录中寻找相应的函数库名,确定档案库及目录的名称并修改程序中及编译选项中的名称。
第四类∶未定义符号错误信息∶有未定义的符号(Undefined symbol)。
这类错误是在连接过程中出现的,可能有两种原因∶一是使用者自己定义的函数或者全局变量所在源代码文件,没有被编译、连接,或者干脆还没有定义,这需要使用者根据实际情况修改源程序,给出全局变量或者函数的定义体;二是未定义的符号是一个标准的库函数,在源程序中使用了该库函数,而连接过程中还没有给定相应的函数库的名称,或者是该档案库的目录名称有问题,这时需要使用档案库维护命令ar检查我们需要的库函数到底位于哪一个函数库中,确定之后,修改gcc 连接选项中的-l和-L项。
排除编译、连接过程中的错误,应该说这只是程序设计中最简单、最基本的一个步骤,可以说只是开了个头。
Reproduction numbers and sub-threshold endemic equilibria for compartmental models of disease trans
Reproduction numbers and sub-threshold endemicequilibria for compartmental models of disease transmissionP.van den Driesschea,1,James Watmough b,*,2aDepartment of Mathematics and Statistics,University of Victoria,Victoria,BC,Canada V8W 3P4b Department of Mathematics and Statistics,University of New Brunswick,Fredericton,NB,Canada E3B 5A3Received 26April 2001;received in revised form 27June 2001;accepted 27June 2001Dedicated to the memory of John JacquezAbstractA precise definition of the basic reproduction number,R 0,is presented for a general compartmental disease transmission model based on a system of ordinary differential equations.It is shown that,if R 0<1,then the disease free equilibrium is locally asymptotically stable;whereas if R 0>1,then it is unstable.Thus,R 0is a threshold parameter for the model.An analysis of the local centre manifold yields a simple criterion for the existence and stability of super-and sub-threshold endemic equilibria for R 0near one.This criterion,together with the definition of R 0,is illustrated by treatment,multigroup,staged progression,multistrain and vector–host models and can be applied to more complex models.The results are significant for disease control.Ó2002Elsevier Science Inc.All rights reserved.Keywords:Basic reproduction number;Sub-threshold equilibrium;Disease transmission model;Disease control1.IntroductionOne of the most important concerns about any infectious disease is its ability to invade a population.Many epidemiological models have a disease free equilibrium (DFE)at whichtheMathematical Biosciences 180(2002)29–48/locate/mbs*Corresponding author.Tel.:+1-5064587323;fax:+1-5064534705.E-mail addresses:pvdd@math.uvic.ca (P.van den Driessche),watmough@unb.ca (J.Watmough).URL:http://www.math.unb.ca/$watmough.1Research supported in part by an NSERC Research Grant,the University of Victoria Committee on faculty research and travel and MITACS.2Research supported by an NSERC Postdoctoral Fellowship tenured at the University of Victoria.0025-5564/02/$-see front matter Ó2002Elsevier Science Inc.All rights reserved.PII:S0025-5564(02)00108-630P.van den Driessche,J.Watmough/Mathematical Biosciences180(2002)29–48population remains in the absence of disease.These models usually have a threshold parameter, known as the basic reproduction number,R0,such that if R0<1,then the DFE is locally as-ymptotically stable,and the disease cannot invade the population,but if R0>1,then the DFE is unstable and invasion is always possible(see the survey paper by Hethcote[1]).Diekmann et al.[2]define R0as the spectral radius of the next generation matrix.We write down in detail a general compartmental disease transmission model suited to heterogeneous populations that can be modelled by a system of ordinary differential equations.We derive an expression for the next generation matrix for this model and examine the threshold R0¼1in detail.The model is suited to a heterogeneous population in which the vital and epidemiological parameters for an individual may depend on such factors as the stage of the disease,spatial position,age or behaviour.However,we assume that the population can be broken into homo-geneous subpopulations,or compartments,such that individuals in a given compartment are indistinguishable from one another.That is,the parameters may vary from compartment to compartment,but are identical for all individuals within a given compartment.We also assume that the parameters do not depend on the length of time an individual has spent in a compart-ment.The model is based on a system of ordinary equations describing the evolution of the number of individuals in each compartment.In addition to showing that R0is a threshold parameter for the local stability of the DFE, we apply centre manifold theory to determine the existence and stability of endemic equilib-ria near the threshold.We show that some models may have unstable endemic equilibria near the DFE for R0<1.This suggests that even though the DFE is locally stable,the disease may persist.The model is developed in Section2.The basic reproduction number is defined and shown to bea threshold parameter in Section3,and the definition is illustrated by several examples in Section4.The analysis of the centre manifold is presented in Section5.The epidemiological ramifications of the results are presented in Section6.2.A general compartmental epidemic model for a heterogeneous populationConsider a heterogeneous population whose individuals are distinguishable by age,behaviour, spatial position and/or stage of disease,but can be grouped into n homogeneous compartments.A general epidemic model for such a population is developed in this section.Let x¼ðx1;...;x nÞt, with each x i P0,be the number of individuals in each compartment.For clarity we sort the compartments so that thefirst m compartments correspond to infected individuals.The distinc-tion between infected and uninfected compartments must be determined from the epidemiological interpretation of the model and cannot be deduced from the structure of the equations alone,as we shall discuss below.It is plausible that more than one interpretation is possible for some models.A simple epidemic model illustrating this is given in Section4.1.The basic reproduction number can not be determined from the structure of the mathematical model alone,but depends on the definition of infected and uninfected compartments.We define X s to be the set of all disease free states.That isX s¼f x P0j x i¼0;i¼1;...;m g:In order to compute R0,it is important to distinguish new infections from all other changes inpopulation.Let F iðxÞbe the rate of appearance of new infections in compartment i,Vþi ðxÞbe therate of transfer of individuals into compartment i by all other means,and VÀi ðxÞbe the rate oftransfer of individuals out of compartment i.It is assumed that each function is continuously differentiable at least twice in each variable.The disease transmission model consists of non-negative initial conditions together with the following system of equations:_x i¼f iðxÞ¼F iðxÞÀV iðxÞ;i¼1;...;n;ð1Þwhere V i¼VÀi ÀVþiand the functions satisfy assumptions(A1)–(A5)described below.Sinceeach function represents a directed transfer of individuals,they are all non-negative.Thus,(A1)if x P0,then F i;Vþi ;VÀiP0for i¼1;...;n.If a compartment is empty,then there can be no transfer of individuals out of the compartment by death,infection,nor any other means.Thus,(A2)if x i¼0then VÀi ¼0.In particular,if x2X s then VÀi¼0for i¼1;...;m.Consider the disease transmission model given by(1)with f iðxÞ,i¼1;...;n,satisfying con-ditions(A1)and(A2).If x i¼0,then f iðxÞP0and hence,the non-negative cone(x i P0, i¼1;...;n)is forward invariant.By Theorems1.1.8and1.1.9of Wiggins[3,p.37]for each non-negative initial condition there is a unique,non-negative solution.The next condition arises from the simple fact that the incidence of infection for uninfected compartments is zero.(A3)F i¼0if i>m.To ensure that the disease free subspace is invariant,we assume that if the population is free of disease then the population will remain free of disease.That is,there is no(density independent) immigration of infectives.This condition is stated as follows:(A4)if x2X s then F iðxÞ¼0and VþiðxÞ¼0for i¼1;...;m.The remaining condition is based on the derivatives of f near a DFE.For our purposes,we define a DFE of(1)to be a(locally asymptotically)stable equilibrium solution of the disease free model,i.e.,(1)restricted to X s.Note that we need not assume that the model has a unique DFE. Consider a population near the DFE x0.If the population remains near the DFE(i.e.,if the introduction of a few infective individuals does not result in an epidemic)then the population will return to the DFE according to the linearized system_x¼Dfðx0ÞðxÀx0Þ;ð2Þwhere Dfðx0Þis the derivative½o f i=o x j evaluated at the DFE,x0(i.e.,the Jacobian matrix).Here, and in what follows,some derivatives are one sided,since x0is on the domain boundary.We restrict our attention to systems in which the DFE is stable in the absence of new infection.That is, (A5)If FðxÞis set to zero,then all eigenvalues of Dfðx0Þhave negative real parts.P.van den Driessche,J.Watmough/Mathematical Biosciences180(2002)29–4831The conditions listed above allow us to partition the matrix Df ðx 0Þas shown by the following lemma.Lemma 1.If x 0is a DFE of (1)and f i ðx Þsatisfies (A1)–(A5),then the derivatives D F ðx 0Þand D V ðx 0Þare partitioned asD F ðx 0Þ¼F 000 ;D V ðx 0Þ¼V 0J 3J 4;where F and V are the m Âm matrices defined byF ¼o F i o x j ðx 0Þ !and V ¼o V i o x jðx 0Þ !with 16i ;j 6m :Further ,F is non-negative ,V is a non-singular M-matrix and all eigenvalues of J 4have positive real part .Proof.Let x 02X s be a DFE.By (A3)and (A4),ðo F i =o x j Þðx 0Þ¼0if either i >m or j >m .Similarly,by (A2)and (A4),if x 2X s then V i ðx Þ¼0for i 6m .Hence,ðo V i =o x j Þðx 0Þ¼0for i 6m and j >m .This shows the stated partition and zero blocks.The non-negativity of F follows from (A1)and (A4).Let f e j g be the Euclidean basis vectors.That is,e j is the j th column of the n Ân identity matrix.Then,for j ¼1;...;m ,o V i o x jðx 0Þ¼lim h !0þV i ðx 0þhe j ÞÀV i ðx 0Þh :To show that V is a non-singular M-matrix,note that if x 0is a DFE,then by (A2)and (A4),V i ðx 0Þ¼0for i ¼1;...;m ,and if i ¼j ,then the i th component of x 0þhe j ¼0and V i ðx 0þhe j Þ60,by (A1)and (A2).Hence,o V i =o x j 0for i m and j ¼i and V has the Z sign pattern (see Appendix A).Additionally,by (A5),all eigenvalues of V have positive real parts.These two conditions imply that V is a non-singular M-matrix [4,p.135(G 20)].Condition (A5)also implies that the eigenvalues of J 4have positive real part.Ã3.The basic reproduction numberThe basic reproduction number,denoted R 0,is ‘the expected number of secondary cases produced,in a completely susceptible population,by a typical infective individual’[2];see also [5,p.17].If R 0<1,then on average an infected individual produces less than one new infected individual over the course of its infectious period,and the infection cannot grow.Conversely,if R 0>1,then each infected individual produces,on average,more than one new infection,and the disease can invade the population.For the case of a single infected compartment,R 0is simply the product of the infection rate and the mean duration of the infection.However,for more complicated models with several infected compartments this simple heuristic definition of R 0is32P.van den Driessche,J.Watmough /Mathematical Biosciences 180(2002)29–48insufficient.A more general basic reproduction number can be defined as the number of new infections produced by a typical infective individual in a population at a DFE.To determine the fate of a‘typical’infective individual introduced into the population,we consider the dynamics of the linearized system(2)with reinfection turned off.That is,the system _x¼ÀD Vðx0ÞðxÀx0Þ:ð3ÞBy(A5),the DFE is locally asymptotically stable in this system.Thus,(3)can be used to de-termine the fate of a small number of infected individuals introduced to a disease free population.Let wi ð0Þbe the number of infected individuals initially in compartment i and letwðtÞ¼w1ðtÞ;...;w mðtÞðÞt be the number of these initially infected individuals remaining in the infected compartments after t time units.That is the vector w is thefirst m components of x.The partitioning of D Vðx0Þimplies that wðtÞsatisfies w0ðtÞ¼ÀV wðtÞ,which has the unique solution wðtÞ¼eÀVt wð0Þ.By Lemma1,V is a non-singular M-matrix and is,therefore,invertible and all of its eigenvalues have positive real parts.Thus,integrating F wðtÞfrom zero to infinity gives the expected number of new infections produced by the initially infected individuals as the vector FVÀ1wð0Þ.Since F is non-negative and V is a non-singular M-matrix,VÀ1is non-negative[4,p.137 (N38)],as is FVÀ1.To interpret the entries of FVÀ1and develop a meaningful definition of R0,consider the fate of an infected individual introduced into compartment k of a disease free population.The(j;k)entry of VÀ1is the average length of time this individual spends in compartment j during its lifetime, assuming that the population remains near the DFE and barring reinfection.The(i;j)entry of F is the rate at which infected individuals in compartment j produce new infections in compartment i. Hence,the(i;k)entry of the product FVÀ1is the expected number of new infections in com-partment i produced by the infected individual originally introduced into compartment k.Fol-lowing Diekmann et al.[2],we call FVÀ1the next generation matrix for the model and set R0¼qðFVÀ1Þ;ð4Þwhere qðAÞdenotes the spectral radius of a matrix A.The DFE,x0,is locally asymptotically stable if all the eigenvalues of the matrix Dfðx0Þhave negative real parts and unstable if any eigenvalue of Dfðx0Þhas a positive real part.By Lemma1, the eigenvalues of Dfðx0Þcan be partitioned into two sets corresponding to the infected and uninfected compartments.These two sets are the eigenvalues of FÀV and those ofÀJ4.Again by Lemma1,the eigenvalues ofÀJ4all have negative real part,thus the stability of the DFE is determined by the eigenvalues of FÀV.The following theorem states that R0is a threshold parameter for the stability of the DFE.Theorem2.Consider the disease transmission model given by(1)with fðxÞsatisfying conditions (A1)–(A5).If x0is a DFE of the model,then x0is locally asymptotically stable if R0<1,but un-stable if R0>1,where R0is defined by(4).Proof.Let J1¼FÀV.Since V is a non-singular M-matrix and F is non-negative,ÀJ1¼VÀF has the Z sign pattern(see Appendix A).Thus,sðJ1Þ<0()ÀJ1is a non-singular M-matrix;P.van den Driessche,J.Watmough/Mathematical Biosciences180(2002)29–483334P.van den Driessche,J.Watmough/Mathematical Biosciences180(2002)29–48where sðJ1Þdenotes the maximum real part of all the eigenvalues of the matrix J1(the spectral abscissa of J1).Since FVÀ1is non-negative,ÀJ1VÀ1¼IÀFVÀ1also has the Z sign pattern.Ap-plying Lemma5of Appendix A,with H¼V and B¼ÀJ1¼VÀF,we have ÀJ1is a non-singular M-matrix()IÀFVÀ1is a non-singular M-matrix:Finally,since FVÀ1is non-negative,all eigenvalues of FVÀ1have magnitude less than or equal to qðFVÀ1Þ.Thus,IÀFVÀ1is a non-singular M-matrix;()qðFVÀ1Þ<1:Hence,sðJ1Þ<0if and only if R0<1.Similarly,it follows thatsðJ1Þ¼0()ÀJ1is a singular M-matrix;()IÀFVÀ1is a singular M-matrix;()qðFVÀ1Þ¼1:The second equivalence follows from Lemma6of Appendix A,with H¼V and K¼F.The remainder of the equivalences follow as with the non-singular case.Hence,sðJ1Þ¼0if and only if R0¼1.It follows that sðJ1Þ>0if and only if R0>1.ÃA similar result can be found in the recent book by Diekmann and Heesterbeek[6,Theorem6.13].This result is known for the special case in which J1is irreducible and V is a positive di-agonal matrix[7–10].The special case in which V has positive diagonal and negative subdiagonal elements is proven in Hyman et al.[11,Appendix B];however,our approach is much simpler(see Section4.3).4.Examples4.1.Treatment modelThe decomposition of fðxÞinto the components F and V is illustrated using a simple treat-ment model.The model is based on the tuberculosis model of Castillo-Chavez and Feng[12,Eq.(1.1)],but also includes treatment failure used in their more elaborate two-strain model[12,Eq.(2.1)].A similar tuberculosis model with two treated compartments is proposed by Blower et al.[13].The population is divided into four compartments,namely,individuals susceptible to tu-berculosis(S),exposed individuals(E),infectious individuals(I)and treated individuals(T).The dynamics are illustrated in Fig.1.Susceptible and treated individuals enter the exposed com-partment at rates b1I=N and b2I=N,respectively,where N¼EþIþSþT.Exposed individuals progress to the infectious compartment at the rate m.All newborns are susceptible,and all indi-viduals die at the rate d>0.Thus,the core of the model is an SEI model using standard inci-dence.The treatment rates are r1for exposed individuals and r2for infectious individuals. However,only a fraction q of the treatments of infectious individuals are successful.Unsuc-cessfully treated infectious individuals re-enter the exposed compartment(p¼1Àq).The diseasetransmission model consists of the following differential equations together with non-negative initial conditions:_E¼b1SI=Nþb2TI=NÀðdþmþr1ÞEþpr2I;ð5aÞ_I¼m EÀðdþr2ÞI;ð5bÞ_S¼bðNÞÀdSÀb1SI=N;ð5cÞ_T¼ÀdTþr1Eþqr2IÀb2TI=N:ð5dÞProgression from E to I and failure of treatment are not considered to be new infections,but rather the progression of an infected individual through the various compartments.Hence,F¼b1SI=Nþb2TI=NB B@1C CA and V¼ðdþmþr1ÞEÀpr2IÀm Eþðdþr2ÞIÀbðNÞþdSþb1SI=NdTÀr1EÀqr2Iþb2TI=NB B@1C CA:ð6ÞThe infected compartments are E and I,giving m¼2.An equilibrium solution with E¼I¼0has the form x0¼ð0;0;S0;0Þt,where S0is any positive solution of bðS0Þ¼dS0.This will be a DFE if and only if b0ðS0Þ<d.Without loss of generality,assume S0¼1is a DFE.Then,F¼0b100;V¼dþmþr1Àpr2Àm dþr2;givingVÀ1¼1ðdþmþr1Þðdþr2ÞÀm pr2dþr2pr2m dþmþr1and R0¼b1m=ððdþmþr1Þðdþr2ÞÀm pr2Þ.A heuristic derivation of the(2;1)entry of VÀ1and R0are as follows:a fraction h1¼m=ðdþmþr1Þof exposed individuals progress to compartment I,a fraction h2¼pr2=ðdþr2Þof infectious individuals re-enter compartment E.Hence,a fractionh1of exposed individuals pass through compartment I at least once,a fraction h21h2passthroughat least twice,and a fraction h k 1h k À12pass through at least k times,spending an average of s ¼1=ðd þr 2Þtime units in compartment I on each pass.Thus,an individual introduced into com-partment E spends,on average,s ðh 1þh 21h 2þÁÁÁÞ¼s h 1=ð1Àh 1h 2Þ¼m =ððd þm þr 1Þðd þr 2ÞÀm pr 2Þtime units in compartment I over its expected lifetime.Multiplying this by b 1gives R 0.The model without treatment (r 1¼r 2¼0)is an SEI model with R 0¼b 1m =ðd ðd þm ÞÞ.The interpretation of R 0for this case is simpler.Only a fraction m =ðd þm Þof exposed individuals progress from compartment E to compartment I ,and individuals entering compartment I spend,on average,1=d time units there.Although conditions (A1)–(A5)do not restrict the decomposition of f i ðx Þto a single choice for F i ,only one such choice is epidemiologically correct.Different choices for the function F lead to different values for the spectral radius of FV À1,as shown in Table 1.In column (a),treatment failure is considered to be a new infection and in column (b),both treatment failure and pro-gression to infectiousness are considered new infections.In each case the condition q ðFV À1Þ<1yields the same portion of parameter space.Thus,q ðFV À1Þis a threshold parameter in both cases.The difference between the numbers lies in the epidemiological interpretation rather than the mathematical analysis.For example,in column (a),the infection rate is b 1þpr 2and an exposed individual is expected to spend m =ððd þm þr 1Þðd þr 2ÞÞtime units in compartment I .However,this reasoning is biologically flawed since treatment failure does not give rise to a newly infected individual.Table 1Decomposition of f leading to alternative thresholds(a)(b)Fb 1SI =N þb 2TI =N þpr 2I 0000B B @1C C A b 1SI =N þb 2TI =N þpr 2I m E 000B B @1C C A Vðd þm þr 1ÞE Àm E þðd þr 2ÞI Àb ðN ÞþdS þb 1SI =N dT Àr 1E Àqr 2I þb 2TI =N 0B B @1C C A ðd þm þr 1ÞE ðd þr 2ÞI Àb ðN ÞþdS þb 1SI =N dT Àr 1E Àqr 2I þb 2TI =N 0B B @1C C A F0b 1þpr 200 0b 1þpr 2m 0 V d þm þr 10Àm d þr 2d þm þr 100d þr 2 q (FV À1)b 1m þpr 2mðd þm þr 1Þðd þr 2Þffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffiffib 1m þpr 2mðd þm þr 1Þðd þr 2Þs 36P.van den Driessche,J.Watmough /Mathematical Biosciences 180(2002)29–484.2.Multigroup modelIn the epidemiological literature,the term‘multigroup’usually refers to the division of a het-erogeneous population into several homogeneous groups based on individual behaviour(e.g., [14]).Each group is then subdivided into epidemiological compartments.The majority of mul-tigroup models in the literature are used for sexually transmitted diseases,such as HIV/AIDS or gonorrhea,where behaviour is an important factor in the probability of contracting the disease [7,8,14,15].As an example,we use an m-group SIRS-vaccination model of Hethcote[7,14]with a generalized incidence term.The sample model includes several SI multigroup models of HIV/ AIDS as special cases[8,15].The model equations are as follows:_I i ¼X mj¼1b ijðxÞS i I jÀðd iþc iþ iÞI i;ð7aÞ_S i ¼ð1Àp iÞb iÀðd iþh iÞS iþr i R iÀX mj¼1b ijðxÞS i I j;ð7bÞ_Ri¼p i b iþc i I iþh i S iÀðd iþr iÞR i;ð7cÞfor i¼1;...;m,where x¼ðI1;...;I m;S1;...;S m;R1;...;R mÞt.Susceptible and removed individu-als die at the rate d i>0,whereas infected individuals die at the faster rate d iþ i.Infected in-dividuals recover with temporary immunity from re-infection at the rate c i,and immunity lasts an expected1=r i time units.All newborns are susceptible,and a constant fraction b i are born into each group.A fraction p i of newborns are vaccinated at birth.Thereafter,susceptible individuals are vaccinated at the rate h i.The incidence,b ijðxÞdepends on individual behaviour,which determines the amount of mixing between the different groups(see,e.g.,Jacquez et al.[16]). The DFE for this model isx0¼ð0;...;0;S01;...;S0m;R01;...;R0mÞt;whereS0 i ¼b i d ið1Àp iÞþr iðÞd iðd iþh iþr iÞ;R0 i ¼b iðh iþd i p iÞd iðd iþh iþr iÞ:Linearizing(7a)about x¼x0givesF¼S0i b ijðx0ÞÂÃandV¼½ðd iþc iþ iÞd ij ;where d ij is one if i¼j,but zero otherwise.Thus,FVÀ1¼S0i b ijðx0Þ=ðd iÂþc iþ iÞÃ:P.van den Driessche,J.Watmough/Mathematical Biosciences180(2002)29–4837For the special case with b ij separable,that is,b ijðxÞ¼a iðxÞk jðxÞ,F has rank one,and the basic reproduction number isR0¼X mi¼1S0ia iðx0Þk iðx0Þd iþc iþ i:ð8ÞThat is,the basic reproduction number of the disease is the sum of the‘reproduction numbers’for each group.4.3.Staged progression modelThe staged progression model[11,Section3and Appendix B]has a single uninfected com-partment,and infected individuals progress through several stages of the disease with changing infectivity.The model is applicable to many diseases,particularly HIV/AIDS,where transmission probabilities vary as the viral load in an infected individual changes.The model equations are as follows(see Fig.2):_I 1¼X mÀ1k¼1b k SI k=NÀðm1þd1ÞI1;ð9aÞ_Ii¼m iÀ1I iÀ1Àðm iþd iÞI i;i¼2;...;mÀ1;ð9bÞ_Im¼m mÀ1I mÀ1Àd m I m;ð9cÞ_S¼bÀbSÀX mÀ1k¼1b k SI k=N:ð9dÞThe model assumes standard incidence,death rates d i>0in each infectious stage,and thefinal stage has a zero infectivity due to morbidity.Infected individuals spend,on average,1=m i time units in stage i.The unique DFE has I i¼0,i¼1;...;m and S¼1.For simplicity,define m m¼0. Then F¼½F ij and V¼½V ij ,whereF ij¼b j i¼1;j6mÀ1;0otherwise;&ð10ÞV ij¼m iþd i j¼i;Àm j i¼1þj;0otherwise:8<:ð11ÞLet a ij be the(i;j)entry of VÀ1.Thena ij¼0i<j;1=ðm iþd iÞi¼j;Q iÀ1k¼jm kQ ik¼jðm kþd kÞj<i:8>>><>>>:ð12ÞThus,R0¼b1m1þd1þb2m1ðm1þd1Þðm2þd2Þþb3m1m2ðm1þd1Þðm2þd2Þðm3þd3ÞþÁÁÁþb mÀ1m1...m mÀ2ðm1þd1Þ...ðm mÀ1þd mÀ1Þ:ð13ÞThe i th term in R0represents the number of new infections produced by a typical individual during the time it spends in the i th infectious stage.More specifically,m iÀ1=ðm iÀ1þd iÀ1Þis the fraction of individuals reaching stage iÀ1that progress to stage i,and1=ðm iþd iÞis the average time an individual entering stage i spends in stage i.Hence,the i th term in R0is the product of the infectivity of individuals in stage i,the fraction of initially infected individuals surviving at least to stage i,and the average infectious period of an individual in stage i.4.4.Multistrain modelThe recent emergence of resistant viral and bacterial strains,and the effect of treatment on their proliferation is becoming increasingly important[12,13].One framework for studying such sys-tems is the multistrain model shown in Fig.3,which is a caricature of the more detailed treatment model of Castillo-Chavez and Feng[12,Section2]for tuberculosis and the coupled two-strain vector–host model of Feng and Velasco-Hern a ndez[17]for Dengue fever.The model has only a single susceptible compartment,but has two infectious compartments corresponding to the two infectious agents.Each strain is modelled as a simple SIS system.However,strain one may ‘super-infect’an individual infected with strain two,giving rise to a new infection incompartment。
ANSI C78.5-2003 American National Standard for electric lamps— Specifications for Performance of Se
ANSI C78.5-2003Revision of C78.5-1997 American National StandardApproved: November 19, 2003 Secretariat: ANSLG -National Electrical Manufacturers AssociationFor Electric LampsSpecifications forPerformance of Self-ballasted Compact Fluorescent LampsAmerican National Standard Approval of an American National Standard requires verification by ANSI that the requirements for due process, consensus, and other criteria for approval have been met by the standards developer. An American National Standard implies a consensus of those substantially concerned with its scope and provisions. Consensus is established when, in the judgment of the ANSI Board of Standards Review, substantial agreement has been reached by directly and materially affected interests. Substantial agreement means much more than a simple majority, but not necessarily unanimity. Consensus requires that all views and objections be considered, and that a concerted effort be made toward their resolution. The existence of an American National Standard does not in any respect preclude anyone, whether s/he has approved the standard or not, from manufacturing, marketing, purchasing, or using products, processes, or procedures not conforming to the standards. It is intended as a guide to aid the manufacturer, the consumer, and the general public.The American National Standards Institute does not develop standards and will in no circumstances give an interpretation of any American National Standard. Moreover, no person shall have the right or authority to issue an interpretation of an American National Standard in the name of the American National Standards Institute. Requests for interpretations should be addressed to the Committee Secretariat referred to on the title page.CAUTION NOTICE: This American National Standard may be revised or withdrawn at any time. The procedures of the American National Standards Institute require that action be taken periodically to reaffirm, revise, or withdraw this standard. Purchasers of American National Standards may receive current information on all standards by calling or writing the American National Standards Institute.Printed and distributed by:Information Handling Services/Global Engineering Documents 15 Inverness Way East, Englewood, CO 80112-5776Under Contract with National Electrical Manufacturers AssociationCopyright Ó2003 by American National Standard Lighting Group In Affiliation with National Electrical Manufacturers Association All rights reserved.No part of this publication may be reproduced in any form,in an electronic retrieval system or otherwise, withoutprior written permission of the publisher.Printed in the United States of AmericaForeword (This foreword is not part of American National Standard C78.5-2003)Suggestions for improvement of this standard should be submitted to the Secretariat C78, American National Standard Lighting Group (NEMA), 1300 North 17th Street, Suite 1847, Rosslyn, VA 22209.This standard was processed and approved by Accredited Standards Committee on Electric Lamps, C78, and its Sub-Committee, C78 WG 02. Committee approval of the standard does not necessarily imply that all committee members voted for that approval.Information concerning approval of this standard is based on the documents listed in the table below.Amendment / Change CDV RVRevision CDV C78(2)/4133 RV C78(2)/4134David Mullen, Chairman, C78David Mullen, Technical CoordinatorRandolph N. Roy, SecretariatMatthew C. Clark, Coordinating EditorTable of ContentsForeword5I. ScopeReferences 5 2. Normative6 3. DefinitionsGeneral 6 3.1maintenance 6 3.2Lumentemperatures 6 3.3Starting4. Requirements 64.1General 64.2 Marking 6markings 64.3Other6interference4.4Electro-magneticindex 7 rendering4.5Color7power4.6Input7timeStarting4.77time4.8Run-upLuminousflux 74.9maintenance 7 Lumen4.104.11 Efficacy 7Lifetest 74.12Powerquality 74.134.14 Lamp current operating frequency 7requirements 8 transient4.15Linespecimens 8 test5. Selectionof6. Tests 8General 8 6.1Supply 8 Power6.2Instruments 8 Electrical6.36.4 Lifetest 8Annex A (Informative) Guidance for the measurementof lamp starting time9Bibliography 10 (Informative)BAnnexSpecifications for Performance of Self-ballasted Compact Fluorescent Lamps1. ScopeThis standard specifies the performance requirements together with the test methods and conditions required to show compliance of self-ballasted compact fluorescent lamps up to 60 watts which are intended for domestic and similar general lighting purposes. Globe and reflector types are excluded. Such lamps shall have a rated input voltage of 120 or 127 volts at 60 Hz and an Edison screw base.2. Normative ReferencesThe following publications contain provisions which, through reference in this text, constitute provisions of this American National Standard. At the time of publication, the editions indicated were valid. All standards are subject to revision, and parties to agreements based on this American National Standard are encouraged to investigate the possibility of applying the most recent editions of the publications indicated below.ANSI C78.375-1997, Fluorescent lamps - Guide for Electrical MeasurementsCIE Publication 13.3-1995, Second edition, Method of measuring and specifying color rendering index of light sourcesCIE Publication 15.2 (1986), ColorimetryIESNA LM-65-2001, Approved method for Lifetesting of Compact Fluorescent LampsIESNA LM-66-2000, Approved method for the Electrical and Photometric Measurements of Single-ended Compact Fluorescent LampsUL 1993-1993, Standard for Self-Ballasted Lamps and Lamp AdaptersANSI C82.13-2002, Definitions – for fluorescent lamps and ballastsANSI C82.77-2002, Harmonic emission limits – related power quality requirements for lighting equipment3. Definitions3.1 GeneralSee ANSI C82.13 for related definitions. Any standards referenced in those definitions should be considered as normative for the standard. Other definitions used in this standard follow.3.2 Lumen maintenanceThe luminous flux at a given time in the life of the lamp and expressed as a percentage of the initial luminous flux. The mean lumens are the value at 40% of rated life.temperatures3.3 StartingThe minimum and maximum temperatures at which the lamp will reliably start.4. Requirements4.1 GeneralSelf-ballasted compact fluorescent lamps shall be so constructed that, in normal use, they are without danger to the user and the general surroundings.Electrical and photometric performance of compact fluorescent lamps can be appreciably affected by drafts, ambient temperature, and burning position. For proper measurements of these characteristics, the requirements of clause 4, Ambient conditions, and clause 8, Lamp stabilization, in ANSI C78.375 must be met. Photometric procedures are covered under clauses 9,10, and 11 of IESNA LM-66. The lamps shall be stabilized base-up at 25o C.4.2 MarkingThe unit shall be marked in accordance with clause 27 of UL1993, Standard for safety, Self-ballasted Lamps and Lamp Adaptors.4.3 Other markings4.3.1The unit shall include instructions per clause 28 of UL1993 if so required.4.3.2 A warning regarding possible interaction with IR remote controls may be needed on the packaging of some units.4.3.3If the luminous flux in other burning positions varies by more than 5% from the rated position it shall be marked on the packaging.interference4.4 Electro-magneticUnits with electronic high frequency circuits shall comply with FCC regulations, Title 47 of the US Code of Federal Regulations, Part 18 for Consumer equipment. For units with electronic high frequency circuits operating below 1.705 MHz, radiated measurements shall be made from 30 to 200 MHz and be under the limits specified in FCC Part 18.305c.4.5 Color rendering indexSelf-ballasted compact fluorescent lamps shall have a minimum rated CRI of 80 when measured in accordance with CIE Publication 13.3. The CRI value of an individual unit shall not be less than the rated value decreased by three.4.6 InputpowerThe input to the unit at rated supply voltage shall not exceed the rated value by more than 10% plus 0.5 watts.time4.7 StartingThe time to start when tested at the rated supply voltage in a 25+/-50 C ambient shall not exceed 2 seconds for electronic high frequency units and 4 seconds for magnetic units. The time to start for these units when tested at 90% of the rated supply voltage and at the minimum specified starting temperature shall not exceed 5 and 10 seconds respectively. Guidance for the measurement of starting time is given in Annex A.4.8 Run-up timeThe run-up time shall not exceed 3 minutes when tested at rated supply voltage in an ambient of 25 C.Flux4.9 LuminousThe initial luminous flux of the units tested shall average not less than 90% of the rated value.4.10 Lumen MaintenanceThe lumen maintenance at 40% of rated life shall not be less than 80%.4.11 EfficacyThe minimum rated efficacy of a self-ballasted compact fluorescent lamp shall be at least 40 lpw.4.12 LifetestLifetesting shall be done in accordance with the requirements on clauses 2, 3.2, 3.4, 5, and 6 of IESNA LM-65.4.13 Power QualityThe requirements for this product as specified in C82.77 shall be met.4.14 Lamp current operating frequencyTo limit incompatibility with infrared remote controls, the lamp current operating frequency shall be greater than 40 kHz for units with electronic high frequency circuits. These frequencies shall be met under all stable normal operating conditions including dimming.4.15 Line transient requirementsElectronic high-frequency ballasts are more susceptible to line transients than line frequency magnetic ballasts. Therefore, transient protection shall be included when lamps use electronic ballasts. The requirement for this transient protection is ANSI/IEEE C62.41, Class A1 minimum with the voltage increased to 2500Vpeak. The line transient test shall consist of seven strikes of a 100KHz Ring Wave, 2500Vp level, for differential mode. The transient generator effective output impedance shall be 30 ohms maximum and the peak current shall be 83A minimum.5. Selection of test specimens5.1Lamps shall be selected so as to ensure proper representation of the current design.5.2At least 3 specimens shall be procured for each sample. It is prudent to select one or more additional specimens to serve as potential replacements in the event of breakage or if the specimens become defective during the test for reasons not connected to the test, or if one or more specimens exhibit abnormal behavior or fail to stabilize.6. Tests6.1 General6.1.1Each test shall be performed at least once with each of the three specimens. Each specimen shall meet the described test criteria.6.1.2If a specimen breaks or becomes defective for reasons not as a result of the testing, the specimen shall be discarded. Similarly if a unit fails to stabilize or exhibits abnormal behavior, the lamp shall be discarded. Testing shall resume with a suitable replacement specimen procured and prepared in the same manner as the original specimen. The use of replacement specimens shall be documented in the test report.supply6.2 PowerFor other than lifetests, the voltage to the unit under test shall meet the requirements of clause 3, supply voltage characteristics in ANSI C78.375.instruments6.3 ElectricalThe electrical instruments used in the testing shall meet the requirements of clause 9, Instruments. in ANSI C78.375.6.4 LifetestTests to establish life ratings require a larger sample size. Guidance is given in IESNA LM-65 and the requirements cited above must be met.ANNEX A(Informative)Guidance for the measurement of lamp starting time1. Lamps shall be off and shall be stored at the specified ambient test temperature for at least 12 hours prior to the test.2. No starting aid plane shall be used for the test.3.The recommended method to detect lamp starting is to monitor lamp light output.4. A photodetector must be located such that it will adequately respond to the lamp light output. Shielding from extraneous light may be required.5. The laboratory should establish a responsive and repeatable set-up with their equipment and a documented test procedure prior to the test. This may include a qualification procedure for the operator.6. Some lamps may contain a mercury amalgam that will delay the rise to full light output. This should not be interpreted as a delay in the starting time. The lamp should be considered as fully lighted if it is operating at essentially full current even if the light output is not uniform throughout the bulb.7. A digital storage scope is recommended for monitoring the time from application of the test voltage and the output of the photo detector and the lamp input current.8.Monitoring the lamp input current and/or wattage can also be an accurate method to test starting time but it may require more knowledge of lamps and judgement on the part of the operator. This alternate is acceptable if correlation to the recommended method is documented.Annex B(Informative)BibliographyIEC 60969-1988, Self-ballasted lamps for general lighting service, performance requirementsIEC 60968-1988, Self -ballasted lamps for general lighting service, safety requirements CSA C861-1995, Performance of Compact Fluorescent Lamps and Ballast Adaptors IESNA Lighting Handbook, ninth edition。
bigquestion(1)
COMMENTARYIdentifying the big question in international business researchMike W PengFisher College of Business,The Ohio State University,Columbus,OH,USA Correspondence:Mike W Peng,Fisher College of Business, The Ohio State University,2100Neil Avenue,Columbus,OH43210,USA Tel:þ16142920311;Fax:þ16142927062;E-mail:peng.51@,/mhr/faculty/peng Received:12October2003Revised:5December2003 Accepted:21January2004Online publication date:11March2004AbstractBuckley(2002)argues that the international business(IB)research agenda may be running out of steam,because no big research question has currently been identified.Buckley also asks whether the field needs a big question,and if so challenges IB scholars to discover it.Buckley and Ghauri(2004)elaborate on the third question of globalization discussed in Buckley(2002)as a possible candidate for the big question.In response,this article is written to take up Buckley’s challenge and also to comment on Buckley and Ghauri’s more recent work.I agree that IB needs a big question,the pursuit of which can serve to unite and energize scholars,make scientific progress,and enhance the status and prestige of the field.Toward that end,I argue that‘What determines the international success and failure of firms?’has always served as a fundamental research question,which has permeated IB research in the past and present and is likely to propel its progress in the future.Therefore,I am of the opinion that the IB research agenda is not likely to run out of steam,because focusing on this question will leverage IB’s comparative advantage and keep the field engaged in generating exciting and disciplined theories and findings in the 21st century.Journal of International Business Studies(2004)35,99–108.doi:10.1057/palgrave.jibs.8400077Keywords:big question;international business researchIntroductionIn a provocative essay titled‘Is the International Business Research Agenda Running Out of Steam?’Peter Buckley(2002)argues that this may indeed be the case.He suggests that past international business(IB)research has succeeded because it has focused on three big research questions which arise from empirical developments in the postwar world economy and which serve to unite the field. These are:(1)how to explain the flows of foreign direct investment (FDI),(2)how to explain the existence,strategy,and organization of multinational enterprises(MNEs),and(3)how to understand and predict the internationalization of firms and the new developments of globalization(Buckley,2002,365).Most alar-mingly,Buckley(2002,370)concludes that‘The[IB research] agenda is stalled because no such big question has currently been identified’.Further,he raises the question,‘Do we need a‘big question’?’(p.370),and ends his essay challenging IB scholars to ‘discover a new‘big question’’(p.371).More recently,Buckley and Ghauri(2004)elaborate on the question of globalization as a possible next big question for IBresearch.Journal of International Business Studies(2004)35,99–108&2004Palgrave Macmillan Ltd.All rights reserved0047-2506$25.00In response,this article is written primarily to take up Buckley’s(2002)challenge and also to comment on Buckley and Ghauri’s(2004)more recent work.While agreeing with Buckley’s(2002) review of the postwar IB research agenda,I beg to differ from his conclusion.I first suggest that IB needs a big question.Second,I argue that‘What determines the international success or failure of firms?’has always been the leading question guiding IB research,and will continue to remain so in the21st century.This differs from the globalization question Buckley and Ghauri(2004) suggest.Finally,this article critiques Buckley’s (2002)view which is labeled as‘scholarly mercan-tilism’and makes a set of recommendations.Over-all,in contrast to the bleak outlook of the field that Buckley(2002)has painted,I believe that the big question on the determinants of international firm performance is likely to leverage IB’s comparative advantage and propel its research agenda to new heights in the years to come.Buckley’s three‘candidate’big questions While Buckley masterfully and succinctly sum-marizes five decades of postwar IB research orga-nized around the three big questions identified above,he has identified three possible contenders for the next big question(2002,371):1.‘Can we explain the sequence of entry of nationsas major players in the world economy?(Great Britain,USA,Germany,Japan,Singapore,Korea, China)’2.‘Why are different forms of company organiza-tion characteristic of individual and cultural backgrounds?Or is this an artifact?’3.‘In what empirical measures can we identifytrends to(and away from)globalization?’However,Buckley(2002)is unable to suggest which one is‘it’,thus leading to his statement that no big question has currently been identified. Extending earlier work,Buckley and Ghauri (2004)argue that some variant of the third question may contend for the next big question status. While implicit in Buckley(2002),he seems to believe that a big question needs to be broad enough to appeal to most(if not all)IB researchers and yet narrow enough to carve out a distinctive segment in the intellectual marketplace for IB(p. 370).I agree,and based on these criteria,let us go over these‘candidate’questions.Take a look at the first‘candidate’question, whose unit of analysis is nation.Given that‘IB’is commonly defined by leading textbooks as‘any firm that engages in international trade or invest-ment’(Hill,2003,29;see also,Griffin and Pustay, 2003;Shenkar and Luo,2004),this question obviously is at a level higher than the firm-level analysis typical of IB research.Although IB research may involve multiple levels of analysis‘from the subindividual to the suprasocietal’(Toyne and Nigh,1998,872),firm-level analysis remains at the heart of IB inquiry.While IB researchers are interested in the competitive advantage of nations, our interest mainly builds on the more founda-tional understanding of how firms and industries within different countries compete(Porter,1990). In other words,given the higher level of analysis (nation),this question,while fascinating,is not at the core of IB research.On the other hand,this question is at the core of the research agenda for some historians(Diamond,1997;Kennedy,1987), political scientists(Wallerstein,1974–89),and institutional economists(North,1990).Given that the work of some of these social scientists now traces the origin of competitive advantage to 13,000years ago(!)since the beginning of the Agricultural Age(Diamond,1997),it is difficult to imagine how the insights of IB research,even after we break some new ground on the sequence of the rise of different nations starting with Great Britain approximately300years ago as suggested by Buckley,can compete in the intellectual market-place on such long-run historical dynamics. Buckley(2002)himself rules out whether his second‘candidate’question,on cultural differ-ences,can serve as a big question.He argues that ‘issues[related to cultural differences]are perhaps best understood as exemplars of a particularly fruitful methodological approach–the compara-tive method,rather than as answering particular issues or confronting radically separate agendas and stylized facts’(p.369).While cross-cultural researchers(such as contributors to Gannon and Newman,2002)may disagree,I agree with Buckley that this particular question,in itself,is probably unable to become a big question unifying the IB field.The reasons are two-fold.First,in terms of the positioning of the field,pursuing this question(i.e., what are the differences?),as opposed to an explanatory and predictive focus characterizing much social science research,may lead IB studies to become excessively descriptive and less theore-tical,thus providing ammunition to critics that IB research lacks rigor.Second,in terms of actual research practice,given the weak andsometimes Journal of International Business Studiesconfusing conceptualization and measurement of culture(as critiqued by Shenkar,2001),the relative decline of culture in the IB research agenda has already been documented(Sullivan,1997).Overall, this question is less likely to be appealing to a majority of IB researchers.The third‘candidate’question,as phrased by Buckley(2002,371),is simply an empirical ques-tion and not a theoretical one.Even when engaged in,this question’s substantive domain,globaliza-tion,is not a primary domain of IB(at least historically),but rather is a domain that is shared with fields such as international political economy, economic geography,business and society(or social issues in management),and business ethics(Free-man,1997).Buckley and Ghauri(2004)now try to push this interesting and increasingly relevant question to the center stage of IB research,and some IB scholars(Doh and Teegen,2003;Eden and Lenway,2001)have started to explore these important issues–efforts which I support. Although this question may become more impor-tant,it is less likely to become the big question given IB researchers’historically lack of interest in pursuing it and the consequent lack of cumulative literature(Doh and Teegen,2003;Eden and Lenway,2001).Overall,it seems plausible that none of the three ‘candidate’questions that Buckley(2002)suggests, including the globalization question Buckley and Ghauri(2004)put forward more recently,can meet the criteria of being the big question for IB. But,this does not mean that IB has no clearcut big question.However,even before we entertain a different big question,we need to address the necessity of having a big question as raised by Buckley(2002).Does IB need a big question?Before we proceed to discuss the big question for IB, it seems imperative that the conceptual domain of IB be specified.This specification is nontrivial,and has engendered some significant debate(Bodde-wyn,1997;Toyne,1997).Since spilling further ink on this debate is beyond the scope of the present article,I start with a most basic(and hopefully least controversial)proposition that IB has two essential components:‘international’and‘business’.That is, IB is primarily(but not only)concerned with business activities that cross national boundaries (‘international’)and that occur at the firm level (‘business’)(Hill,2003,29).In other words,I agree with Wilkins(1997,32)that‘what research on IB must consider first and foremost(and what is our unique contribution)is the study of enterprise:the international—multinational–transnational–global business–enterprise–firm–company–corporation’. While Buckley(2002,370)asks:Does IB need a big question?,he has already indirectly answered it by noting that IB has experienced some vigorous growth by pursuing three earlier big questions.In fact,his dissatisfaction with the current IB research is associated with the absence of any new big question that he can identify.I agree that IB needs a big question.To the extent that IB aspires to become a scientific inquiry(Toyne,1997,64),it is important for the field to reach some consensus on the importance of a big question(or a few of them), the pursuit of which serves to unite(most)IB scholars,make scientific progress,and enhance the status and prestige of the field.Otherwise,a field unable or unwilling to reach such consensus is likely to experience tremendous or even excessive diversity.Wilkins(1997,41),for example,argues that the danger for letting IB to remain‘an interdisciplinary collage of different approaches’without identifying a core theory and a set of core concepts,engaged by a set of core questions,is that IB may become‘no field at all’.Stopford(1998,636) suggests that‘if IB needs a unifying theory,then it needs to become narrower in its scope’.1A field characterized by a wide scope that is difficult to reach consensus is likely to make little scientific progress and permanently remain in the straight-jacket of a preparadigm stage,2which does not confer status,prestige,and resources in the com-munity of social sciences and business disciplines (Pfeffer,1993).While IB’s neighboring disciplines,such as manage-ment,strategy,and marketing,have often been regarded as in a preparadigm stage(McKinley et al., 1999),they have nevertheless made progress in identifying some of their most fundamental research questions,to which(most)research energy of the field can be channeled(e.g.,Rumelt et al., 1994).IB,being more eclectic,has historically been characterized by a significant emphasis on repre-sentativeness,inclusiveness,and theoretical and methodological diversity.‘Although these values are attractive ideals,there are consequences for the field’s ability to make scientific progress’(Pfeffer, 1993,599).The primary consequences for IB are likely to be the field’s continued classification–by both IB scholars and others–as a preparadigm field with little hope of becoming a more respected discipline characterized by a widelyacceptedJournal of International Business Studiesparadigm and a set of core questions around which (most of)the field’s research activities are orga-nized.In general,areas of inquiry do not become distinct scientific disciplines until they adopt a paradigm(Kuhn,1970),and‘there is no reason to think that IB is an exception to this rule’(Peng, 2001,822).However,before IB(or any field)can move toward a common paradigm,identifying a big fundamental question(or a few of them)is a prerequisite,because‘what defines a field of inquiry such as IB is the type of questions asked’(Hennart, 1997,645).There is no doubt that Buckley(2002)has made a significant contribution by articulating the exis-tence and contributions of three big questions which have propelled IB’s development.However, in all due respect,I fundamentally disagree with his conclusion that IB is running out of steam for lack of a new big question.That Buckley,despite his prominent status in and significant contributions to the field,is unable to identify a new big question for the current IB research agenda does not mean that such a big question does not exist.In contrast, in the remainder of this article,I argue(1)that IB has always had a big question,(2)that Buckley’s (2002)three previous big questions can be con-ceptualized as different aspects(branches)of this ‘bigger’question,and(3)that this question will continue to propel the field in the21st century. Continuity,novelty,and scopeFundamental questions‘serve to highlight the issues and presumptions that differentiate a field of inquiry’(Rumelt et al.,1994,40).Given IB’s twin focus on‘international’and‘business’noted above, I argue that‘What determines the international success and failure of firms?’has always been the core question of IB that has served to unite most (but perhaps not all)IB researchers and to delineate IB’s boundaries relative to other fields.Given the nontrivial costs associated with the‘liability of foreignness’when doing business abroad,IB researchers have for decades sought to understand the source of competitive advantages possessed and developed by non-native firms in foreign markets (Hymer,1976,1960;Peng,2001;Wilkins,2001; Zaheer,1995).McKinley et al.(1999)argue that whether a particular school of thought,as exem-plified by the pursuit of a core question,gains widespread acceptance depends on its(1)continu-ity,(2)novelty,and(3)scope.I argue that the question of‘What determines the international success and failure?’entails these three attributes.First,this question exemplifies a great deal of continuity.Although not explicitly spelled out as such,this question underlies the three historical big questions Buckley(2002)has identified.The deter-minants of the flows of FDI(the first question)boil down to how firms engaging in FDI are able to attain better performance in international markets relative to entries using non-FDI modes such as exporting and licensing(Buckley and Casson,2002, 1976).The existence,strategy,and organization of MNEs(the second question)center on how these firms overcome the‘liability of foreignness’and outcompete local rivals(Caves,1996;Dunning, 1993;Hymer,1976,1960;Zaheer,1995).The internationalization of firms(the third question) similarly depends on whether firms can successfully develop and deploy resources and capabilities which contribute to their performance abroad (Johanson and Vahlne,1977;Peng,2001).In a nutshell,the pursuit of all these three big questions can be viewed as organized around the bigger question of‘What determines the international success and failure of firms?’Second,this question is sufficiently novel so as to engage(most of)the IB field characterized by a wide diversity of disciplinary backgrounds,research interests,and methodological tools.While some IB scholars may argue that they are not particularly concerned with the performance per se and that they may be interested in certain IB phenomena (e.g.,the existence of institutions and practices such as MNEs),ultimately,the successful,long-term existence of certain phenomena carries strong performance implications in the sense that these institutions and practices(e.g.,MNEs)outcompete others(e.g.,non-MNE firms trading at the arm’s length across international borders).3Therefore, Hennart(2001,144)argues that‘A theory of the MNE must also be a theory of why the firm can be efficient’.In other words,to paraphrase the Maho-ney theorem(2001,656),if MNEs were to have a voice,they might have said:‘We outperform other organizational forms in IB,therefore we exist’.4 Finally,the question on the determinants of international performance excels in its scope.A broad scope helps increase the potential number and variety of empirical tests,leading to a higher likelihood that a coherent stream of empirical research can be established(McKinley et al., 1999).The many possible factors which may influence firms’international performance thus allow for numerous ways of theorizing and testing, resulting in an expanding and cumulative bodyof Journal of International Business Studiesknowledge(e.g.,Trabold,2002).Yet,despite dec-ades of research,we are still far from achieving a complete and definitive answer to this vast,com-plex,and intriguing question.The rapidly moving events of the global environment,such as the rise of emerging economies as the new IB battleground (Hoskisson et al.,2000;Peng,2003)and the impact of antiglobalization activities on IB(Buckley and Ghauri,2004;Doh and Teegen,2003;Eden and Lenway,2001),necessitate innovative theoretical perspectives and empirical methodologies to pro-vide new answers to this question and modify old answers(Dunning,2001).The broad scope of this question ensures that its value is undiminished by the fact that it has not been completely and satisfactorily answered.Overall,in the same spirit as Buckley and Casson (2001,91)suggest that‘Investing in new theory is extremely wasteful if existing theory is perfectly adequate’,I argue that searching for a new big question may be wasteful if an existing big question on the determinants of international firm perfor-mance has enough continuity,novelty,and scope to do the job.This view does not imply that economic geography-related insights as suggested by Buckley and Ghauri(2004)are not important. There is no doubt that IB fundamentally is about a spatial perspective on business,that is,why and how to do business outside one’s home country.It is important to note,for example,that location(L) is right in the middle of Dunning’s(1993)influen-tial OLI paradigm.My point here is that the pursuit for location-specific advantages have always been a defining feature of IB practice and research,which can be well captured by the question‘What determines the international success and failure of firms?’This focus on firm performance is also evident in Buckley and Ghauri’s(2004)explication on how MNEs deploy various location strategies to gain competitive advantages.IB’s boundaries,imports,and exports Another aspect of the big question that Buckley (2002,370)touches on is its ability to demarcate the boundaries separating IB from other disciplines. While much ink has been spilled on whether IB should have distinct boundaries relative to other disciplines(Boddewyn,1997;Toyne,1997),this article focuses on whether the big question identi-fied above helps define the IB field.I believe that the question on international firm performance has the potential to do that,because no other question better captures both the‘international’and‘busi-ness’aspects of IB than this question.On the other hand,I believe that given today’s global economy and increasingly interdisciplinary scholarship,to argue that this question(or in fact, any other question)leads to a domain so unique to IB that it is not relevant to other disciplines is probably indefensible,if not foolhardy.IB’s perme-able boundaries have historically been a great strength of the field(Bartlett and Ghoshal,1991; Dunning,2001;Peng,2001;Rugman and Brewer, 2001;Toyne and Nigh,1997),and it is not realistic to believe that IB can now erect a sort of Chinese Wall–by invoking one or a few big questions–that separates itself from other disciplines,now that many other disciplines(e.g.,strategy,marketing) have been significantly‘internationalized’(often at the urging of IB scholars!).In our particular case, the performance question of course confronts all firms,domestic and international.Following Hennart(1997),I believe that although the issues which IB needs to focus on may arise in both domestic and international contexts, these issues need to be‘more salient internationally than domestically’(Hennart,1997,645).As a result,while other disciplines may have some interest in the question‘What determines the international success and failure of firms?’I am confident that no other discipline is likely to be as passionately interested as IB in the pursuit of this question.Moreover,I agree with Hennart(1997,645)in that good IB research does not deal exclusively with international phenomena,and that IB contribu-tions are likely to have general applicability beyond the IB field.In other words,there may be no IB-only phenomenon.5IB,fundamentally,is a disci-pline about‘business’and not merely a discipline about‘international’.6It is interesting to note that Rumelt et al.(1994,564)argue that‘What deter-mines the international success and failure of firms?’is one of the top four fundamental research questions in strategy.This overlap between IB and strategy suggests that IB contributions will not only propel the IB research agenda but will also help strategy tackle one of its most fundamental ques-tions(Bartlett and Ghoshal,1991).Peng(2001, 820)has argued that some recent IB research,such as work on global strategies,subsidiary capabilities, strategic alliances,and emerging economies,‘is clearly at the leading edge of strategy research,thus helping set the terms for the strategy research agenda’.7Journal of International Business StudiesBuckley(2002,370)observes that‘In its success-ful era,IB researchers not only imported concepts and paradigms,they also exported them to neigh-boring areas’,and goes on to suggest that‘This does not seem to be occurring at the moment’.At the moment,it probably is true that IB has experienced a‘trade deficit’in its scholarly exchanges with other disciplines.In other words,the scale and scope of IB’s intellectual‘exports’to neighboring disciplines are less than IB’s intellectual‘imports’, and many IB scholars(including Buckley)naturally would like to see IB’s‘export’market share in the intellectual marketplace increase.However,to argue that IB does not export at all fails to acknowledge IB’s emerging influence in the social science research enterprise(Markusen,2001,74). There is no doubt that IB has made numerous empirical contributions(Kogut,2001).In fact, Buckley(2002,370)posits that‘One response[to the criticism on IB’s lack of‘export’market share in the intellectual marketplace]is to argue that IB is defined by its distinctive methods’.Again,I disagree with this argument,because it downgrades IB to an empirical branch of other disciplines and suggests that IB can go on without developing its own theoretical basis.This is no less than accepting the criticism of non-IB scholars(and,unfortu-nately,of some IB scholars)that‘IB has no theory’. In the long run,the very existence of a discipline without a theoretical basis,if pushed to the extreme (especially during times of resource and budgetary hardship),may be endangered(Pfeffer,1993).This probably is not the destiny of the IB field that Buckley and other concerned IB scholars(e.g., contributors to Rugman and Brewer,2001;Toyne and Nigh,1997)would like to see.While there may be other examples of IB ‘exports’,I use two recent examples–one macro and the other micro–of how IB research has been ‘exported’to a major source of IB‘imports’, economics,to refute Buckley’s argument above.In the macro area,IB’s development of an internaliza-tion theory of the MNE,pioneered by some of Buckley’s earlier work(Buckley and Casson,2002, 1976)and later articulated by Dunning(1993), Hennart(1982),Rugman(1981),and other IB scholars,directly contributes to traditional eco-nomic theory,which previously had only regarded FDI as an export of capital as opposed to a control vehicle to reduce transaction costs(Markusen, 2001).Further,this IB theory is not a mere application of Williamson’s(1975)transaction costs economics(TCE)framework(Kogut,2001).Instead,the internalization theory of the MNE ‘antedates it[TCE]and has proceeded quite inde-pendently even though Williamson’s influence has subsequently been significant’(Hennart,1997,647; see also,Hennart,2001,132;Kogut,2001,787).In the micro area,IB scholars have drawn upon a well-established cross-cultural literature on indivi-dualism and collectivism(Hofstede,1980;Triandis, 1995)to inform TCE research with a focus on its core assumption:opportunism(Chen et al.,2002). Although TCE scholars never assume that all individuals are opportunistic all the time,they have nevertheless built a theoretical framework based on an underdeveloped assumption of oppor-tunism,citing the inability to differentiate oppor-tunists,who may be a minority in any given population,from non-opportunists ex ante(Wil-liamson,1975).Equipped with empirical evidence from IB research that individuals in different cultures exhibit different opportunistic propensi-ties,Chen et al.(2002)suggest a cultural perspective on TCE.They specify that individualists may have a higher opportunistic propensity in intra-group transactions and collectivists in inter-group transac-tions.Chen et al.(2002)maintain that indiscrimi-nately assuming an equal level of opportunism may explain critics’dissatisfaction with TCE and,more importantly,may backfire when firms attempt to contain opportunism based on this assumption in operations around the world.Clearly positioned as an IB‘export’,the aim of this work is to‘help TCE to more effectively accommodate some criticisms and more realistically deal with problems of economic organization in today’s global economy’(Chen et al.,2002,567).Overall,Buckley(2002)may have exhibited a tendency which can be labeled as‘scholarly mercantilism’,characterized by his advocacy for having possibly sealed and protected boundaries for IB set by whatever‘big questions’the field can establish,interest in seeing more IB‘exports’than ‘imports’,and frustration with IB’s‘trade deficit’in scholarly exchanges.8Although this is a very natural and intuitive tendency,I believe that Buckley(and other IB scholars who share his view) can do better,because every IB textbook has convincingly indicated that mercantilistic think-ing,characterized by its zero-sum mentality in favor of more exports and less imports,has become outdated(e.g.,Griffin and Pustay,2003;Hill,2003; Shenkar and Luo,2004).According to the theory of mercantilism,the United States,which has the world’s largest trade deficit,should have theworld’s Journal of International Business Studies。
新世纪高等院校 综合教程 第一册 教师用书 笔记 unit 12 Gender Bias in Language
Unit 12 Gender Bias in LanguageSection One Pre-reading Activities (2)I. Reading aloud (2)II.Cultural information (2)III. Audiovisual supplements (3)Section Two Global Reading (4)I. Text analysis (4)II. Structural analysis (4)Section Three Detailed Reading (5)Text I (5)Section Four Consolidation Activities (16)I. Vocabulary Analysis (16)II. Grammar Exercises (20)III Translation exercises (23)V. Oral activities (25)VI. Writing Practice (26)VII. Listening Exercises (28)Section Five Further Enhancement (31)I. Text II (31)II. Memorable Quotes (34)Section One Pre-reading ActivitiesI. Reading aloudRead the following sentences aloud, paying special attention to incomplete plosives and liaison. A plosive which has no audible release is put in brackets.1. Yet it is often misunderstood and misinterpreted, for language is a very complicated mechanism with a grea(t) deal of nuance.2. This is an example of the gender bias that exists in the English language.3. It is at this point that Nilsen argues tha(t) the gender bias comes into play.4. It is up to us to decide wha(t) we will allow to be used and ma(d)e proper in the area of language.II.Cultural information1. Why We Need an Equal Rights Amendment:Why We Need an ERA; The Gender Gap Runs Deep in American LawMartha Burk and Eleanor Smeal Why is the amendment needed? Twenty-three countries —including Sri Lanka and Moldova—have smaller gender gaps in education, politics and health than the United States, according to the World Economic Forum. We are 68th in the world in women's participation in national legislatures. On average, a woman working full time and year-round still makes only 77 cents to a man's dollar. Women hold 98 percent of the low-paying "women's" jobs and fewer than 15 percent of the board seats at major corporations. Because their private pensions—if they have them at all —are lower and because Social Security puts working women at a disadvantage and grants no credit for years spent at home caring for children or aging parents, three-quarters of the elderly in poverty are women. And in every state except Montana, women still pay higher rates than similarly situated men for almost all kinds of insurance. All that could change if we put equal rights for women in our Constitution.2. Gender bias in educationGender bias in education is an insidious problem that causes very few people to stand up and take notice. The victims of this bias have been trained through years of schooling to be silent and passive, and are therefore unwilling to stand up and make noise about the unfair treatment they are receiving. Girls and boys today are receiving separate and unequal educations due to the gender socialization that takes place in our schools and due to the sexist hidden curriculum students are faced with every day. Unless teachers are made aware of the gender-role socialization and the biased messages they are unintentionally imparting to students everyday, and until teachers are provided with the methods and resources necessary to eliminate gender-bias in their classrooms,girls will continue to receive an inequitable education.Sadker, D., Sadker, M. (1994) "Failing at Fairness: How Our Schools Cheat Girls". Toronto, ON: Simon & Schuster Inc.III. Audiovisual supplementsWatch a video clip and answer the following questions.1. What happened to the woman?2. What does the defense counsel mean in the last sentence?Answers to the Questions:1. She was hit by a male doctor when she was slowly pulling out and got severely injured in her neck. But she doesn’t have insurance, so she’s in debt now.2. He is trying to convince the jury that a male ER (emergency room) doctor is not possible to lose control of his car, but a woman facing a lot of problems in her life like Erin is quite dangerous when she is driving. The defence counsel’s words obviously show his gender discrimination.Video Script:Erin: I was pulling out real slow and out of nowhere his Jaguar comes racing around the corner like a bat out of hell ... They took some bone from my hip and put it in my neck. I don’t have insurance, so I’m about $17,000 in debt right now ... I couldn’t take painkillers ‘cause they made me too groggy to care for my kids ... Matthew’s eight, and Katie’s almost six ... and Beth’s just nine months ... I just wanna be a good mom, a nice person, a decent citizen (I)just wanna take good care of my kids, you know?Ed (Prosecuting Counsel): Yeah. I know.Defence Counsel: Seventeen thousand in debt? Is your ex-husband helping you?Erin: Which one?Defence Counsel: There’s more than one?Erin:Yeah. There’re two. Why?Defence Counsel: So, you must have been feeling pretty desperate that afternoon.Erin:What’s your point?Defence Counsel: Broke, three kids, no job. A doctor in Jaguar? Must be a pretty good meal ticket.Ed: Objection!Erin: What? He hit me!Defence Counsel: So you say.Erin: He came tearing around the corner out of control.Defence Counsel: An ER doctor who spend his days saving lives was the one out of control?Section Two Global ReadingI. Text analysis1. Which two opinions are presented in the first paragraph?There are those who believe that the language that we use everyday is biased in and of itself. Then there are those who feel that language is a reflection of the prejudices that people have within themselves.2. Which sentences in the conclusion show the writer’s attitude?In the last p aragraph, we find these sentences: “It is necessary for people to make the proper adjustments internally to use appropriate language to effectively include both genders. We qualify language. It is up to us to decide what we will allow to be used and made proper in the area of language.” Evidently, they denote the writer’s attitude toward what we should do about gender bias in language.II. Structural analysis1. What type of writing is the text?This text is an expositive essay with reference to gender bias in language.2. What’s the main strategy to develop this expositive essay?The text is mainly developed by means of exemplification. Examples are abundantly used in Paragraphs 2-6.Section Three Detailed ReadingText IGender Bias in Languagenguage is a very powerful element. It is the most common method of communication.Yet it is often misunderstood and misinterpreted, for language is a very complicated mechanism with a great deal of nuance. There are times when in conversation with another individual, that we must take into account the person’s linguistic genea logy. There are people who use language that would be considered prejudicia l or biased in use. But the question that is raised is in regard to language usage: Is language the cause of the bias or is it reflective of the preexisting bias that the user holds? There are those who believe that the language that we use in day-to-day conversation is biased in and of itself. They feel that the term "mailman", for example, is one that excludes women mail carriers. Then there are those who feel that language is a reflection of the prejudices that people have within themselves. That is to say, the words that people choose to use in conversation denote the bias that they harbor within their own existence.2.There are words in the English language that are existing or have existed (some of themhave changed with the new wave of “political correctness” coming about) that havei nherently been sexually biased against women. For example, the person who investigatesreported complaints (as from consumers or students), reports findings, and helps to achieve fair and impartial settlements is ombudsman (Merriam-Webster Dictionary), but ombudsperson here at Indiana State University. This is an example of the gender bias that exists in the English language. The language is arranged so that men are identified with exalted positions, and women are identified with more service-oriented positions in which they are being dominated and instructed by men. So the language used to convey this type of male supremacy is generally reflecting the honored position of the male and the subservience of the female. Even in relationships, the male in the home is often referred to as the “man of the house,” even if it is a 4-year-old child. It is highly insulting to say that a 4-year-old male, based solely on his gender, is more qualified and capable of conducting the business and affairs of the home than his possibly well-educated, highly intellectual mother. There is a definite disparity in that situation.3.In American culture, a woman is valued for the attractiveness of her body, while a manis valued for his physical strength and his achievements. Even in the example of word pairs the bias is evident. The masculine word is put before the feminine word, as in the examples of Mr. and Mrs., his and hers, boys and girls, men and women, kings and queens, brothers and sisters, guys and dolls, and host and hostess. This shows that the usage of many of the English words is also what contributes to the bias present in the English language.4.Alleen Pace Nilsenn notes that there are instances when women are seen as passivewhile men are active and bring things into being. She uses the example of the wedding ceremony. In the beginning of the ceremony, the father is asked who gives the bride away andhe answ ers, “I do.” It is at this point that Nilsen argues that the gender bias comes into play.The traditional concept of the bride as something to be handed from one man (the father) to another man (the husband-to-be) is perpetuated. Another example is in the instance of sexual relationships. The women become brides while men wed women. The man takes away a woman’s virginity and a woman loses her virginity. This denotes her inability, apparently due to her gender, to hold on to something that is a part of her, thus enforcing the man’s ability and right to claim something that is not his.5.To be a man, according to some linguistic differences, would be considered an honor. Tobe endowed by genetics with the encoding of a male would be as having been shown grace, unmerited favor. There are far greater positive connotations connected with being a man than with being a woman. Nilsen yields the example of “shrew” and “shrewd.” The word “shrew”is taken from the name of a small but especially vicious animal; however in Nilsen’s dictionary, a “shrew” was identified as an “ill-tempered, scolding woman.” However, the word “shrewd,” which comes from the same root, was defined as “marked by clever discerning awareness.” It was noted in her dictionary as a shrewd businessm an. It is also commonplace not to scold little girls for being “tomboys” but to scoff at little boys who play with dolls or ride girls’ bicycles.6.In the conversations that come up between friends, you sometimes hear the words“babe,” “broad,” and “chick.” These are words that are used in reference to or directed toward women. It is certainly the person’s right to use these words to reflect women, but why use them when there are so many more to choose from? Language is the most powerful tool of communication and the most effective tool of communication. It is also the most effective weapon of destruction.7.Although there are biases that exist in the English language, there has been considerablechange toward recognizing these biases and making the necessary changes formally so that they will be implemented socially. It is necessary for people to make the proper adjustments internally to use appropriate language to effectively include both genders. We qualify language. It is up to us to decide what we will allow to be used and made proper in the area of language.Paragraph 1Questions:1. What does the writer think of language?The author thinks that language is very powerful and the most common method of communication, but is often misunderstood and misinterpreted, for it is a very complicated system of symbols with plenty of subtle differences.Words and ExpressionsCollocation:1. bias:1) n. an opinion or feeling that strongly favors one side in an argument or an item in a group or series; predisposition; prejudicee.g. This university has a bias towards the sciences.Students were evaluated without bias.2) vt. to unfairly influence attitudes, choices, or decisionse.g. Several factors could have biased the results of the study.Collocation:bias against/towards/in favor ofe.g. It's clear that the company has a bias against women and minorities.Phrase:gender bias: sex prejudice; having bias towards the male and against the femalee.g. Gender bias is still quite common in work and payment.2. nuance: adj. slight, delicate or subtle difference in color, appearance, meaning, feeling, etc.e.g. Language teachers should be able to react to nuances of meaning of common words.He was aware of every nuance in her voice.Synonym:subtletyCollocation:nuance of3. prejudicial: adj.causing harm to sb’s rights, interests, etc.; havin g a bad effect on sth.e.g. These developments are prejudicial to the company’s future.What she said and did was prejudicial to her own rights and interests.Synonyms:damaging, detrimental, prejudiciousDerivation:prejudice: n.4. in/with regard to: in connection with; concerninge.g. I have nothing to say in regard to your complaints.She is very sensitive in regard to her family background.I refuted him in regard to his injustice.5. reflective: adj. (of a person, mood, etc.) thoughtful; (of a surface) reflecting lighte.g. She is in a reflective mood.These are reflective number plates.Derivation:reflectiveness: n.6. denote:vt. be the name, sign or symbol of; refer to; represent or be a sign of somethinge.g. What does the word "curriculum"denote that "course" does not?Crosses on the map denote villages.Derivations:denotative: adj.denotation: n.Synonyms:connoteindicate7. harbor: vt.1) keep bad thoughts, fears, or hopes in your mind for a long timee.g. She began to harbor doubts over the wisdom of their journey.2) contain something, especially something hidden and dangerouse.g. Sinks and draining boards can harbor germs.3) protect and hide criminals that the police are searching fore.g. You may be punished if you harbor an escaped criminal or a spy.Derivation:harbor: n.Sentences1. ... language is a very complicated mechanism with a great deal of nuance. (Paragraph 1) Explanation: … language is a very complicated system of communication. Even slight variations in the pitch, tone, and intensity of the voice and in the choice of words, etc. can express a great deal of subtle shades of meaning.2.… we must take into account the person’s linguistic genealogy. (Paragraph 1): Paraphrase: we must consider the person’s long-standing conventions in language use. Translation: 我们必须将这人的语言谱系学考虑在内。
Unit1单词讲义高中英语选择性3
Unit1单词讲义selfcritical词性:形容词中文意思:自我批评的,对自己要求严格的英文释义:relating to or involving the critical examination of one's own faults, mistakes, and so on词源:self(自己)+ critical(批评的)例句:She is very selfcritical about her work.固定搭配:selfcritical attitude/behavior近义词:conscientious, scrupulous, meticulousfreckle词性:名词、动词中文意思:雀斑,使生斑点英文释义:a small brown spot on the skin; to make (skin) covered with small brown spots词源:来自苏格兰盖尔语"frecca",意为"斑点"例句:She has freckles on her nose. / The sun freckled my skin.固定搭配:frecklefaced(长着雀斑的脸)近义词:speckle, spot, markenlarge词性:动词中文意思:扩大,放大英文释义:to make or bee larger in size or amount词源:来自拉丁语"enlargere",意为"扩大"例句:He wants to enlarge his business. / Can you enlarge this photo?固定搭配:enlarge on/upon(详细阐述)近义词:expand, amplify, magnifyboost词性:动词、名词中文意思:推动,促进;增加,提高英文释义:to increase the value, level, amount, etc. of something; an increase in the value, level, amount, etc. of something词源:来自古英语"botstian",意为"推动"例句:The new advertising campaign will boost sales. / A cup of coffee can give you a boost of energy.固定搭配:boost morale(提高士气)/ boost efficiency(提高效率)近义词:increase, enhance, promotenarcissist词性:名词中文意思:自恋者,自我陶醉者英文释义:a person who has an excessive interest in or admiration of themselves词源:来自希腊神话中的美少年那喀索斯(Narcissus),他爱上了自己在水中的倒影,最终因无法得到所爱而死去。
随机过程论答案(钱敏平,龚光鲁)v1
Therefore, it is a martingale.
♦
问题 (2) 设{Mt : t ∈ T }是鞅,则{| Mt |: t ∈ T }, {Mt2 : t ∈ T }, {eλMt : t ∈ T }, {eCMt : t ∈ T }, {Mt ∨ C : t ∈ T }当 他 们 可 积 分 时 都 是submartingale; {Mt ∧ C : t ∈ T } 是 个supermartingale, where λ, C are constants.
2
证明 According to proposition 2.1 of [?], {Mt ∧ C : t ∈ T } is a supermartingale and {−Mt ∧ C : t ∈ T }, {Mt ∨ C : t ∈ T } are two submartingales ⇒ . {| Mt = Mt ∨ 0 − Mt ∧ 0 |: t ∈ T } is a submartingale; since f1 (x) =| x |, f2 (x) = x2 , f3 (x) = eλx , f 4 (x) = eCx are all convex functions, according to proposition 2.2 of [?], {| Mt |: t ∈ T }, {Mt2 : t ∈ T }, {eλMt : t ∈ T }, {eCMt : t ∈ T } are submartingales.
问题 (1) 是直接给出Bernoulli 序列所定义的概率空间(Ω, F, P ),兵定 义出相应的随机过程。 例 (1) 某 人 从 装 有M个 红 球 和N个 白 球 的 袋 中, 重 复 放 回 抽 取。 若 将 抽 到 红 球 记 为0, 白 球 记 为1, 那 么 每次 的 抽 取 结 果 是 随 机 的。 不 难 看 出 第n1 , n2 , . . . , ns 次 的 结 果 一 次 是a1 , a2 , . . . , as (ai = 0或1)的 概 率 N , q = 1 − p。 为pa1 +...+as q s−(a1 +...+as ) 其中p = N +M
常见gcc 编译错误整理
常见gcc 编译错误整理常见gcc 编译错误整理(开始) 11 error: expected expression before 'else' else之前无表达式。
2 error: lvalue required as left operand of assignment 左值问题。
3 error: invalid storage class for function 'XXXXXX' 在文件的某个地方,丢失了一个大括号‘}’。
常见gcc编译警告整理(开始)1、warning: no newline at end of file 在文件最后一行加上回车键解释:在《Rationale for the C99 standard》一文中,有C99的相关信息:A backslash immediately before a newline has long been used to continue string literals, as well as preprocessing command lines. In the interest of easing machine generation of C, and of transporting code to machines with restrictive physical line lengths, the C89 Committee generalized this mechanism to permit any token to be continued by interposing abackslash/newline sequence.c/c++代码的每一行后面有一个“结束符”,也就是newline。
避免当被include的文件展开后,前一个文件的最后一行与后一个文件的第一行直接被连接成一行从而造成错误。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
a r X i v :m a t h /0512018v 3 [m a t h .D S ] 10 J u l 2008EXISTENCE OF C 1,1CRITICAL SUB-SOLUTIONS OF THEHAMILTON-JACOBI EQUATION ON COMPACT MANIFOLDSPATRICK BERNARDPatrick Bernard CEREMADE,UMR CNRS 7534Universit´e de Paris Dauphine Pl.du Mar´e chal de Lattre de Tassigny 75775Paris Cedex 16,France patrick.bernard@ceremade.dauphine.fr Abstract:We offer a simple proof of the existence of a C 1,1solution of the Hamilton-Jacobi equation in the context of Mather theory.We derive some dynamical consequences of this result.We also prove that the solution can be obtained strict outside of the Aubry set.2PATRICK BERNARDLet M be a compact manifold without boundary.A function H(x,p):T∗M−→R is called a Tonelli Hamiltonian if it is C2and if,for each x∈M,the function p−→H(x,p)is convex with positive definite Hessian and superlinear on thefibre T∗x M.Each Tonelli Hamiltonian generates a complete C1flowψt.We consider the Hamilton-Jacobi equation(HJ)H(x,du x)=c,with a special emphasis on sub-solutions.A function u:M−→R is called a sub-solution of (HJ)if it is Lipschtiz and satisfies the inequality H(x,du x) c at almost every point.Note that this definition is equivalent to the notion of viscosity sub-solutions,see[4].We denote by C1,1(M,R)the set of differentiable functions with Lipschitz differential.The goal of the present paper is to present a short and selfcontained proof of:Theorem A Let H be a Tonelli Hamiltonian.If the Hamilton-Jacobi equation(HJ)has a sub-solution,then it has a C1,1sub-solution.Moreover,the set of C1,1sub-solutions is dense for the uniform topology in the set of sub-solutions.Fathi and Siconolfirecently proved the existence of a C1sub-solution in[5],see[8]for the non-autonomous case.Our result is optimal in the sense that examples are known where a C1,1 sub-solution exists,but no C2sub-solution,see Appendix A.There exists a real numberα(H), called the Ma˜n´e critical value in the literature,such that the equation(HJ)has sub-solutions if and only if c α(H).One can prove the existence of smooth sub-solutions for c>α(H)by standard regularization,see[3].As a consequence,our Theorem is relevant for the sub-solutions of the critical equation H(x,du x)=α(H),which are called the critical sub-solutions of(HJ). The study of the critical Hamilton-Jacobi equation H(x,du x)=α(H)is the core of Fathi’s weak KAM theory.A sub-solution u is called strict on the open set U⊂M if there exists a smooth non-negative function V:M−→R which is positive on U and such that u is also a sub-solution of the equation H(x,du x)+V(x)=c.By applying the Theorem to the Hamiltonian H+V,we obtain:Addendum If there exists a sub-solution of(HJ)which is strict on the open set U,then there exists a C1,1sub-solution which is strict on U.We now expose some dynamical consequences of the main result,which lead to a very short proof of the existence of invariant sets contained in Lipschitz graphs:Theorem B There exists a unique non-empty compact set˜A(H)⊂T∗M with the following properties:(1)˜A(H)is invariant for the Hamiltonianflow,and˜A(H)⊂H−1(α(H)).(2)For each C1critical sub-solution u of(HJ),we have˜A(H)⊂Γu:={(x,du x)|x∈M}.(3)There exists a critical C1,1sub-solution u of(HJ)which is strict on the complement ofthe projection A(H)of˜A(H)onto M.It is an easy consequence of Theorem B that the set˜A(H)is a Lipschitz graph above A(H) and is not empty.We explain in the course of the proof of Theorem B in section2that˜A(H) is the set usually called the Aubry set in the literature(although it was introduced by John Mather).Let us quote explicitely the following:Corollary There exists a critical C1,1sub-solution which is strict outside of the projected Aubry set.SUB-SOLUTIONS OF THE HAMILTON-JACOBI EQUATION 3We give some examples in Appendix A,which explain why C 1,1regularity is optimal.Theorem A is proved in Section 1,with the use of some properties of semi-concave functions which are recalled in Appendix B.Theorem B is proved in Section 2.I wish to thank Cedric Villani,whose questions about the geometry of optimal transportation led me to the Proposition 2which is the key of the proof.1.The Lax-Oleinik semi-groups and sub-solutionsWe prove Theorem A.It is necessary to start with more definitions.We define the Lagrangian L :T M −→R associated to H by the relationL (x,v )=max p ∈T ∗x Mp (v )−H (x,p ).Then we define,for each t 0,the function A t :M ×M −→R by A t (x,y ):=min γ tc +L (γ(s ),˙γ(s ))ds where the minimum is taken on the set of curves γ∈C 2([0,t ],M )which satisfy γ(0)=x and γ(t )=y .Following Fathi,we define the Lax-Oleinik semi-groups T t and ˘T t on C 0(M,R )by T t u (x )=min y ∈M u (y )+A t (y,x ) and ˘T t u (x )=max y ∈M u (y )−A t (x,y ) .The following useful Lemma is proved in Fathi’s book:Lemma 1.Given a Lipschitz function u :M −→R ,the following properties are equivalent:•u isa sub-solution of (HJ).•Theinequality u (y )−u (x ) A t (x,y )holds for each t >0and each (x,y )∈M ×M .•Thefunction [0,∞[∋t −→T t u (x )is non-decreasing for each x ∈M .•The function [0,∞[∋t −→˘Tt u (x )is non-increasing for each x ∈M .An important consequence is that the semi-groups T t and ˘Tt preserve the set of sub-solutions.Another important property of these semigroups is that,for each t >0and each continuous function u ,the function T t u is semi-concave and the function ˘Tt u semi-convex,see [1,4]and Appendix B for the definitions.Recall that a function is C 1,1if and only if it is both semi-concave and semi-convex.If u is a sub-solution of (HJ),then for each s >0and t >0,the function T s ˘Tt u is a sub-solution.We shall prove that,for each fixed t >0,this function is C 1,1when s is small enough.Ludovic Rifford has pointed out to the author that this is a kind of Lasry-Lions regularization,see [7].Since ˘Tt u is semi-convex,Theorem A follows from the following result,which may have other applications.Proposition 2.Let H be a Tonelli Hamiltonian.For each semi-convex function v ,the function T s v is C 1,1for each sufficiently small s >0.Proof.In order to prove this proposition,it is enough to prove that the function T s v is semi-convex for small s ,since we already know that it is semi-concave for all s >0.This follows from two Lemmas:Lemma 3.For each bounded subset F ⊂C 2(M,R )there exists a time s 0>0such that,for each s ∈[0,s 0],the image T s (F )is a bounded subset of C 2(M,R )and the following relation holds for all functions f ∈F and all x ∈M (1)T s f (x (s ))=f (x )+sc +L (x (t ),˙x (t ))dt,where x (t )is the curve π◦ψt (x,d f (x ))(π:T ∗M −→M is the projection and ψt is the Hamil-tonian flow).4PATRICK BERNARDProof.Let us consider a C2function f and the graphΓf⊂T∗M of its differential.This graph is a C1Lagrangian manifold transversal to thefibers.It is known that,for s 0small enough, the Lagrangian manifoldψs(Γf)is the graph of a C2function,and that this C2function is T s f. Then,we have(1).The maximum time s0such that these properties hold is uniform for families of functions which are bounded in C2norm(for then the associated graphs are contained in a given compact set,and are uniformly transversal to the verticals).In addition,one can choose s0in such a way that the set{T s f,s∈[0,s0],f∈F}is bounded in the C2topology,(which amounts to say that the manifoldsψs(Γf)are uniformly transversal to thefibers).Lemma4.Let v be a semi-convex function.Then there exists a bounded subset F⊂C2(M,R) and a time s0>0such thatT s v=maxT s ff∈Ffor all s∈[0,s0],hence T s v is a semi-convex function for s 0small enough.Proof.If v is semi-convex,then there exists a bounded subset F⊂C2(M,R)such that v=max F f and such that for each x and each p∈∂−v(x)(the set of proximal sub-differentials of v at point x,see Appendix B),there exists a function f∈F satisfying(f(x),d f(x))=(v(x),p), see Appendix B.Let usfix from now on such a family F of functions,and consider the time s0 associated to this family by thefirst Lemma.Notice thatT s fT s v supf∈Ffor all s,because for each f∈F we have f v hence T s f T s v.In order to prove that the equality holds for s∈[0,s0],let usfix a point x∈M.There exists a point y such thatT s v(x)=v(y)+A s(y,x).Now let(x(t),p(t)):[0,s]−→T∗M be a Hamiltonian trajectory which is optimal for A s(y,x). We mean that x(0)=y,x(s)=x,andA s(y,x)= s0c+L(x(t),˙x(t))dt.It is known(see[4,1])that−p(0)is then a proximal super-differential of the function z−→A s(z,x)at point y.Since the function z−→u(z)+A s(z,x)is minimal at y,the linear form p(0)is a proximal sub-differential of the function u at point y.Let us consider a function f∈F such that(f(y),d f(y))=(u(y),p(0)).Then we have(x(t),p(t))=ψt(y,d f(y))and,by thefirst Lemma,T s f(x)=T s f(x(s))=f(y)+ s0c+L(x(t),˙x(t))dt=u(y)+A s(y,x)=T s u(x).We have proved that,for each point x∈M,there exists a function f∈F such that T s f(x)= T s u(x).This ends the proof.The proof also implies:Corollary5.If u is a C1,1sub-solution,then there existsǫ>0such that T t u and˘T t u are C1,1 sub-solutions when t∈[0,ǫ].In addition,we have,for these values of t,Γu=ψt Γ˘T t u =ψ−t ΓT t uwhereΓf is the graph of the differential of f.SUB-SOLUTIONS OF THE HAMILTON-JACOBI EQUATION52.The Aubry setIn this section,we consider only the critical case c=α(H),and prove Theorem B.Let us first define the projected Aubry set A(H)⊂M.This is the set of points x∈M such that H(x,du x)=α(H)for each C1sub-solution u.A similar definition is given in[6].Lemma6.If u1and u2are two critial C1sub-solutions,then du1=du2on A(H).Proof.If du1(x)=du2(x),then,by the strict convexity of H,the function(u1+u2)/2is a C1 critical sub-solution which is strict at x.This implies that x does not belong to A(H).As a consequence,we can define in a natural way the set˜A(H):={(x,dux)|x∈A(H)}where u is any C1critical sub-solution.Lemma7.There exists a C1,1critical sub-solution u which is strict outside of A(H).Proof.By the Addendum of Theorem A,it is enough to prove that there exists a critical sub-solution which is strict outside of A(H).Since C1(M,R)is separable,the set of critical C1 sub-solutions of(HJ)endowed with the C1norm is separable.As a consequence,there exists a dense sequence u n of C1critical sub-solutions.The C1functionu(x):=∞ n=1u n(x)6PATRICK BERNARD(the last inequality holds because u is a critcal sub-solution)andu(x) w(x)=u(y)− t0α(H)+L(γ(s),˙γ(s))ds v(y)− t0α(H)+L(γ(s),˙γ(s))ds=u(x).It follows that u(x)=w(x)=˘T t u(x).As a consequence,all the inequalities involved are equali-ties,hence u(y)=v(y)=T t u(y).This equality can be proved at any point y∈A(H)by taking x=π◦ψ−t(y,du y),whereπ:T∗M−→M is the projection.Indeed,in this case,we have ψt(x,du x)=(y,dv y)=(y,du y).If(γ(t),p(t)):R−→T∗M is a Hamiltonian trajectory contained in˜A(H).It follows from the remarks above that the curveγ(t)is calibrated by all critical sub-solutions u in the sense that the equalityu(γ(t))−u(γ(s))= t sα(H)+L(γ(σ),˙γ(σ))dσholds for all[s,t]⊂R.This implies that our definition of the Aubry set is the same as the one given in Fathi’s book.Appendix A.ExamplesA.1.Mechanical Hamiltonian system.Let us consider the caseH(x,p)=12(p+P)2−sin2(πx)depending on the real parameter P.For P=0this is a Mechanical system as discussed above, and the constants are sub-solutions of(HJ).Let X(x):T−→R be the function such that X(x)=sin(πx)for x∈[0,1].Let us seta=2SUB-SOLUTIONS OF THE HAMILTON-JACOBI EQUATION7 A function u:M−→R is called semi-concave if there exists a bounded subset F u of the set C2(M,R)such thatf.u=inff∈F uA semi-concave function is Lipschitz.We say that the linear form p∈T x M is a proximal super-differential of the function u at point x if there exists a C2function f such that f−u has a minimum at x and d f x=p.We denote by∂+u(x)the set of proximal superdifferentials of u at x.We say that a linear form p∈T x M is a K-super-differential of the function u at point x if for each chartϕ∈Φand each point y∈B2satisfyingϕ(y)=x,the inequalityu◦ϕ(z)−u◦ϕ(y) p◦dϕy(z−y)+K z−y 2holds for each z∈B2.A function u on M is called K-semi-concave if it has a K-super-differential at each point.It is equivalent to require that,for eachϕ∈Φ,the functionu◦ϕ(y)−K y 2is concave on B2.As a consequence,if u is K-semi-concave and if p is a proximal super-differential of u at x,then p is a K-super-differential of u at x.Proposition10.A function u is semi-concave if and only if there exists a number K>0such that u is K-semi-concave.Then,there exists a bounded subset F⊂C2(M,R)such thatu=minff∈Fand,for each point x∈M and each super-differential p of u at x,there exists a function f∈F such that(f(x),d f(x))=(u(x),p).Proof.Let us consider a smooth function g:R d−→R such that0 g 1,and such that g=0outside of B2and g=1inside B1.Let us associate,to each chartϕ∈Φ,and each point (x,p)∈T x M satisfying x∈ϕ(B1),the function f x,p,ϕ:M−→R defined byf x,p,ϕ◦ϕ(z):=g(z) u(x)+p◦dϕy(z−y)+K z−y 2 +(1−g(z))max ufor z∈B2,where y=ϕ−1(x),and f x,p,ϕ=max u outside ofϕ(B2).The functions f x,p,ϕ,ϕ∈Φ,x∈ϕ(B1),p∈∂+u(x)form a bounded subset F of C2(M,R).It is easy to check that f=min f∈F f.A function u is called semi-convex if−u is semi-concave.Proposition11.A function is C1,1if and only if it is semi-concave and semi-convex.A very elementary proof of this statement is given in the book of Fathi.Another proof is given in[2],Corollary3.3.8.References1.P.Bernard,The dynamics of pseudographs in convex Hamiltonian systems,preprint.2.P.Cannarsa and C.Sinestrari,Semiconcave functions,Hamilton-Jacobi equations and optimal control,Progress in nonlinear differential equations and their applications,Birkh¨a user(2004).3.G.Contreras,R.Iturriaga,G.P.Paternain and M.Paternain,Lagrangian graphs,minimizing measures andMa˜n´e’s critical values.GAF A8(1998),no.5,788–809.4.A.Fathi,Weak KAM Theorem in Lagrangian Dynamics,Book to appear.5.A.Fathi and A.Siconolfi,Existence of C1critical sub-solutions of the Hamilton-Jacobi equation,Invent.Math.155(2004),no.2,363–388.6.A.Fathi and A.Siconolfi,PDE aspects of Aubry-Mather theory for quasiconvex Hamiltonians Calc.of Var.22(2005),185–228.sry and J.L.Lions,A Remark on regularization in Hilbert Spaces,Israel J.Math.55(1986),no3,257–266.8.D.Massart,Sub-solutions of time-periodic Hamilton-Jacobi equations,to appear in Erg.Theory and Dyn.Syst.。