parsing process 中文意思是什麼

parsing process 解釋
分析過程
  • parsing : 解析
  • process : n 1 進行,經過;過程,歷程;作用。 2 處置,方法,步驟;加工處理,工藝程序,工序;製作法。3 【攝影...
  1. It is found that decoding is divided into two branches - matching and receding, literal comprehending into lexical access and parsing, deducting into integration, summarization and elaboration, and that monitoring process involves goal - setting, strategy selection, goal - checking and remediation

    字面理解過程則分為詞義提取和詞義分析。推論性理解過程可以分解為整合、概括及精緻。理解監控過程則又分為設定選擇策略、檢驗目標、作出補救這樣一些子過程。
  2. Parsing certificate is anthetication to a user and process of getting information. research and developing pki certificate discriminator make us iucubrate pki and standard algorithm in cryptography so it is significance both in theory and practice

    解析數字證書就是對用戶身份的認證和用戶公鑰的提取過程,研究和開發pki數字證書鑒別器,促使對pki體系和密碼學標準演算法的深入研究,具有理論和實踐上的雙重意義。
  3. Here a suggestion is presented that the mental process of senior chemistry experimental problem - solving can be divided into four periods such as problem confirming, problem parsing, experiment design and experiment operation, and there are six representation patterns of chemistry experimental problem, for instance, character representation, chemistry representation, sample representation, visualization representation, skill representation and mathematic representation. at the same time, problem solving strategies also can be divided into principle guide, sample guide, environment guide and blind attempt

    作者提出高中學生解決化學實驗問題的心理過程可分為問題確認、問題解析、實驗設計和實驗操作四個階段,他們對化學實驗問題的表徵方式有字面表徵、化學表徵、樣例表徵、形象表徵、技能表徵和數學表徵等六種,而解決策略則可分為原理導向、樣例導向、情境導向和盲目嘗試四種。
  4. Discusses formatting and parsing base data types and using regular expressions to process text

    討論如何格式化和分析基礎數據類型以及如何使用正則表達式處理文本。
  5. I record the size of each representation, then turn around and process the generated output as input to measure the input processing overhead just parsing the text form, chaining a

    我記錄下每種表示的大小,然後反過來把生成的輸出作為輸入來衡量輸入處理的開銷(只需要解析文本形式,對于gzip壓縮文本,向解析器鏈接一個
  6. This thesis presents a description of a semantic disambiguation model applied in the syntax parsing process of the machine translation system. this model uses hownet as its main semantic resource. it makes the word sense and structure disambiguation in the two ways of " binding " and " preferring "

    本文提出了機器翻譯中句法分析的一種語義排歧模型,該模型以《知網》為主要語義知識源,從「制約」與「優選」兩個角度同時進行詞義及結構的排歧: 「制約」是在分析規則中對產生的結果進行約束,而「優選」則是從若干個已分析出的侯選結構中根據某種選擇原則挑出一個最優的結構。
  7. The parsing process then checks to see if an

    然後,解析過程檢查
  8. There are lots of considerations in the process of a simulation league designing : the communication between clients and server, message parsing, the architecture of agent, the training of agent ' s skills, the collaboration among agents, the confrontation with opponents and the strategy of whole team, etc. in the process, we focused our mind on the following aspects : first, the author designed a layered mixed agent architecture suite for robocup

    構建一支robocup模擬球隊需要做很多工作,其中包括client與server間的通訊、消息的解析、 agent的結構設計、 agent的基本技能訓練、多個agent間的協作、與對手的對抗及球隊策略的安排等等。
  9. Developers who want to use web services on j2me platform have to embed these packs in each application ? an especially expensive proposition in resource - constrained devices like mobile phones and personal digital assistants. fortunately, jcp ( java community process ) has released wsa1. 0 ( jsr172 ) just recently. the goal of wsa is to integrate fundamental support for web services invocation and xml parsing into the device ' s runtime environment, so developers do n ' t have to embed such functionality in each application

    就在最近, jcp終于推出了j2me平臺上web服務的規范jsr172 : j2me ~ ( tm ) webservicesspecification ,相應的api就是wsa ( j2mewebservicesapi ) ,其目標就是在設備運行環境中集成進對web服務調用和xml解析的支持,以便開發者不需要在每個應用程序中都包含進這類功能。
  10. Part of the parsing process. this is very important. in perl 5, parsing is an event unto itself, and actions are roadkill on the way to the big city, using an extended syntax that is proven to confuse cats at a distance

    在perl 5本身中,解析是一個事件,而使用了擴展語法的動作則是達成目標途徑中的不幸犧牲品( roadkill ) ,那些擴展的語法被證明是造成迷惑的罪魁禍首。
  11. In both cases, the client application has full control over the parsing process and maintains the event loop

    無論使用哪一種,客戶應用程序都可以完全控制解析過程和維護事件循環。
  12. This will cause sax to stop the parsing process

    這樣將導致sax終止解析過程。
  13. Retrieve the information you want, then stop the parsing process

    檢索需要的信息,然後停止解析過程
  14. Like dom, sax parsers control the complete parsing process

    和dom類似, sax解析器也控制了整個解析過程。
  15. Compared to the actual parsing process which is blazingly fast, the execution of

    和實際的解析過程(要快得多)相比,
  16. In a web page, jscript interpretation depends on each browser s html parsing process

    在網頁中, jscript解釋取決于每個瀏覽器的html分析過程。
  17. Client event handlers are informed through callbacks about the events during this parsing process

    在解析過程中,通過回調事件通知客戶事件處理程序。
  18. The parsing process first consults the document s dtd or xml schema for a definition like that shown in

    解析過程首先查閱文檔的dtd或xml模式,以獲得類似
  19. Stax offers a pull parser that gives client applications full control over the parsing process

    Stax提供了一個拉式解析器,可以讓客戶應用程序完全控制解析過程。
  20. When it comes to writing logic that interacts with the parsing process itself, you want to write a sax

    當談到編寫與分析過程本身交互的邏輯時,您需要編寫一個sax
分享友人