函數式編程 的英文怎麼說

中文拼音 [hánshǔshìbiānchéng]
函數式編程 英文
functional programing
  • : 名詞1. [書面語] (匣; 封套) case; envelope 2. (信件) letter 3. (姓氏) a surname
  • : 數副詞(屢次) frequently; repeatedly
  • : 名詞1 (樣式) type; style 2 (格式) pattern; form 3 (儀式; 典禮) ceremony; ritual 4 (自然科...
  • : Ⅰ動詞1 (編織) weave; plait; braid 2 (組織; 排列) make a list; arrange in a list; organize; gr...
  • : 名詞1 (規章; 法式) rule; regulation 2 (進度; 程序) order; procedure 3 (路途; 一段路) journe...
  • 函數 : [數學] function函數計算機 function computer; 函數計算器 function calculator; 函數運算 functional operation
  • 編程 : c programming
  1. This paper starts the research of the liquid floated pendulous accelerometer testing system according to the engineering. at first, this paper gives the brief introduction of the history and present status of accelerometer and its testing technology, the working principium and math model of the liquid floated pendu - lous accelerometer, and then, decides the binary width pulse force retrim loop as the design proposal of testing system, researches the transfer function of every part in the system emphasizly, analyses the stability of the whole accelerometer testing system from the angle of control theoretics by the open loop transfer function of system, and designed the correcting net, analyses the basal problems such as resolution, sampling restraint, precision and so on, designs the hardware testing circuits such as preamplification, band - pass filter, alternating amplifier, phase sensitive demodulatorn, pulse - width modulation, frequency scale circuit, moment current generator. finally, using the graphics program language labv - iew which is designed for testing field especially by ni accomplishes the solfware design of testing system, realized the testing functions

    首先對加速度計及其測試技術的發展歷史和現狀,液浮擺加速度計的工作原理和學模型等作了簡要的介紹,然後確定了以二元調寬脈沖再平衡測試迴路為設計方案,並從控制理論的角度進行了分析,著重研究了系統中各部分的傳遞,利用系統開環傳遞分析了系統的穩定性,同時設計了系統的校正網路;分析了二元調寬脈沖再平衡測試迴路的解析度、采樣約束以及測試精度等基本問題,並按照系統分析的結果設計了包括前置放大、帶通濾波、交流放大、相敏解調、脈寬調制、頻標電路以及力矩電流發生器等測試系統各部分硬體電路,驗證了電路的正確性,最後按照測試系統的要求,採用了美國ni公司專為測試領域所開發的虛擬儀器工具? ? labview作為測試軟體開發工具,利用該圖形化語言完成了測試系統軟體部分的設計,實現了測試功能。
  2. In the last part of this thesis, we introduce the component and function of test system, and focus on how to develop the test system in details, include up layer application and device driver, from analyzing to coding. we explain how to develop the gui of test system using photon application builder ( phab ) tools, communicate among processes and schedule the multi - tasks. we also introduce the development of device driver under qnx, include programme of the interrupt handler, management of hardware resource and interface between application and device driver

    首先,以真實的圖形界面為基礎,詳細介紹了測試軟體界面部分的樣、功能和使用;在此基礎上,進一步介紹了測試軟體寫中的一些技術細節,如如何使用phab開發圖形界面、如何進行多任務調度、如何進行進通訊等;最後詳細地介紹了在qnx下驅動序的開發包括中斷處理寫、系統硬體資源的管理以及驅動序與測試序的介面。
  3. 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中間表示的轉換。
  4. First, the paper introduces the basic knowledge of the image processing technique, emphasizes the image processing method that is used in the measur - ement system, such as edge detection operator, curve fitting algorithm, espe - cially hough change in detail, etc. second, the paper introduces the vc + + 6. 0 program language, analyses its peculiarity and advantage, explains the form of the image in the computer and dib visiting functions

    首先,介紹了圖像處理方法的基礎知識,特別重點講述了在本系統中將會應用到的一些圖像處理方法,如邊緣檢測運算元、曲線擬合演算法等等,尤其是對于哈夫變換的方法,進行了詳細闡述。其次,介紹了本系統所應用的語言vc + + 6 . 0 ,分析了其特點和優點,並說明了模擬圖像字化后,在計算機里的存儲格以及相應的設備無關位圖訪問
  5. In this text, we first do some research on the genetic algorithm about clustering, discuss about the way of coding and the construction of fitness function, analyze the influence that different genetic manipulation do to the effect of cluster algorithm. then analyze and research on the way that select the initial value in the k - means algorithm, we propose a mix clustering algorithm to improve the k - means algorithm by using genetic algorithm. first we use k - learning genetic algorithm to identify the number of the clusters, then use the clustering result of the genetic clustering algorithm as the initial cluster center of k - means clustering. these two steps are finished based on small database which equably sampling from the whole database, now we have known the number of the clusters and initial cluster center, finally we use k - means algorithm to finish the clustering on the whole database. because genetic algorithm search for the best solution by simulating the process of evolution, the most distinct trait of the algorithm is connotative parallelism and the ability to take advantage of the global information, so the algorithm take on strong steadiness, avoid getting into the local

    本文首先對聚類分析的遺傳演算法進行了研究,討論了聚類問題的碼方和適應度的構造方案與計算方法,分析了不同遺傳操作對聚類演算法的性能和聚類效果的影響意義。然後對k - means演算法中初值的選取方法進行了分析和研究,提出了一種基於遺傳演算法的k - means聚類改進(混合聚類演算法) ,在基於均勻采樣的小樣本集上用k值學習遺傳演算法確定聚類k ,用遺傳聚類演算法的聚類結果作為k - means聚類的初始聚類中心,最後在已知初始聚類和初始聚類中心的情況下用k - means演算法對完整據集進行聚類。由於遺傳演算法是一種通過模擬自然進化過搜索最優解的方法,其顯著特點是隱含并行性和對全局信息的有效利用的能力,所以新的改進演算法具有較強的穩健性,可避免陷入局部最優,大大提高聚類效果。
  6. In rsdm, binary patterns are replaced by real - valued patterns, accordingly avoiding the coding process ; the outer learning rule is replaced by regression rule, therefore the model has not only the ability of pattern recognition but the ability of function approximation. the prearrangement of the address array bases on the distribution of patterns. if the distribution of patterns is uniform. then the address array is prearranged randomly, otherwise predisposed with the theory of genetic algorithm and the pruneing measure so as to indicate the distribution of patterns and improve the network performance. non - linear function approximation, time - series prediction and handwritten numeral recognition show that the modified model is effective and feasible

    在rsdm中,以實值模代替二值模,避免了實值到二值的碼過:以回歸學習規則代替外積法,使該模型在具有識別能力的同時具有了對的逼近能力;地址矩陣的預置根據樣本的分佈採取不同方法,若樣本均勻分佈,則隨機預置,否則利用遺傳演算法的原理和消減措施來預置地址矩陣,使之反映樣本的分佈,改善網路的性能。
  7. The author expatiated on the basic structure, coding manners, decoding rules, fitness function selection, self - adapted mutation and crossover operator, the judging flow of chromosome feasibility of the algorithm, finally, put forward the computing result with pattern of data table and gantt graph

    詳細地闡述了演算法的基本結構、碼方、解碼規則、適值的選取、自適應變異和交叉運算元的設計、染色體可行性的判斷流,最後以據表和甘特圖的方給出了計算結果。
  8. Functional programming with curried closures

    用curry過的閉包進行函數式編程
  9. An investigation of the rijndael algorithm which is the advanced encryption standard of usa is taken in this thesis. we have focused on developing the cryptographic properties of the rijndael sbox from the viewpoint of boolean function, walsh spectrum and algebraic structures, on the attacks against the reduced variants of rijndael, and on the optimized implementations of rijndael. the key contributions follow below

    本文對美國高級加密標準rijndael演算法進行了比較深入的研究,內容包括:從布爾、 walsh譜和代結構的角度對其s盒密碼性質進行的研究,簡化演算法的攻擊方法以及演算法的優化實現問題,主要成果有: 1 、提出求解布爾表達的兩種新方法,具有簡潔、易於實現、準確而快速的特點,應用於des演算法獲得與公開文獻相符的結果,應用於rijndael演算法首次求出其s盒布爾表達
  10. In this paper, the circuit used for testing sheet resistance is designed using single chip processor. additionally, we have expressed van der pauw function as a polynomial form through local and global reversal development by using the normalized polynomial match, being convenient not only for programming, but also for sheet resistance testing when using van der pauw and rymaszewski methods

    本文還利用單片機系統設計了薄層電阻測試電路,對于序中用到的范德堡隱,利用非線性反演和規范化擬合的方法推導出其多項。這不僅給對我們序提供了方便,也為使用范德堡法和rymaszewski法測量薄層電阻提供了便利。
  11. Aim at the current practical situation, a kind design procedure is presented on terminal which based on arm and c / os -, and selects the arm microprocessor and operating system combine with the demand of the subject. it designs the hardware system based on the lpc2124 and the periphery interface chipset, and implements the transplantation of c / os - on the lpc2124, compiles the hardware drivers and the api based on c / os -, the system introduces multitask based on dispatching priority to solve the disadvantage of the foreground / background system. a kind of project on remote update software based on gprs and iap is presented, and discusses the reliability in the end

    針對目前實際情況,在研究了終端設計多項技術的基礎上,設計了一種基於arm和c / os -的配變監控終端,結合課題的要求對arm處理器和操作系統進行了具體選型,在基於lpc2124的mcu和外圍介面晶元上,進行了終端硬體系統的設計;實現了cos -在lpc2124mcu上的移植;寫了基於c / os -的api介面和底層硬體驅動序;採用多任務按優先權調度的方解決了任務處理的實時性,克服了傳統前後臺軟體在復雜的監控終端設計中實時性差的問題;針對終端軟體升級方案進行了探討,提出了一種基於gprs網路的遠在應用( iap )的軟體升級方案,對終端軟體升級模塊進行了軟、硬體設計,並對升級方案的可靠性進行了探討。
  12. In turn, a functional programming language is on that supports and encourages the functional style

    那麼,函數式編程語言也就是基於支持和鼓勵風格的語言。
  13. Article on functional programming

    函數式編程的這篇文章
  14. Practically groovy : functional programming with curried closures

    實戰groovy :用curry過的閉包進行函數式編程
  15. If you are familiar with functional programming, some of this will look familiar

    如果您很熟悉函數式編程,這看起來會很親切。
  16. Functional programming junkies will also be interested in david mertz s exploration of

    函數式編程的愛好者也會對david mertz的
  17. Are more typically found in functional programming languages such as ml and haskell see

    一般可在函數式編程語言(例如ml和haskell )中找得到(請參閱
  18. Library, which offers far more tools for doing functional programming than i ve presented here

    庫,它提供了遠遠超過我在這里提及的用於函數式編程的工具。
  19. Xslt is a functional programming language like haskell or scheme, and unlike c or fortran

    Xslt是一種函數式編程語言,類似於haskell或scheme ,但是與c和fortran不同。
  20. However, regardless of the loop s type, the order of execution matters, and this is antithetical to functional programming

    但是無論什麼類型的循環,執行的順序都至關重要,這一點與函數式編程正好相反。
分享友人