generic programming 中文意思是什麼

generic programming 解釋
泛型編程風格
  • generic : adj 1 【生物學】屬的,類的。2 一般的,普通的 (opp specific) 3 (商品)未注冊的;不受商標注冊保...
  • programming : 編程序的
  1. Par method can explain the whole process of " problem - program " as well as improve substantially the programming skills of students ; about the implement technology, the popular generic paradigm is incorporated and the results in ai ( knowledge representation and automated reasoning ) are used, which enables the system to be a truly " open system " with infinitely many problems and solutions, instead of just a compilation of fixed ones ; about the function of the system, it incarnates the constructivism and it has excellent human - machine interface, concurrence, and openness

    Par方法可以說清「問題程序」的全過程,可以解決現有程序設計教學存在的根本問題,幫助學習者實質性地提高程序設計的能力;在實現技術方面,借鑒了當代流行的泛型思想,並將人工智慧在知識表示、自動推理等研究中形成的思想方法和成果應用於程序設計icai系統的開發,使得系統具有一個既有問題又有解答的無限題庫,這些解答是由自動推理產生的而不再是固定問題、答案的堆砌;在系統功能方面,充分體現了建構主義思想,具有良好的人機交互性、並發性和開放性。
  2. I put forward the generic principles of programming cross - platform code, use conditional compilation order to assert cross - platform application, deal with the difference between windows and linux in program source code, complete cross - platform source code, compile source code using delphi7, then the compiled application runs on windows. compile source code using kylix3, then the compiled application runs on linux

    提出了編寫跨平臺代碼的一般原則,使用條件編譯指令維護跨平臺應用程序,在程序的源代碼中針對windows和linux操作系統之間的差異進行了相應的處理,使得在源代碼級完成了跨平臺,然後只需要針對不同的操作系統分別編譯就可以在相應的操作系統上運行。
  3. To solve the problem of report form depends on structure of database seriously at report output in information system, based on analysis and abstraction to contents of reports in information system, the concept of report templates was introduced and basic elements for common reports were defined, a framework of the generic report generation system for diagram & text combined contents was presented with object - oriented programming approach

    摘要為了解決信息系統的報表輸出過程中,報表格式嚴重地依賴于數據庫結構的問題,通過對多個信息系統的報表數據進行分析和抽象研究,引入「報表模板」的概念,並且為常見的報表定義了通用圖文報表基本元素,採用面向對象的程序設計方法,開發了面向信息系統的通用圖文報表生成系統。
  4. A permutated implicit enumeration for the linear 0 - 1 programming model is proposed according to the generic model in this thesis, which utilizes the relationship between the objective functions, permutes the constrained solutions so as to search the optimum solution in the aggregate of minimums and accelerate the convergence speed

    針對多機場的非實時流量管理的模型,提出了基於排序的隱枚舉法,它利用目標函數值大小的相對關系,對約束條件解進行排序,在最小解集中尋找最優解,以加快收斂速度。
  5. Using the ideal of generic programming to generalize design patterns brings mass reusing and automated design patterns, gifting programmers the ability to assemble the components by requirements, and result in the source codes that can express the primitive purpose of design, archiving the natural transition from designing to coding

    將設計模式泛化帶來更大規模的代碼復用,使得設計模式的實現得以自動化,從而使開發人員能以面向設計的方式讓使用者自行裝配所需機能,產生能表達原始設計意圖的代碼,實現設計與編碼之間的無縫過渡。
  6. Is probably more an example of generic recursive programming in scheme than it is specific to

    可能更多表現了scheme中一般的遞歸編程,而不僅僅局限於
  7. From 00 to generic programming, template metaprogram, generative programming ; from com to com +, web service ; from stl to ace, boost, loki, ice

    從oo到泛型到模板元編程到產生式編程;從com到com +到webservice ;從stl到ace到boost到loki到ice 。
  8. I consider templates and generic programming central to modern c + +. they are the keys to uncompromisingly efficient, type - safe code. however, they don ' t fit the classical object - oriented paradigm

    我認為模板和泛型編程是現代c + +的核心,是無損效率、類型安全代碼的關鍵。然而它們並不適合經典的面向對象編程思維模型。
  9. Because the second math model belongs to nonlinear programming problem, we adapted generic algorithm. at last generic algorithm is well compared with integer programming algorithm in method step and method principle

    對模型二,因為是一個非線性規劃問題,故可採用遺傳演算法求解,並詳細介紹了兩種求解演算法的步驟,原理,以及這兩個模型間的異同點和優缺點。
  10. This paper emphasizes on the basic principle and realization principle of upnp, and provides a new device discovery principle with registration center, and realizes a generic device model of upnp by programming. an upnp enabled light device is designed based on the generic device model, and an experimental control system of intelligent appliance is established in the end

    本文重點研究了upnp技術的基本原理和實現機制,提出了一種基於注冊中心的設備發現機制,並編程實現了upnp的通用設備模型,最後在該通用設備模型的基礎上實現了一個upnp的燈光設備,建立了一個智能家電控制演示系統。
  11. I think that c + + supports generic programming rather well, so that it needs only minor additions

    我覺得c + +相當好地支持了泛型編程,所以只需要細微的增加。
  12. We import the generic programming theory into the c + + class library through studying the idea of generic programming, achieve the generic programming in apla program. 4. we also test the c + + class library by many examples what are transformed by apla - c + + system

    通過對泛型程序設計思想的研究,在我們構造的c + +類庫中引進了泛型程序機制,實現了apla程序的類型參數化,同時也提高了c + +類庫的可重用程度; 4
  13. Generic programming is a special paradigm in c + +

    泛型編程是c + +特殊的編程思維模型。
  14. Generic programming, c templates, java and c generics

    演演算法與資料結購algorithm and data structure
  15. Every generic programming element must take at least one type parameter

    每個泛型編程元素必須至少獲取一個類型參數。
  16. In c, one might use templates and generic programming to implement the general features of an

    在c + +中,您可能使用模板和通用編程方法來實現
  17. Generic programming is a programming paradigm which is supported by the c + + template language mechanism

    泛型程序設計是c + +語言通過模板機制支持的一種程序設計方法。
  18. When you create a constructed type from a generic programming element, you supply a defined type for each type parameter

    根據泛型編程元素創建構造類型時,應為每個類型參數提供一個已定義的類型。
  19. Generic programming develops object oriented, it abstracts the world with a higher view, many problems in object oriented can be handled by it

    泛型編程是面向對象的進一步發展,從更高的角度對世界進行抽象,為面向對象的不足之處提供了解決之道。
  20. Based on the deep study of generic programming paradigm, this paper analyzes and describes the refactor applied to generic program. a catalog of refactorings that people apply to generic program and their corresponding preconditions is identified and described formally in this paper. furthermore, this paper presents the design and implement of a tool, cpprefactory, which can perform some of the refactorings in the proposed list

    本文在對泛型程序設計深入研究的基礎上,對泛型程序重構進行了分析和研究,提出並形式化描述了一組適用於泛型程序設計的重構操作以及對應的前提條件,設計並實現了支持泛型程序重構的自動化工具的原型cpprefactory 。
分享友人