Location:
Search - delegate
Search list
Description: 在C++中实现C#中的代理Delegate 很有启发 可以看看........... -in C# C realization of Acting Delegate very instructive look at ......... ..
Platform: |
Size: 126571 |
Author: zdy |
Hits:
Description: 在C++中实现C#中的代理Delegate 很有启发 可以看看........... -in C# C realization of Acting Delegate very instructive look at ......... ..
Platform: |
Size: 125952 |
Author: zdy |
Hits:
Description: An article on the implementation of a fast C++ delegate with many advanced features.-An article on the implementation of a fast C delegate with many advanced features.
Platform: |
Size: 225280 |
Author: ally |
Hits:
Description: C# delegate 型别是经过深思熟虑的创新型语言特性,C++ 程序员(无论其对 C# 或者 Microsoft 有何想法)应该会对这个特性产生特殊的兴趣。-C# delegate type is considered innovative linguistic identity, C programmers (whether right or Microsoft C# What thoughts) should be able to have this special characteristic interested.
Platform: |
Size: 8192 |
Author: 小余子 |
Hits:
Description: 提供了大量初学CSharp的示例,DataSet/Delegate等使用方法-provide a lot of novice CSharp example, DataSet/Delegate using such methods
Platform: |
Size: 2744320 |
Author: phoenix.xia |
Hits:
Description: CSharp源码,委托实例,代码总结了几种代表性的对于学习有很大帮助的实例!-CSharp source code, commission examples, code summed up for the study of several representative examples of great help!
Platform: |
Size: 105472 |
Author: 王一 |
Hits:
Description: C#小程序,通过委托异步调用方法,也很简单必读-C# Small procedures, through the commissioning of asynchronous method calls, is also very simple reading
Platform: |
Size: 16384 |
Author: william |
Hits:
Description: 标准C++中没有真正的面向对象的函数指针。这一点对C++来说是不幸的,因为面向对象的指针(也叫做“闭包(closure)”或“委托(delegate)”)在一些语言中已经证明了它宝贵的价值。此例展示在C++编译器上实现优化而可靠的“委托”的技术-Standard C++ in no real object-oriented function pointer. This is C++ It is unfortunate, because the object-oriented in some languages it has proven valuable. This case displayed in C++ compiler optimal and reliable " commissioned" the technical
Platform: |
Size: 36864 |
Author: darwinlin |
Hits:
Description: QT代码,用来显示modelview,带全套代码,小型程序。-QT code, used to display modelview, with a full set of code, small-scale program.
Platform: |
Size: 47104 |
Author: se |
Hits:
Description: C# 代表(delegate)功能的详细使用-C# on behalf of (delegate) function in detail using
Platform: |
Size: 4096 |
Author: 李伟强 |
Hits:
Description: 关于C#委托和事件的小程序。个人感觉不错。-On the C# delegate and events applet. Individuals feel good.
Platform: |
Size: 104448 |
Author: 戴炎 |
Hits:
Description: 委托的实例理解 帮助新手理解C#
的委托机制-Sample for delegate
Platform: |
Size: 60416 |
Author: carter |
Hits:
Description: 委托与事件。讲解委托是如何产生的,如何使用,委托的实际代码,事件与委托的关系。-delegate and event
Platform: |
Size: 208896 |
Author: sml |
Hits:
Description: 讲诉csharp中的委托和事件的文档,其中带有很多示例源码.-this file descripte csharp of delegate and event.in this include many code and sample......
Platform: |
Size: 625664 |
Author: 李林 |
Hits:
Description: 委托与事件的小程序段,简单实现了一个小的委托事件,风趣幽默。-Class of Delegate and the Event
Platform: |
Size: 18432 |
Author: 严浩 |
Hits:
Description: 委托类型 D1 和 D2 都与方法 A.M1 和 B.M1 兼容,这是因为它们具有相同的返回类型和参数列表;但是,这些委托类型是两个不同的类型,所以它们是不可互换的。委托类型 D1 和 D2 与方法 B.M2、B.M3 和 B.M4 不兼容,这是因为它们具有不同的返回类型或参数列表。-class A
{
public static int M1(int a, double b) {...}
}
class B
{
delegate int D2(int c, double d)
public static int M1(int f, double g) {...}
public static void M2(int k, double l) {...}
public static int M3(int g) {...}
public static void M4(int g) {...}
}
Platform: |
Size: 11264 |
Author: Anjie |
Hits:
Description: C#中Delegate的三种主要的用法,包括普通函数代理,对象内部函数的代理和静态函数的代理。-C# Delegate three main usage, including the agent of the ordinary function agents, the internal functions of the object agent and static function.
Platform: |
Size: 35840 |
Author: Bread |
Hits:
Description: Delegate and Event in C#
Platform: |
Size: 194560 |
Author: wan |
Hits:
Description: 详细讲述C#中委托和事件的原理及用法!分为理解委托,事件的由来,事件和委托的用法!-A detailed account of the principle and usage of C# delegates and events! Divided into the understanding of the usage of the commission, the origin of the event, event and delegate!
Platform: |
Size: 486400 |
Author: 李端 |
Hits:
Description: This is a test for C# delegate
Platform: |
Size: 139264 |
Author: adalao |
Hits:
« 12
3
4
5
6
7
8
9
10
...
16
»