函數生成程序 的英文怎麼說

中文拼音 [hánshǔshēngchéngchéng]
函數生成程序 英文
function generator
  • : 名詞1. [書面語] (匣; 封套) case; envelope 2. (信件) letter 3. (姓氏) a surname
  • : 數副詞(屢次) frequently; repeatedly
  • : Ⅰ動詞1 (生育; 生殖) give birth to; bear 2 (出生) be born 3 (生長) grow 4 (生存; 活) live;...
  • : Ⅰ動詞1 (完成; 成功) accomplish; succeed 2 (成為; 變為) become; turn into 3 (成全) help comp...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • 函數 : [數學] function函數計算機 function computer; 函數計算器 function calculator; 函數運算 functional operation
  • 生成 : create; generate; produce生成演算法 generating algorithm; 生成文法 generating grammar; 生成物 pro...
  • 程序 : 1 (進行次序) order; procedure; course; sequence; schedule; ground rule; routing process 2 [自動...
  1. According to the program structure of ansi c, some syntax - tree - nodes are designed in front - end, including function, block, data structure, type, expression, identifier and so on. syntax tree is divided into three levels, namely program level, function level and block level, which are useful for analysis of syntax and semantic in compiler as well as transferring syntax tree into rtl. retargetable compiler mainly includes intermediate representation, machine description and interface technique between compiler and machine description

    編譯前端的實現技術包括詞法分析、語法語義分析和中間代碼技術等,針對ansic的結構,分別設計了、塊、據結構、類型、表達式、標識符等語法樹結點,並將語法樹分編譯層次、聲明和塊三個不同層次,使語法樹具有清晰的層次結構,有利於編譯的語法和語義分析,以及從語法樹到rtl中間表示的轉換。
  2. Nevertheless, the results provided by these methods are all inaccurate. in this thesis, in order to overcome the drawbacks, we reconstruct the bose - hubbard model hamiltonian with differential realization of bosonic operators, and investigate the exact numerical solutions of the one dimension bose - hubbard model. firstly, energy matrices can be generated rapidly by using a mathematica package

    首先利用mathematica快速模型在各種位型下能量矩陣,然後將該的結果直接作為其它矩陣對角化的輸入而求出該模型在相應位型下的本徵值和相應的本徵波
  3. In this case, the functions are generated as library routines that pass arguments directly to the floating - point chip instead of pushing them onto the program stack

    在這種情況下,為庫常式,後者將參直接傳遞到浮點晶元,而不是將參推送到堆棧上。
  4. To investigate the influencing law of technical elements in enterprise production, based on certain assumptions, a three - element ( technology, labor and capital ) output function is defined ; through conceiving and solving an optimization model under the condition of invariable total production cost and maximum output, this paper deduces the optimal proportioning relationship between optimum technical growth rate and conventional production factors - labor and capital, further constructs the optimization model of technical growth rate under total production cost constraint, and design a genetic algorithms program to solve such model

    摘要為了考察企業產中技術要素的作用、規律,在一定的假設條件下,對其技術要素下了定義,認為其產出包括技術、勞動及資本要素;通過構建與求解產總本,構建最大條件下的優化模型,推導出技術最優增長率與傳統產要素勞動與資本的優化配比關系,進一步構造了企業在產總本約束下的技術增長率優化模型,並設計了遺傳演算法對模型進行求解。
  5. Existent automatic grading model of programs can not deal with the programs with structural body. in this paper, we study the syntax and concept of structural body based on an existed model, and improve the original model in the following aspects : increasing the middle representation form of structural body in analysis of morphology and syntax and system dependence graph and abstract syntax tree, adding standardization rules, mainly including type definition, nesting structure, initialization, function invocation, renaming and sequence of program sentence, besides standardization rules of bit operation and program with enumeration, enhancing the function of inspecting syntax error and improving matching strategies

    本文在原有的編題自動評分模型的基礎上,對結構體的語法結構和實現原理進行研究,並在以下幾個方面完善原有模型:在詞法和語法分析、的系統依賴圖建立和抽象語法樹三個方面增加結構體類型的中間表示形式;擴充的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為調用標準化、結構體變量名稱標準化、結構體語句排列順標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學中語法錯誤的檢測和改進匹配策略。
  6. Nc machining requires " interpolation " algorithms that accurately and efficiently generate sequences of reference position, distributed according to a prescribed feedrate function, along the tool paths. this paper present a systematic derivation of the proper taylor series coefficients for variable feedrate interpolators. when the path is ph curves, detailed formulations for instances are presented where the feedrate v is specified as a constant, the function of the time t, the arc length s and the local curvature k

    對于nc加工要求插值演算法沿著刀具路徑準確、有效的參考點列(根據預先指定的速率進行分佈)的實際工需要,本文系統地推導了變速率插值運算元的泰勒系,給出了當路徑為ph曲線,速率v為常,及時間t 、弧長s 、曲率k的時具體的插值運算元。
  7. The genetic algorithm, which simulates the evolutional process of the nature, is a global and robust algorithm, and the construction of orthogonal multiwavelets via genetic algorithm makes the guideline to determine multiwavelets clear and simple. 2

    遺傳演算法是模擬自然進化過的全局性魯棒優化演算法,利用遺傳演算法來確定由短列正交多尺度的正交多子波,使確定多子波的思路變得清晰而簡單。
  8. This declspec is a promise to the compiler, and if the function references globals or second - level indirections of pointer arguments then the compiler may generate code that breaks the application

    此declspec是對編譯器的一個承諾,如果該引用全局變量或第二層間接指針參,則編譯器會將中斷應用的代碼。
  9. Second, if you have a large application where many of the functions include a lot of boilerplate code, you can create a mini - language that will do the boilerplate code for you and allow you to code only the important parts

    其次,如果您有一個很大的應用,這個有很多都包括了很多樣板文件,那麼就可以創建一個小型的語言,它可以這些樣板代碼,讓您可以只實現重要的部分。
  10. Builds a browse information file. bsc that contains information about the symbols classes, functions, data, macros, and types in your program

    一個瀏覽信息文件( . bsc ) ,該文件包含有關中的符號(類、據、宏和類型)的信息。
  11. The dynamic model of grey is comeing or bring into being the function concept with the grey serving as the foundation, and with the differential drawing up closing the pattern the building method for the nucleus, to build pattern thought is directly changing the time alignment to the differential equation grey system, thus builds that the development abstracting the system changes the dynamic model, and namely grey ' s dynamic ' s model, ' s brief note is for gm

    灰色系統理論與方法的核心是灰色動態模型,其特點是和灰色微分方。灰色動態模型是以灰色概念為基礎,以微分擬合為核心的建模方法,灰色系統建模思想是直接將時間列轉化為微分方,從而建立抽象系統的發展變化動態模型,即greydynamicmodel ,簡記為gm 。
  12. Functions containing inline assembly code are generated as unmanaged functions, as if they were placed in a separate module that was compiled without

    包含內聯集代碼的為非託管,就像它們放在不使用
  13. My graduate school experience convinced me that i was not smart enough to be an expert in the theory of algorithms and also that i liked procedural languages better than functional ones

    我的研究經歷使我意識到我沒有從事理論學研究的潛質不可能為那方面專家,還好,我對語言比對更感興趣。
  14. How to use the generic character encoding mapping functions to be able to build ansi and unicode versions of an application from the same source code

    如何使用一般字元編碼映射,以便能夠從相同的源代碼ansi版本和unicode版本的應用
  15. Integration services includes graphical tools and wizards for building and debugging packages ; tasks for performing workflow functions such as sql command execution, ftp operations, and e - mail messaging ; data sources and destinations for extracting and loading data ; transformations for cleaning, aggregating, merging, and copying data ; a management service for administering integration services ; and application programming interfaces apis for programming the integration services object model

    Integration services包括用於和調試包的圖形工具和向導;用於執行工作流(如sql命令執行、 ftp操作和電子郵件消息處理)的任務;用於提取和加載據的據源和目標;用於清除、聚合、合併和復制據的轉換;用於管理integration services的管理服務;以及用於對integration services對象模型進行編的應用介面( api ) 。
  16. Integration services includes graphical tools and wizards for building and debugging packages ; tasks for performing workflow functions such as ftp operations, for executing sql statements, or for sending e - mail messages ; data sources and destinations for extracting and loading data ; transformations for cleaning, aggregating, merging, and copying data ; a management service, the integration services service, for administering integration services ; and application programming interfaces apis for programming the integration services object model

    Integration services包括用於和調試包的圖形工具和向導;用於執行工作流(如ftp操作) 、執行sql語句或發送電子郵件的任務;用於提取和加載據的據源和目標;用於清理、聚合、合併和復制據的轉換;用於管理integration services的管理服務integration services服務;以及用於對integration services對象模型編的應用介面( api ) 。
  17. Integration services includes graphical tools and wizards for building and debugging packages ; tasks for performing workflow functions such as ftp operations, executing sql statements, and sending e - mail messages ; data sources and destinations for extracting and loading data ; transformations for cleaning, aggregating, merging, and copying data ; a management service, the integration services service for administering package execution and storage ; and application programming interfaces apis for programming the integration services object model

    Integration services包括用於和調式包的圖形工具和向導;用於執行工作流(如ftp操作) 、執行sql語句以及發送電子郵件的任務;用於提取和加載據的據源和目標;用於清理、聚合、合併和復制據的轉換;用於管理包執行和存儲的管理服務( integration services服務) ;以及用於對integration services對象模型編的應用介面( api ) 。
  18. Domain - specific program and function generators

    領域特有的
  19. After referring to domestic and overseas status quo, and studying and analyzing the desulfuration pretreatment technics and variety of factors, a modeling method of neural network based on radial basis function is elaborated in the paper, which can control the process of desulfuration pretreatment. according to the data available, the method can predict the operation parameter, and direct the production effectively, and improve the desulphuriaztion efficiency, yield and quality of finished product

    在深入了解國內、國際研究現狀,研究並分析脫硫預處理工藝流特點及對脫硫率的各種影響因素的情況下,本文提出了一種基於徑向基神經網路的建模方法,對脫硫預處理過進行智能控制;並根據已經獲得的據來預報未來的操作參,有效的指導產,從而提高脫硫率以及後步工產的效率和品鋼材的產量和質量。
  20. This included generic textual - substitution systems, as well as domain - specific program and function generators

    這包括通用文本替換系統,以及領域特有的器。
分享友人