be partial to 對(duì)...偏愛(ài); 對(duì)...偏袒的, 對(duì)...過(guò)分錯(cuò)愛(ài)的
partial adj. 1.一部分的,局部的,不完全的。 2.不公平的;偏袒的。 3.偏愛(ài)的,特別歡喜的 (to)。 4.【植物;植物學(xué)】后生的,再生的。 partial drought 小旱。 partial in one's judgement 判斷不公平的。 be partial to 偏愛(ài) (He is too partial to tobacco. 他太歡喜抽煙了)。 adv. -ly n. -ness =partiality.
Dynamic methods can be used to implement partial evaluation by generating specialized methods at run time 動(dòng)態(tài)方法可通過(guò)在運(yùn)行時(shí)生成專用方法來(lái)實(shí)現(xiàn)分部計(jì)算。
Partial evaluation , also known as program specialization , is a technique for optimizing algorithms where one or more of the input variables vary more slowly than the other inputs 分部計(jì)算(也稱為程序?qū)S没┦且环N用于優(yōu)化算法的技術(shù),使用這種技術(shù)時(shí)一種或多種輸入變量變化的速度會(huì)比其他輸入的變化速度慢。
This paper gives a merger dynamic and static technique of partial evaluation for procedural language and its formal description , and we have implemented a partial evaluator for like - pascal 摘要提出一種應(yīng)用于過(guò)程式語(yǔ)言的動(dòng)靜態(tài)結(jié)合的部分求值技術(shù),并給出該方法的形式描述。采用該方法,實(shí)現(xiàn)一個(gè)實(shí)驗(yàn)性的部分求值系統(tǒng)。
Examples discussed in this section include serialization , mappings between objects and relational databases , regular expressions , partial evaluation , and compilers for languages that require runtimes 本節(jié)中討論的示例包括序列化、對(duì)象和關(guān)系數(shù)據(jù)庫(kù)之間的映射、正則表達(dá)式、分部計(jì)算,以及用于需要運(yùn)行庫(kù)的語(yǔ)言的編譯器。
Partial evaluation generates specialized method calls that treat the values of the slowly varying inputs as if they were constant , allowing additional optimizations to be applied to the algorithm as a whole 分部計(jì)算生成專用的方法調(diào)用,這種方法調(diào)用將緩慢變化的輸入當(dāng)作常數(shù)處理,從而能夠?qū)⑵渌麅?yōu)化作為一個(gè)整體應(yīng)用于該算法。
For the three application forms in java ( local program , rmi remote invocation program and applet program ) , partial evaluation specification language provides self - contained information for the application interface automatic generation system 為此,除了提供描述通用信息的語(yǔ)法規(guī)則之外, jpesl描述語(yǔ)言還提供了描述rmi應(yīng)用和applet應(yīng)用的語(yǔ)法規(guī)則。
In this thesis , in order to facilitate the application of partial evaluation , we propose forward a partial evaluation specification language for java and its application framework , moreover , we had implemented a corresponding application interface automatic generation system 為了方便部分求值這種軟件自動(dòng)化技術(shù)的應(yīng)用,本文提出了一種面向java語(yǔ)言的部分求值描述語(yǔ)言,以及應(yīng)用模型,并實(shí)現(xiàn)了相應(yīng)的應(yīng)用框架自動(dòng)生成系統(tǒng)。
In the recent ten or more years , partial evaluation ( pe ) has become one of the mainstream research topics that have been developing fast in the field of computer program theory . the potential application of its idea is pretty wide Snl ( smallnestedlanguage )是吉林大學(xué)計(jì)算機(jī)軟件教研室自行定義的教學(xué)模型語(yǔ)言,它是一種類pascal的“高級(jí)”程序設(shè)計(jì)語(yǔ)言,基本上包含了高級(jí)程序設(shè)計(jì)語(yǔ)言的所有常用的成分,具備了高級(jí)程序設(shè)計(jì)語(yǔ)言的基本特征。
In the couse of partial evaluation transformation , partial evaluator will require the information of parameters of original program to judge the state of every variables and expressions in original program , and determine the mode to deal with these variables and expressions 在部分求值處理過(guò)程中,需要向部分求值器傳遞原始程序的參數(shù)動(dòng)靜狀態(tài)信息,以便部分求值器判斷原始程序中每個(gè)變量和表達(dá)式的狀態(tài),并決定處理這些變量和表達(dá)式的方式。
Partial evaluation is a kind of technology of program optimization , also called program specification . this is a system which transform a general program to a special program , to improve the efficiency of the program . especially in the situation that needs execute the special program repeatly , the effects will be very notable <中文摘要> =部分求值是一種程序優(yōu)化技術(shù),又稱為程序例化技術(shù),是通過(guò)程序變換把一個(gè)具有一般計(jì)算功能的程序系統(tǒng)變成為一個(gè)專用的程序系統(tǒng),來(lái)達(dá)到提高程序執(zhí)行效率的目的。
In computing, partial evaluation is a technique for several different types of program optimization by specialization. The most straightforward application is to produce new programs which run faster than the originals while being guaranteed to behave in the same way.