国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

subroutine

subroutine

美 [?s?bru?tin]  英 [?s?bru??ti?n]

  • n.子例程(程序中反復(fù)執(zhí)行某任務(wù)的一系列指令)
  • 網(wǎng)絡(luò)子程序;子程式;子例行程序

詞形變化

復(fù)數(shù):subroutines  

英漢雙解

n.
1.
子例程(程序中反復(fù)執(zhí)行某任務(wù)的一系列指令)a set of instructions which repeatedly perform a task within a program

英漢解釋

n.
1.
【電子】子程序

英英解釋

n.

例句

The rest of the subroutine then continues executing as if the error did not occur.

然后剩余部分繼續(xù)執(zhí)行沒有發(fā)生錯誤一樣

This process is called by the main subroutine (labeled with : main to tell Parrot to run it first) to print the result.

進程主子標(biāo)main告訴Parrot首先運行調(diào)用打印結(jié)果

FLUENT playing as a subroutine in the simulation program is called in every time step to compute the change of the river bed elevation.

FLUENT作為沖刷模擬程序一個程序每個時間計算河床各個節(jié)點高程變化

The compareToneSequences subroutine performs a simple difference check between the timings of the tones, as well as the values of the tones.

compareToneSequences音調(diào)計時之間以及音調(diào)之間執(zhí)行一個簡單差別檢查

In software part, introduces the flowchart of the main routine, detailed introduces the implementation methods of each important subroutine.

軟件部分程序流程圖主要程序具體實現(xiàn)方法

They are packages with a private namespace and private subroutines; each subroutine is called a rule.

它們具有專用名稱空間namespace專用程序每一個子稱為一個規(guī)則

Subroutine is run at the beginning of a request if the request begins a new session.

事件如果請求開始一個新會

Compilation Principle course this is one of a small experiment, is to use recursive subroutine method of computing expressions.

這個編譯原理課程其中一個實驗就是遞歸程序實現(xiàn)表達運算

Subroutine getTotalTime simply subtracts the time of the last keystroke (in milliseconds) from the time of the first keystroke.

getTotalTime第一時間減去最后一次時間毫秒單位)。

These statistics include the number of calls to each subroutine and the total amount of time spent within each.

統(tǒng)計數(shù)據(jù)包括調(diào)用每個程序次數(shù)

At this level a program becomes multiple instances of a service subroutine callable in parallel by a client through some grid middleware.

這個級別應(yīng)用程序已經(jīng)變成服務(wù)多個實例客戶機通過網(wǎng)格中間件并行調(diào)用

The system of civil save from damage is a widely used systematic subroutine which is set up to safeguard the execution of judgment.

民事保全制度保障判決執(zhí)行直接目的體系性子程序具有廣泛適用性

In the next state, the script will run a subroutine associated with the event to check the answer and display the next multiple question.

這個狀態(tài)代碼事件發(fā)生同時運行一個程序檢查答案顯示一道問題

Imagine being able to modify the return value of your subroutine!

想象一下可以修改程序返回

After ensuring the proper usage and declaring variables, the loadStateMapping subroutine is called.

確保正確使用聲明變量之后調(diào)用loadStateMapping

Note that the VALIDATE subroutine is much more limited than the ACTION subroutines (described in the next section).

VALIDATEACTION在下節(jié)描述受到更多限制

Global or inline scripts, which are scripts that are not part of an event-handling subroutine or function, are executed immediately.

立即執(zhí)行全局內(nèi)聯(lián)腳本這些腳本不是事件處理函數(shù)一部分

The compareKnockSequences subroutine below performs a simple difference check between the timings of the knocks.

下面compareKnockSequences程序敲打之間時間進行簡單區(qū)別檢查

Once all subroutines have been made, they need to be called from the main process-building subroutine.

創(chuàng)建所有之后需要主要流程構(gòu)建調(diào)用它們

With the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.

完成基本變量聲明程序繼續(xù)進行程序循環(huán)

If, some time ago, another programmer wrote an excellent subroutine to deal CARDS, it would make sense to reuse that logic.

如果以前有人編寫一段優(yōu)秀發(fā)牌子程序那么重新用個子程序意義

The system hardware circuit is simple, subroutine versatile, fully meet the design requirement.

系統(tǒng)硬件電路簡單程序具有通用性完全符合設(shè)計要求

For easy tuning with your particular data set, consider modifying the scoreSortResults subroutine to only accept exact matches.

為了便于根據(jù)特定數(shù)據(jù)進行調(diào)整需要考慮修改scoreSortResults使接受精確匹配

Line search- a technique for one dimensional optimization, usually used as a subroutine for other, more general techniques.

搜索-技術(shù)優(yōu)化通常用作其他程序普遍技術(shù)

Listing 7 shows the hasNonPrintable subroutine used to check a password for one of the expected prefixes in the @nonPrintable array.

清單7顯示hasNonPrintable可以針對@nonPrintable數(shù)組一個預(yù)期前綴檢查密碼

You can use any valid subroutine with a matching signature as an event handler.

可以任何帶有匹配簽名有效用作事件處理程序

When the Enter key is pressed, the subroutine exits if at least one character has been entered.

如果至少輸入一個字符Enter退出

and a recursive subroutine is presented to realize recursive algorithms.

提出采用程序實現(xiàn)數(shù)值計算

The initialize_vertices function needs to be called in the main program, so add the function call in the main subroutine at line 597.

需要程序調(diào)用initialize_vertices函數(shù)因此函數(shù)調(diào)用添加到位第597main程序

Another kind of subroutine is called a function.

一種函數(shù)

Given a data file of the format shown in Listing 4, the loadInflectives subroutine builds an alphanumeric phonetic hash.

如果提供清單4格式數(shù)據(jù)文件loadInflectives構(gòu)建字母數(shù)字語音

If you believe that a certain variable should have a specific value when a subroutine is called, check it.

如果確信調(diào)用時變量應(yīng)該特定那么檢查一下情況是否如此

With the fourth strategy, a program becomes a service subroutine callable by a client through some grid middleware.

對于第四策略而言程序變成服務(wù)客戶機可以通過網(wǎng)格中間件調(diào)用這個

Typically they need to sniff the input (reading the first few lines) to decide on the subroutine to call based on the vocabulary.

應(yīng)用程序通常需要輸入根據(jù)詞匯表決定調(diào)用

If the function or subroutine contains a breakpoint, Visual Studio will break execution at the appropriate point.

如果函數(shù)包含斷點VisualStudio適當(dāng)中斷執(zhí)行

Run Garbage Collector This subroutine forces the garbage collector to run.

RunGarbageCollector強制垃圾回收運行

In the software implement part, the working of the pulsed powder feeder is controlled by calling the subroutine in turn.

軟件實現(xiàn)部分采用順序調(diào)用程序方式控制脈沖工作

Using the subroutine, simulations for triaxial tests are performed; and the results have been compared with the published studies.

利用建立計算程序不同排水條件三軸試驗進行數(shù)值模擬

The preparation of a main module, the preparation of a subroutine module.

編制一個模塊編制一個程序模塊

I compiler theory of curriculum design. PASCAL syntax, copy PL0 grammar, using recursive method subroutine code generation middle.

編譯原理課程設(shè)計PASCAL語法仿造PL0文法采用遞歸程序生成中間代碼

熱門查詢