metaprogramming中文
- 超編程
- 元編程
- template metaprogramming: 模板超編程
例句與用法
- 更多例句: 下一頁
- This makes enterprise metaprogramming unique
正是它使企業元編程變得與眾不同。 - Enterprise metaprogramming ultimately is just metaprogramming
企業元編程歸根到底就是元編程。 - The art of metaprogramming , part 3 : enterprise metaprogramming
元編程藝術,第3部分:企業元編程 - In other languages , metaprogramming is even more important
在其他語言中,元編程甚至更加重要。 - You ll see more extensive metaprogramming as you read on
繼續閱讀下去,將看到更豐富的元編程。
百科釋義
Metaprogramming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that would otherwise be done at runtime. In some cases, this allows programmers to minimize the number of lines of code to express a solution (hence reducing development time), or it gives programs greater flexibility to efficiently handle new situations without recompilation.
詳細百科解釋