English 中文(简体)
在方案拟订中,“衡量”的含义是什么?
原标题:What does "wrapping" mean in programming?

在编程文献和互联网上,我注意到经常使用wrapping>

例如,“在课堂上打包图书馆”或“毁损数据库”。 这位官员是否在方案规划中任职或只是一个lang? 描述它的最佳方式是什么?

成就

最佳回答

“强奸”是一种标准的英文词,意思是“离婚或附上”。 通常,方案制定者使用它意味着披露有别的东西的功能。 它是一个得到广泛接受的术语。 没有任何“正式方案拟订条款”准则,这样就能够达到既定目标。

Example:

  • a wrapper function is a function that calls another function;
  • a wrapping class is a class that holds inside itself a reference to another object;
  • the Facade design-pattern is a class/object that wraps around another object, for the purpose of simplifying the interface to access/use such object;
  • a Decorator design-pattern is a class/object that wraps around another object at run-time, for the purpose of enhancing the object s interface with new functionality (without having to modify the object itself).
问题回答

我发现一个充满手头特征的繁多的框架,但这一框架是在C++中制定的,但我的项目是在C# .NET中写成的,而我基本上重写了整个C++框架的包裹,使我能够使用C#yntax。

因此,表面上说清白意味着你在字面上把内容放在不同的应用中使用? 真的不诚实,即使我用一把。





相关问题
vectors vs. vector graphics

What (if any) is the relationship between vectors used in programming languages (e.g. arrays) and vector graphics? Why do they share the term vector? Does it represent some analogous aspect of their ...

MVC and Property Terminology in Objective-C

I am having a problem with terminology I think. Is a ViewController the Controller portion of MVC? Or is it not the same thing. Is this combining the VC of MVC into one file? Properties like ....

Origin of "map" in Computer Science

In computer science, there are two definitions of the word map. The first is as an associative array, a type of container that maps values of one type to values of another type. An example of this is ...

Definition of the word "patch"

Personally, I use the word "patch" as the software equivalent of a symptomatic treatment, which makes a patch a quick-and-dirty bugfix. However, I m not sure this is correct, because I often see it is ...

What is Facet in JavaEE?

I wonder not only what is Facet but also what is Facet in physical level (as I understand it s not a separate jar, but what?)? I also wonder how can it affect my application after deploying. I ll ...

What is the meaning of "POSIX"?

What is POSIX? I have read the Wikipedia article and I read it every time I encounter the term. The fact is that I never really understood what it is. Can anyone please explain it to me by explaining ...

Term for rotating header

I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...

热门标签