有名函數 的英文怎麼說

中文拼音 [yǒumínghánshǔ]
有名函數 英文
named function
  • : 有副詞[書面語] (表示整數之外再加零數): 30 有 5 thirty-five; 10 有 5年 fifteen years
  • : Ⅰ名詞1 (名字; 名稱) name; appellation 2 (名聲; 名譽) fame; reputation 3 (名義) name 4 (姓...
  • : 名詞1. [書面語] (匣; 封套) case; envelope 2. (信件) letter 3. (姓氏) a surname
  • : 數副詞(屢次) frequently; repeatedly
  • 有名 : well-known; famous; celebrated
  • 函數 : [數學] function函數計算機 function computer; 函數計算器 function calculator; 函數運算 functional operation
  1. Function name with optional schema owner name

    可選架構/所稱的
  2. The main reason for this test is simply that users of the subpackage who use the expat parser currently need to call a special setup function to enable processing xml documents with namespaces this fact is evolutionary rather than designed, and might change later

    創建這一測試的主要原因僅在於,使用expat解析器的子軟體包用戶常常需要調用一個特別的設置來啟用稱空間的xml文檔的處理(這個實際情況是演化來的而不是設計如此,並且以後可能會改變) 。
  3. Firstly, in this thesis, we discuss the development of one - dimensional cutting stock problems and other well - known algorithms about them, summarize the basic principle of genetic algorithms, and analyze the effect of coding, fitness function, crossover operators and mutation operators in the genetic process of genetic algorithms

    本文首先介紹了一維下料問題的研究概況及其已的著演算法,綜述了遺傳演算法的基本原理和方法,分析了遺傳演算法的編碼、適應度、交叉和變異運算元在整個遺傳演算法的運算過程中的作用。
  4. Each major type of analytical test or procedure should have a php class by the same name that contains input functions, functions that compute intermediate and summary values, and output functions functions that dump the intermediate and summary values to the screen in textual or graphic form

    每種主要的分析測試或過程應當一個稱與測試或過程相同的php類,這個類包含了輸入、計算中間值和匯總值的和輸出(將中間值和匯總值用文本或圖形格式全部顯示在屏幕上) 。
  5. The intrinsic floating - point functions do not perform any special checks on input values and so work in restricted ranges of input, and have different exception handling and boundary conditions than the library routines with the same name

    內部浮點不對輸入值執行任何特殊檢查,因此只在限的輸入范圍內效,且與同庫常式具不同的異常處理和邊界條件。
  6. If the name denotes a valid class attribute that is a function object, a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object

    如果這個命確認為一個效的對象類屬性,就會將實例對象和對象封裝進一個抽象對象:這就是方法對象。
  7. The title is intimidating, but chapter 3 is easy to read and contains a lucid introduction to positive definite functions

    不要被書嚇到了,其實書里的第3章非常容易閱讀而且對正定很明確的解釋。
  8. Calling the function on a subtree of the document can diminish the risks, but xml s flexible nature makes it quite difficult to ensure that the subtree you are operating on has the structure you are expecting, and that it doesn t have spurious child nodes with the name you are searching on

    在文檔的子樹上調用該可能會降低風險,但由於xml的靈活本質,使確保您所操作的子樹包含您期望的結構,且沒您正在搜索的稱的虛假子節點就變得十分困難。
  9. Finally, with tobin ' s " separation theorem ", we introduce the transaction cost into the efficient frontier and t he effective efficient frontier is obtained. and a quadratic utility function is applied to demonstrate that maintaining a suitable level of transaction cost in the current chinese stock market is important to the equilibrium of the chinese stock market and the risk control of the individual asset

    本文的第四部分,引用托賓的「分離定理」 ,通過加入交易成本,區分了效邊界和實際效邊界,指出了交易成本調整對我國股票市場均衡影響的作用機制,並引入了效用,實證研究了交易成本適度對我國股票市場均衡和個人資產風險水平控制的重要意義。
  10. Class, you will create a public method that returns a full name, and a private function to calculate the age

    類中,您將創建一個返回全的公共方法和一個計算年的私
  11. This constructor allows you to specify access rights for specific key containers identified by name ; use an asterisk to represent all the key containers

    使用此構造能為按稱標識的特定密鑰容器指定訪問權限;使用星號( 「 * 」 )表示所的密鑰容器。
  12. A procedure declaration does several things : states whether the procedure is a function or a sub, names the procedure, and details any parameters the procedure might have parameters will be discussed in detail later in this lesson

    過程聲明執行以下幾項任務:指出過程是一個還是一個sub ,命過程,並詳細說明過程可能具的任何參(本課後面將詳細討論參) 。
  13. It should usually be the same as the function name, but you can use this if you need to have overloaded functions that have the same name and different parameters

    這一項通常應該與一致,但是如果您需要擁相同單但帶不同參的「過載的( overloaded ) 」,那麼您可以使用這個稱。
  14. 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

    本文在原的編程題自動評分模型的基礎上,對結構體的語法結構和實現原理進行研究,並在以下幾個方面完善原模型:在詞法和語法分析、程序的系統依賴圖建立和抽象語法樹生成三個方面增加結構體類型的中間表示形式;擴充程序的標準化規則,主要包括類型定義標準化、結構體嵌套結構標準化、結構體初始化的標準化、結構體作為調用標準化、結構體變量稱標準化、結構體語句排列順序標準化等等;另外,還增加了位運算標準化、枚舉標準化以及文件的處理;增強學生程序中語法錯誤的檢測和改進程序匹配策略。
  15. When finishing discussing the recognizing algorithms, paper introduce our proper nouns recognition system which implements the recognizing algorithms just discussed. the introduction follow the steps : first discuss the total recognition process of the system, then discuss the static architecture of the system, including the packages, classes and the interface between this system and its parent system - chinese language processing system, and last introduce the proper nouns recognizing flow of the system, mainly including the caller - callee relationship between

    本專詞識別系統設計的介紹按以下流程進行:首先介紹本系統的整體識別流程;然後再介紹系統的靜態結構,包括類和包的分佈關系、每個類的作用、類之間的引用關系和繼承關系以及本系統與漢語語言處理系統的靜態介面;接著在系統的靜態結構的基礎上詳細介紹系統的動態運行流程,主要包括各個類之間的調用關系。
  16. Function ; if that doesn t find a match, it resorts to an xpath test that checks for attributes named either

    ;如果沒找到匹配的元素,則轉而求助於xpath測試,尋找命
  17. You now have a way to collect a function address trace and also to resolve an address to a function name with the addr2line utility

    現在您了一個可以搜集地址的追蹤據的方法,還可以使用addr2line工具將地址轉換為
  18. The call tree view displays information about function names, allocations, number of calls, and elapsed times

    調用關系樹視圖顯示、分配、調用次和運行時間的信息。
  19. The shell knows that the first part of input is going to be a command, not a filename, so it completes against commands, both built in commands and external commands located using the path variable, and also shell functions and aliases

    Shell知道輸入的第一部分將是命令而不是文件,所以它將對照著命令,包括內部命令和外部命令(使用path變量定位) ,還shell和別來完成。
  20. Using function name without produces no code

    使用沒( )的不產生代碼
分享友人