百科解釋
目錄·C/Java中·Pascal中·BASIC中·批處理·歌曲 C/Java中 if 語句 (1) if 語句的原型 if (表達式) 一個語句; else 一個語句; 如果表達式的值為真,執(zhí)行 if 后面的語句;如果表達式的值為假,執(zhí)行情況 else 后面的語句。 一個語句指必須有一個語句,而且只能有一個語句。 (2) 簡化的 if 語句 if (表達式) 一個語句; 沒有 else 部分. (3) 復(fù)合的 if 語句 如果在一個語句處,要寫多個語句,就要加上{}。 if (表達式) { 語句;... 語句; } else { 語句;... 語句; } (4) 嵌套的 if 語句 就是 if 語句套 if 語句 if (表達式) if (表達式) 語句 else 語句 因為 if 可以簡化,所有在嵌套時有時會出現(xiàn)歧義,例如上例中,else 是與第一個 if 配對,還是與第二個 if 配對?這種時候,系統(tǒng)就武斷地認為 else 與最近的一個 if 相對應(yīng)。Pascal中 if <條件> then <語句1> else <語句2>; 或者 if <條件> then <語句> ; 注意:Pascal中也有if 的嵌套,但else只承接最后一個沒有承接的if,如: if <條件1> then if <條件2> then <語句1> else <語句2>; 此處<語句2>當且僅當<條件1>成立且<條件2>不成立時運行 if <條件1> then begin if <條件2> then <語句1> end else <語句2>; 此處<語句2>只要<條件1>成立就運行BASIC中 IF <條件> THEN <語句體> END IF 或者 IF <條件> THEN <語句體1> ELSE <語句體2> END IF批處理 IF (DOS命令) 執(zhí)行批處理程序中的條件處理。 IF [NOT] ERRORLEVEL number command IF [NOT] string1==string2 command IF [NOT] EXIST filename command NOT 指定只有條件為 false 的情況下, Windows XP 才 應(yīng)該執(zhí)行該命令。 ERRORLEVEL number 如果最后運行的程序返回一個等于或大于 指定數(shù)字的退出編碼,指定條件為 true。 string1==string2 如果指定的文字字符串匹配,指定條件為 true。 EXIST filename 如果指定的文件名存在,指定條件為 true。 command 如果符合條件,指定要執(zhí)行的命令。如果指定的 條件為 FALSE,命令后可跟一個執(zhí)行 ELSE 關(guān)鍵字后的命令的 ELSE 命令。 ELSE 子句必須在 IF 之后出現(xiàn)在同一行上。例如: IF EXIST filename. ( del filename. ) ELSE ( echo filename. missing. ) 因為 del 命令需要用一個新行終止,以下子句不會有效: IF EXIST filename. del filename. ELSE echo filename. missing 由于 ELSE 命令必須與 IF 命令的尾端在同一行上,以下子句也 不會有效: IF EXIST filename. del filename. ELSE echo filename. missing 如果都放在同一行上,以下子句有效: IF EXIST filename. (del filename.) ELSE echo filename. missing 如果命令擴展名被啟用,IF 會如下改變: IF string1 compare-op string2 command IF CMDEXTVERSION number command IF DEFINED variable command 其中,比較運算符可以是: EQU - 等于 NEQ - 不等于 LSS - 小于 LEQ - 小于或等于 GTR - 大于 GEQ - 大于或等于 及 /I 開關(guān);如果該開關(guān)被指定,則說明要進行的字符串比較不分 大小寫。/I 開關(guān)可以用于 IF 的 string1==string2 的形式上。這些 比較都是通用的;原因是,如果 string1 和 string2 都是由數(shù)字 組成的,字符串會被轉(zhuǎn)換成數(shù)字,進行數(shù)字比較。 CMDEXTVERSION 條件的作用跟 ERRORLEVEL 的一樣,除了它 是在跟與命令擴展名有關(guān)聯(lián)的內(nèi)部版本號比較。第一個版本 是 1。每次對命令擴展名有相當大的增強時,版本號會增加一個。 命令擴展名被停用時,CMDEXTVERSION 條件不是真的。 如果已定義環(huán)境變量,DEFINED 條件的作用跟 EXISTS 的一樣, 除了它取得一個環(huán)境變量,返回的結(jié)果是 true。 如果沒有名為 ERRORLEVEL 的環(huán)境變量,%ERRORLEVEL% 會擴充為 ERROLEVEL 當前數(shù)值的字符串表達式;否則,您會得到 其數(shù)值。運行程序后,以下語句說明 ERRORLEVEL 的用法: goto answer%ERRORLEVEL% :answer0 echo Program had return code 0 :answer1 echo Program had return code 1 您也可以使用以上的數(shù)字比較: IF %ERRORLEVEL% LEQ 1 goto okay 如果沒有名為 CMDCMDLINE 的環(huán)境變量,%CMDCMDLINE% 將在 CMD.EXE 進行任何處理前擴充為傳遞給 CMD.EXE 的原始 命令行;否則,您會得到其數(shù)值。 如果沒有名為 CMDEXTVERSION 的環(huán)境變量, %CMDEXTVERSION% 會擴充為 CMDEXTVERSION 當前數(shù)值的 字串符表達式;否則,您會得到其數(shù)值。 歌曲 歐美組合bread[面包] 曾有一首歌曲叫<If> 歌詞如下 If a picture paints a thousand words, then why can&#039;t I paint you? The words will never show the you I&#039;ve come to know. if a face could launch a thousand ships, then where am I to go? There&#039;s no one home but you, You&#039;re all that&#039;s left me to. And when my love for life is running dry, you come and pour yourself on me. If a man could be two places at one time, I&#039;d be with you. Tommorrow and today, beside you all the way. If the world should stop revolving spinning slowly down to die, I&#039;d spend the end with you. And when the world was through, Then one by one the stars would all go out, then you and I would simply fly away 世界知名設(shè)計大獎if,由德國主辦! IF 中頻”在漢英詞典中的解釋(來源:百度詞典): 1.[Radio] intermediate frequency; mean frequency; median frequency 中頻 高于低頻﹑低于高頻的電磁振蕩,其范圍一般是10-550千周。在超外差式收音機中,由收音機本身產(chǎn)生的振蕩和接收到的高頻混合而取得中頻。 中頻抑制 IF (intermediate frequency) 中頻抑制。 用來在中頻衡量AM或FM調(diào)諧器抑制外來干擾的能力,數(shù)字越大越好。包含很多晶體管和電阻器的一塊小型電子器件,它是大多數(shù)音頻組件的基本組成部分。歌曲 全慧彬《IF》 &#47560;&#45376;&#50976;&#55148; OST - IF (&#51204;&#54812;&#48712;) &#46160;&#44540;&#44144;&#47160;&#45912; &#45320;&#51032; &#51222;&#51008; &#46263; &#47784;&#49845;&#50640; du ken ge lie den ne ai ze zen dui mao si bai &#45208;&#51032; &#49552;&#50640; &#51080;&#45716; &#51089;&#51008; &#50864;&#49328; na ai sao nai i nen za gen wu san &#49324;&#46993;&#51060; &#50728; &#44163; &#44057;&#50500; sa lang i aon ge ga ta &#51312;&#49900;&#49828;&#47084;&#50892; &#45320;&#46020; &#45208;&#50752; &#44057;&#51012; &#44144;&#50556; zao xim si le wo na dao na wa ga tl ge ya &#49884;&#44036;&#51060; &#54596;&#50836;&#54624;&#44732;&#46972; &#49373;&#44033;&#54664;&#50612; xi gan ni pi liao hal ge la cen ga kai se If you love me &#45320;&#51032; &#45576;&#48731;&#51060; &#55124;&#46308;&#47532;&#45716; &#51060;&#50976;&#45716; ne ai nun bi qi hen dl li nen yi you nen &#45236;&#44032; &#50500;&#45772; &#45796;&#47480;&#44275; &#45572;&#44400;&#44032;&#47484; &#54693;&#54644; &#45796;&#44032;&#44032;&#45348; nai ga a nin da len gaod nu gun ga l hiang ai da ga ga nai &#50784;&#51648; &#52264;&#44049;&#44172; &#45712;&#44788;&#51648;&#45716; &#51060;&#50976;&#44032; wain ji ca gab gai n gai ji nen yi you ga &#45320;&#50752;&#50640; &#51060;&#48324;&#50640; &#49884;&#51089;&#51060;&#50632;&#50612; ne wa ai yi bie lai xi za ki e se &#54620;&#48264;&#47564;&#51060;&#46972;&#46020; &#45212; &#49324;&#46993;&#54620;&#45796;&#44256; han ben ma ni la dao nan ca lang han da gao &#54616;&#51648; &#47803;&#54644; &#50500;&#49772;&#50868; &#52292;&#47196; ha ji mao tai a sui wen cai lao &#48148;&#48372;&#52376;&#47100; &#47568;&#46020; &#47803;&#54616;&#44256; &#46028;&#50500;&#49456;&#51648;&#47564; pa bao ce lem mal dao mao ta gao dao la ce ji man &#50500;&#45772;&#44032;&#50836; &#49324;&#46993;&#51012; &#51060;&#47336;&#51648; &#47803;&#54620; a nin ka yao ca lang l yi lu ji mao tan &#50689;&#54868; &#49549;&#51032; &#50584;&#44592;&#46308;&#52376;&#47100; ying hua sao gai e gi dl ce lem &#49324;&#46993;&#51064;&#44032; &#48148;&#46988;&#51060;&#50632;&#45208; ca lang yin ga pa la mi e na Step in to my heart If you love me &#45320;&#51032; &#45576;&#48731;&#51060; &#55124;&#46308;&#47532;&#45716; &#51060;&#50976;&#45716; ne ai nun bi qi hen dl li nen yi you nen &#45236;&#44032; &#50500;&#45772; &#45796;&#47480;&#44275; &#45572;&#44400;&#44032;&#47484; &#54693;&#54644; &#45796;&#44032;&#44032;&#45348; nai ga a nin ta len gaod nu gun ga l hiang ai da ga ga nai &#50784;&#51648; &#52264;&#44049;&#44172; &#45712;&#44788;&#51648;&#45716; &#51060;&#50976;&#44032; wen ji ca gab gai n gie ji nen yi you ga &#45320;&#50752;&#50640; &#51060;&#48324;&#50640; &#49884;&#51089;&#51060;&#50632;&#50612; ne wa ai yi bie lai xi za ki e se &#54620;&#48264;&#47564;&#51060;&#46972;&#46020; &#45212; &#49324;&#46993;&#54620;&#45796;&#44256; han ben ma ni la dao nan ca lang han da gao &#54616;&#51648;&#47803;&#54644; &#50500;&#49772;&#50868; &#52292;&#47196; ha ji mao tai a sui wen cai lao &#48148;&#48372;&#52376;&#47100; &#47568;&#46020; &#47803;&#54616;&#44256; &#46028;&#50500;&#49456;&#51648;&#47564; pa bao ce lem mal dao mao ta gao dao la xie ji man &#50500;&#45772;&#44032;&#50836; &#49324;&#46993;&#51012; &#51060;&#47336;&#51648; &#47803;&#54620; a nin ka yao ca lang l yi lu ji mao tan &#50689;&#54868; &#49549;&#51032; &#50584;&#44592;&#46308;&#52376;&#47100; ying hua sao gai ai gi dl ce lem &#49324;&#46993;&#51064;&#44032; &#48148;&#46988;&#51060;&#50632;&#45208; ca lang yin ga pa la mi e na Step in to my heart &#51312;&#44552; &#45908; &#44032;&#44620;&#51060; &#45348; &#51452;&#50948;&#47484; &#46028;&#47728; zao kem de ka ga yi nai zu wi l daol mie &#49836;&#54548; &#49549;&#51012; &#54756;&#47588;&#45716; &#51060;&#50976; sl pum sao gl hai mai nen yi you &#54841;&#49884;&#46972;&#46020; &#45348;&#44032; &#46608; &#45208;&#47484; &#46028;&#50500;&#48380;&#44620;&#48400; haog xi la dao nai ga dao nal dao la baol ga ba &#50500;&#45772;&#44032;&#50836; &#49324;&#46993;&#51012; &#51060;&#47336;&#51648; &#47803;&#54620; a nin ka yao ca langl yi lu ji mao tan &#50689;&#54868; &#49549;&#51032; &#50584;&#44592;&#46308;&#52376;&#47100; ying hua sao gai ai gi dl ce lem &#49324;&#46993;&#51064;&#44032; &#48148;&#46988;&#51060;&#50632;&#45208; ca lang yin ga ba la mi e na Step in to my heart &#54620;&#48264;&#47564;&#51060;&#46972;&#46020; &#45212; &#49324;&#46993;&#54620;&#45796;&#44256; han ben ma ni la dao nan ca lang han da gao &#54616;&#51648; &#47803;&#54644; &#50500;&#49772;&#50868; &#52292;&#47196; ha ji mao tai a sui wen cai lao &#48148;&#48372;&#52376;&#47100; &#47568;&#46020; &#47803;&#54616;&#44256; &#46028;&#50500;&#49456;&#51648;&#47564; pa bao ce lem mal dao mao ta gao dao la se ji man &#50500;&#45772;&#44032;&#50836; &#49324;&#46993;&#51012; &#51060;&#47336;&#51648; &#47803;&#54620; a nin ga yao ca langl yi lu ji mao tan &#50689;&#54868; &#49549;&#51032; &#50584;&#44592;&#46308;&#52376;&#47100; ying hua sao gai ai gi dl ce lem &#49324;&#46993;&#51064;&#44032; &#48148;&#46988;&#51060;&#50632;&#45208; ca lang yin ga pa la mi e na Step in to my heart 忐忑不安的你濕濕的背影 手里拿著小雨傘 這似乎就是愛情的全部 小心翼翼地我也和你一樣 覺得花些時間很必要 If you love me 讓你眼神搖擺不定的理由是 在不是我的其它地方向誰靠近 為何變得冷淡的理由 和你的離別已經(jīng)開始 哪怕一次 我愛你這句話 也說不出口 多么遺憾 雖然像傻瓜一樣無言地轉(zhuǎn)身 不要走 愛情還未達成 像電影里的故事一樣 愛情就是一陣微風 Step in to my heart.. If you love me 讓你眼神搖擺不定的理由是 在不是我的其它地方向誰靠近 為何變得冷淡的理由 和你的離別已經(jīng)開始 哪怕一次 我愛你這句話 也說不出口 多么遺憾 雖然像傻瓜一樣無言地轉(zhuǎn)身 不要走 愛情還未達成 像電影里的故事一樣 愛情就是一陣微風 Step in to my heart.. 再靠近一點 在你周圍徘徊 悲傷中掙扎的理由 或許你會再次回頭看我一眼吧 不要走 愛情還未達成 像電影里的故事一樣 愛情就是一陣微風 Step in to my heart.. 哪怕一次 我愛你這句話 也說不出口 多么遺憾 雖然像傻瓜一樣無言地轉(zhuǎn)身 不要走 愛情還未達成 像電影里的故事一樣 愛情就是一陣微風 Step in to my heart... IF (Intermediate Frequency) 中頻。 在無線通訊系統(tǒng)中,根據(jù)頻率,可以分成射頻、中頻和基帶信號。射頻重要用于信號在空間的傳輸,基帶信號是基站等數(shù)字設(shè)備可以處理的信號,中頻是從射頻變化到基帶信號的過渡頻率。以前的系統(tǒng)一般是從射頻直接變到基帶,F(xiàn)在的新的系統(tǒng)是 射頻->中頻->基帶 稱為兩次變頻。 射頻:> 500M Hz 中頻:50MHz ~ 500MHz 基帶:< 50MHz 詩歌 If------ By Joseph Rudyard Kipling If you can keep your head when all about you Are losing theirs and blaming it on you; I f you can trust yourself when all men doubt you, But make allowance for their doubting too; If you can wait and not be tired by waiting, Or, being lied about, don’t deal in lies, Or, being hated, don’t give away to hating, And yet don’t look too good, nor talk too wise; If you can dream---and not make dreams your master; If you can think--- and not make thoughts your aim; I f you can meet with Triumph and Disaster And treat those two imposters just the same; If you can bear to hear the truth you’ve spoken Twisted by knaves to make a trap for fools, Or watch the things you gave your life to broken, And stoop and build ’em up with worn-out tools; If you can make one heap of all your winnings And risk it on one turn of pitch-and toss And lose, and start again at your beginnings And never breathe a word about your loss; I f you can force your heart and nerve and sinew To serve your turn long after they are gone, And so hold on when there is nothing in you Except the Will, which says to them: “hold on!” If you can talk with crows and keep your virtue, Or walk with kings---nor lose the common touch; If neither foes nor loving friends can hurt you; If all men count with you, but none too much; If you can fill the unforgiving minute With sixty seconds’ worth of distance run--- Yours is the Earth and everything that’s in it, And---which is more---you’ll be a Man, my son! 作者 英國現(xiàn)代作家吉卜林(Joseph Rudyard Kipling,1865-1936) ,是一位講故事的高手,他長期生活在印度,作品大多取材于生活在印度的英國殖民主義者的家庭生活,書中的人物多是生活在中下層的普通人,很能引起讀者的興趣和共鳴。這使得他在19世紀90年代的英國聲名顯赫,成為家喻戶曉的人物。吉卜林還是一個多產(chǎn)的作家,他的作品既有反映他的印度生活的現(xiàn)實主義小說《山中故事》(Plain Tales From The Hills,1888), 也有為兒童創(chuàng)作的充滿神奇色彩的童話《從林故事》(The Jungle Books,1894),和《如此故事》(Just So Stories, 1902)等。他的詩詞創(chuàng)作同樣豐富多彩, 感情真摯, 這首在英國膾炙人口的《假如---》就是其中的代表作。怎樣才能稱得上是一個真正的人?恐怕千人千論,標準無法統(tǒng)一。吉卜林卻憑手中妙筆,勾勒出一幅畢加索式的立體畫, 使人生種種境遇,躍然紙上。做人最重要的是要有自信和持久的耐心。在面臨考驗時, 要百折不撓,頑強拼搏;與人交往時不俾不亢,以智者的胸襟包容一切;更要珍惜時光, 奮斗不息。短短的一首詩,語言質(zhì)樸,風格簡約,與平平淡淡之中蘊含著深邃的哲理,如一杯清茶,在心田里留下幾縷清香,令人久久回味。
移動通信網(wǎng) | 通信人才網(wǎng) | 更新日志 | 團隊博客 | 免責聲明 | 關(guān)于詞典 | 幫助