月亮词典
首页
查询
Generic programming
这些类型会被实例化。
常用释义
词性释义
泛型编程:一种计算机编程风格,其中算法是以待指定的类型编写的,当需要为特定类型提供参数时,这些类型会被实例化。
例句
全部
Every
generic
programming
element
must take at least one
type
parameter
.
每个泛型编程元素必须至少获取一个类型参数。
Generic
programming
invokes
a
metaprogramming
facility
within
a
language
, in those languages
supporting
it
.
泛型编程调用一个设施内的元编程语言,这些语言支持。
Specifies
the
type
parameters
for a
generic
programming
element
.
指定泛型编程元素的类型参数。
This
is
an
incomplete
survey
of
some
of the
generic
programming
techniques
used
in
the
boost
libraries
.
这是对在boost库中使用的某些范型编程技术的不完整的观察。
when you
create
a
constructed
type
from
a
generic
programming
element
, you
supply
a
defined
type
for each
type
parameter
.
根据泛型编程元素创建构造类型时,应为每个类型参数提供一个已定义的类型。
Classes
are
also
the
foundation
for
object-oriented
and
generic
programming
, which we
cover
in
Part
IV.
类也是第四部分中讨论的面向对象编程和泛型编程的基础。
We
're
also
exploring
some
further
additions
to
the
type
system
to make
generic
programming
easier
.
我们同时也在探索向类型系统中添加一些东西使泛型编程变得更加容易。
a
.
Intermediate-to-high
level
in
C
+
+
,
with emphasis in
generic
programming
(
templates
).
水平为中至高级,在泛型编程(模板)方面较强。
Generic
programming
is
a
special
paradigm
in
C++
.
泛型编程是C++特殊的编程思维模型。
I
think
that C++
supports
generic
programming
rather
well
,
so
that it
needs
only
minor
additions
.
我觉得C++相当好地支持了泛型编程,所以只需要细微的增加。
Visualization
in
computer
simulation
implemented
by
generic
programming
计算机模拟中可视化的范型实现方法
Object
Orientation
,
Generic
Programming
and
Type
Constraint
Checking
面向对象、泛型程序设计与类型约束检查
Generic
Programming
Generic Programming:
Mappings
between
Types
and
Values
类型和值之间的映射
Using
generic
programming
in
bridge
finite
analysis
software
development
泛型编程在桥梁有限元软件开发中的应用
From
OO
to
Generic
Programming
,
Template
Metaprogram,
Generative
Programming
;
从OO到泛型到模板元编程到产生式编程;
Application
Research
of
Generic
Programming
In
the
Reusable
Design
泛化思维在可复用设计中的应用研究
Common
Technologies
in the
Design
of
Generic
Programming
泛型程序设计的常用技术
Application
and
Analysis
of
a
Kind
of
Generic
Programming
一种类属编程方法的应用及分析
Application
of
generic
programming
and
STL to
in
-
memory
database
泛型编程及STL在内存数据库中的应用
Generic
programming
of
finite
state
machine
有限状态机之泛型编程