中英互译
generic programming
基本释义
- 泛型编程:一种计算机编程风格,其中算法是以待指定的类型编写的,当需要为特定类型提供参数时,这些类型会被实例化。
双语例句
- But no, that's not generic programming.但是,没有,这不是一般的节目。
- Nowadays, generic programming has held an important position in programming.现今,泛型编程技术已经在程序设计中占据了重要地位。
- Classes are also the foundation for object-oriented and generic programming, which we cover in Part IV.类也是第四部分中讨论的面向对象编程和泛型编程的基础。
网络短语
- Generic Programming and the STL泛型编程与STL;另辟蹊径者有之
- Generic Programming Techniques泛型编程技术;编程技术
- Templates and Generic Programming模板与泛型编程
- Overview of Generic Programming章
- and generic programming和通用型程序设计
英英释义
- In the simplest definition, generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by ML in 1973, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplication.