| 1. | What do you thinking of gp and oo 你是怎样看gp (泛型编程)和oo (面向对象)的? |
| 2. | Generic programming is a special paradigm in c + + 泛型编程是c + +特殊的编程思维模型。 |
| 3. | Specifies the type parameters for a 指定泛型编程元素的类型参数。 |
| 4. | Every generic programming element must take at least one type parameter 每个泛型编程元素必须至少获取一个类型参数。 |
| 5. | I think that c + + supports generic programming rather well , so that it needs only minor additions 我觉得c + +相当好地支持了泛型编程,所以只需要细微的增加。 |
| 6. | When you create a constructed type from a generic programming element , you supply a defined type for each type parameter 根据泛型编程元素创建构造类型时,应为每个类型参数提供一个已定义的类型。 |
| 7. | Generic programming develops object oriented , it abstracts the world with a higher view , many problems in object oriented can be handled by it 泛型编程是面向对象的进一步发展,从更高的角度对世界进行抽象,为面向对象的不足之处提供了解决之道。 |
| 8. | I think that object - oriented and generic programming complements each other nicely in c + + , and many of my most elegant pieces of code relies on combinations of the two 我认为,在c + +中面向对象和泛型编程相互补充得极好,我所写的许多最优美的代码都依赖于两者的结合。 |
| 9. | 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 + +的核心,是无损效率、类型安全代码的关键。然而它们并不适合经典的面向对象编程思维模型。 |
| 10. | The development of this software follows the philosophy of oo ( object oriented ) . in addition , generic programming is also employed in some cases so that the program can be more flexible and faster 同时,本文还采用面向对象的思想设计并实现了多元统计过程控制软件,在某些部分还使用了泛型编程技术以提供更高的灵活性和速度。 |