类型参数化 meaning in Chinese
type parameterization
Examples
- Is parameterized using the " t " type , and the nested
是用“ t ”类型参数化的,而嵌套的 - Generics permit classes , structs , interfaces , delegates , and methods to be parameterized by the types of data they store and manipulate
泛型允许类,结构,接口,代理还有方法被他们存储和操作数据类型参数化。 - In c , generic types and methods provide for type parameterization in a way that is similar to c templates , although there are significant differences
在c #中,为类型参数化提供泛型类型和泛型方法的方式与c + +模板类似,尽管存在显著的差异。 - 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 - We denote many typical arithmetics with apla , such as , non - recursive tree traversals , dijkstra , topological sorting etc . the test result indicates the program transformer can improve the program ' s reliability and development efficiency . it can replace softeware blue collar to complete mechanical and creative work
5 、实现了自动转换系统的泛型问题中的类型参数化问题,解决了apla提供泛型机制,而java语言不支持泛型机制的矛盾。