資源描述:
《pfc fish語言 pfc手冊fish翻譯中英文》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。
1、pfcfish語言PFC手冊fish翻譯中英文導讀:就愛閱讀網(wǎng)友為您分享以下“PFC手冊fish翻譯中英文”的資訊,希望對您有所幫助,感謝您對92to.com的支持!2FISHREFERENCE2.1IntroductionandOverview簡介和概述ThissectioncontainsadetailedreferencetotheFISHlanguage.Followingtheintroduction,Section2.2describestherulesofthelanguageandhowvariablesandfunct
2、ionsareused.Section92.3explainsFISHstatementsandSection2.4describeshowtheFISHlanguagelinkswithPFC2D.Pre-definedFISHvariables,functionsandarraysaredescribedinSection2.5.這部分包含F(xiàn)ISH語言的詳細參考。接下來,2.2描述語言規(guī)則及如何運用變量和函數(shù)。2.3解釋FISH陳述。2.4描述FISH語言如何與PFC聯(lián)系在一起。2.5講述如何預定義FISH變量、函數(shù)和數(shù)列。FISH
3、isaprogramminglanguageembeddedwithinPFC2Dthatenablestheusertodefinenewvariablesandfunctions.ThesefunctionsmaybeusedtoextendPFC2D’susefulnessoradduserdefinedfeatures.Forexample,newvariablesmaybeplottedorprinted,specialparticlegeneratorsmaybeimplemented,servo-controlmaybea
4、ppliedtoanumericaltest,unusualdistributionsofpropertiesmaybespecified,andparameterstudiesmaybeautomated.9FISH是PFC內(nèi)置的一種編程語言,用戶可以自定義變量和函數(shù)。這些函數(shù)可用來擴展PFC的功能,或者增加用戶定義的特征。例如:輸出或者打印新的變量、實現(xiàn)特殊的顆粒生成、數(shù)值測試中中應用伺服控制、定義特殊的顆粒分布以及自動研究參數(shù)。FISHisa―compiler‖(ratherthanan―interpreter‖).Program
5、senteredviaaPFC2Ddatafilearetranslatedintoalistofinstructions(in―pseudo-code‖)storedinPFC2D’smemoryspace;theoriginalsourceprogramisnotretainedbyPFC2D.WheneveraFISHfunctionisinvoked,itscompiledpseudo-codeisexecuted.Theuseofcompiledcode—ratherthaninterpretedsourcecode—enab
6、lesprogramstorunmuchfaster.However,unlikeacompiler,variablenamesandvaluesareavailableforprintingatanytime;valuesmaybemodifiedbytheuserbyusingPFC2D’sSETcommand.9FISH是一個編程員,而不是一個翻譯員。通過PFC數(shù)據(jù)文件輸入的程序轉(zhuǎn)化成一連串命令(以“pseudo指令”的形式)儲存在PFC的存儲空間。PFC沒有保留初始源程序。無論何時援引FISH函數(shù),其編好的pseudo指令執(zhí)行。
7、編好的指令—不是翻譯好的源指令—的作用是使得程序更快的運行。然而,不像編程員那樣,F(xiàn)ISH在任何時間都可以打印變量的名字和數(shù)值,用戶可以通過PFC中的SET命令修改數(shù)值。FISHprogramsaresimplyembeddedinanormalPFC2Ddatafile—linesfollowingthewordDEFINEareprocessedasaFISHfunction;thefunctionterminateswhenthewordENDisencountered.Functionsmayinvokeotherfunctio
8、ns,whichmayinvokeothers,andsoon.Theorderinwhichfunctionsaredefineddoesnotmatter,aslongastheyarealldefin