execution sequence 中文意思是什麼

execution sequence 解釋
執行順序
  • execution : n 1 實行,履行,執行;貫徹。2 執行死刑;強制執行;執行命令。3 作成,完成;簽名蓋印使法律文件生效...
  • sequence : n 1 繼續;接續;連續。2 順序;程序;次第;關系;關聯。3 後果;結果;接著發生的事;後事;後文。4 ...
  1. There are two kinds of dynamic analysis : aggregated analysis based on the from multiple execution of the process model elements and case analysis using one instance of execution of a specific sequence of process elements

    存在兩種動態分析:聚合分析(基於多個流程模型元素的執行過程)和實例分析(使用流程元素的特定序列的執行實例) 。
  2. At certain specified points in the execution sequence called sequence points

    所謂順序節點是編譯術語,是指執行順序中的一個指定位置(節點) 。
  3. In programming languages, a language construct within a procedure designating an end of an execution sequence in the procedure

    在編程語言中,過程內標明過程內執行序列結束的語言結構。
  4. An instance of the abstract machine can thus have more than one possible execution sequence for a given program and a given input

    對於一個已知程序和已知數據,虛擬機器的實例將因其非確定方面產生不只一個可能的執行序列。
  5. It is not uncommon to form a mental representation of this traversal path by running through the execution sequence of the code in your mind

    通過在您的思維中完整地運行一遍代碼的執行序列,從而形成這種遍歷路徑的一種精神表示形式,這種方法是經常使用的。
  6. At certain specified points in the execution sequence called sequence points, all side effects of previous evaluations shall be complete and no side effects of subsequent evaluations shall have taken place

    很明顯標準只保證,程序執行時的全部副作用,只由上一順序點起,並在到達下一個順序點之前發生完畢。
  7. The jobflow is the notional extension of job. it is a job execution sequence by correlative jobs organized according to the dependency of these jobs. and it is a good solving project to achieve the automatization of job execution flow

    作業流是對作業概念的擴展,是將相互關聯的作業按照一定的依賴關系組織而成的一個作業執行序列,是實現作業執行流程自動化的一種很好的解決方案。
  8. However, if any such execution sequence contains an undefined operation, this international standard places no requirement on the implementation executing that program with that input ( not even with regard to operations preceding the first undefined operation )

    盡管如此,如果在這個執行序列中包含未定義行為,本標準仍不會對實現以這個輸入數據的這個程序的執行(不包括對第一個未定義操作之前的操作)作任何規范。
  9. This program also controls the sequence of the compilation instructions " execution and sets up the good mutual interface between the man and the computer

    高級語言程序主要用來進行主機與從機的通訊,控制匯編語言指令的執行,同時還可以建立良好的人機交互界面。
  10. This paper firstly introduces the primary contents of forecasting, summarizes common forecasting methods and means of both quality and quantity, discusses the theoretical and practical research evolvement of grey forecasting and evaluating, analyzes the pretreatment of fundamental data sequence according to the primary procedure of forecasting, specifies the contents of grey forecasting and evaluating theory, and then carries into execution the application research on the base of the science and technology index data of jiangsu province

    本文介紹了預測理論的基本內容,並對常用的定性定量預測方法和理論進行了簡要介紹,重點討論了灰色預測評價理論和實踐的研究進展,進而按照預測工作的基本程序分析了基礎數據序列的預處理方法,介紹了灰色預測評價理論的基本內容,並結合江蘇省科技綜合實力體系的數據進行了應用研究。
  11. Managements convenes manages the regular meeting or the business conference every day, the direction is in charge of the department the post responsibility, the control system, the operation sequence execution situation

    主持召開每日經營例會或業務會議,督導分管部門的崗位職責,管理制度,操作程序的執行情況。
  12. A byte is at least large enough to contain any member of the basic execution character set and is composed of a contiguous sequence of bits, the number of which is implementation - defined

    一個位元組應該至少具有足夠表示運行時基本字符集的任意成員的大小,並且由實現定義個數的連續位構成。
  13. In a procedural language such as c or pascal, a program is defined as a sequence of steps, the execution of which in the specified order produces the final result as the last step in the sequence

    在c或pascal這樣的過程性語言中,程序被定義成一系列的步驟,這些步驟按照規定的順序執行,並在最後一步產生最終結果。
  14. However, the database engine assigns the transaction sequence number with the execution of the first transact - sql statement that accesses data after the begin transaction or begin work statement

    但是,數據庫引擎通過執行begin transaction或begin work語句后第一個訪問數據的transact - sql語句來分配事務序列號。
  15. For example, when troubleshooting a system problem, an engineer may be frustrated by the obscure, bus - cycle level of information most trace tools produce. using the codetest trace tool, the engineer can easily review the sequence of task execution without being encumbered by minute details that are not relevant to solving the problem at hand

    憑借這三種視圖,可以更容易地只顯示感興趣的信息,確定程序正在進行的工作。例如,在排除系統故障時,工程師可能被大多數追蹤工具產生的模糊且總線級別的信息所困擾。使用
  16. Notifies the debugger that code execution has reached a sequence point in an older version of an edited function

    通知代碼執行已到達舊版本已編輯函數的序列點。
  17. At first, we present fault - tolerant mobile agent execution as a sequence of agreement problems ; then, we design a div consensus algorithm in order to solve the agreement problems ; at the same time, we give a pipelined mode for reliably forwarding the agent between stage s and si + i

    其中,我們首先將移動agent的容錯執行問題轉換為一系列的協議協商問題;然後在consensus演算法的基礎之上通過改進給出了divconsensus演算法用以實現移動agent之間的協商策略從而最終保證移動agent執行的只一次屬性;同時我們還提出了一種用於實現移動agent在不同階段之間高效可靠傳輸的通道模式。
  18. In programming, instructions which determine conditional jumps are often refer red to as control instruction, and the time sequence of execution of instruction s is called the flow of control

    在程序設計中,確定條件轉移的指令通常稱作控制指令,而指令執行的時間序列叫控制流。
分享友人