用户搭建网站,朝阳网站建设公司,推广策略是什么意思,河北建设集团园林网站委托与函数指针的相似之处#xff1a;
指向方法#xff1a;C# 的委托和 C 的函数指针都可以用来指向一个方法或函数。调用方法#xff1a;它们都可以通过引用#xff08;委托或函数指针#xff09;来调用指向的方法。
委托与函数指针的主要区别#xff1a; 类型安全
指向方法C# 的委托和 C 的函数指针都可以用来指向一个方法或函数。调用方法它们都可以通过引用委托或函数指针来调用指向的方法。
委托与函数指针的主要区别 类型安全 C 函数指针C 的函数指针没有类型安全检查你可以把一个不匹配的函数地址赋值给一个函数指针变量这样可能会导致运行时错误。C# 委托C# 的委托是类型安全的。它会确保只能指向与委托签名匹配的方法这样避免了很多运行时错误。 例如 delegate int MyDelegate(int a, int b);MyDelegate del Add; // Add 方法必须符合 MyDelegate 的签名多播委托 C 函数指针C 中的函数指针通常指向单个函数或方法如果你想调用多个函数通常需要使用函数指针数组或者额外的机制来模拟。C# 委托C# 的委托支持多播即一个委托可以调用多个方法链式调用。你可以将多个方法添加到一个委托中然后依次调用这些方法。 例如 delegate void MyDelegate(string msg);MyDelegate del Method1;
del Method2; // 现在委托可以调用 Method1 和 Method2del(Hello);灵活性与支持的特性 C 函数指针C 的函数指针通常与函数签名紧密关联且不支持指向类成员函数除非使用特定的技巧和语法。C# 委托C# 的委托可以指向静态方法、实例方法、甚至是匿名方法和 lambda 表达式。这使得 C# 的委托更加灵活和强大。 例如 delegate int MyDelegate(int a, int b);MyDelegate del (x, y) x y; // 使用 lambda 表达式Console.WriteLine(del(3, 4)); // 输出 7事件与委托 C 函数指针C 中没有内建的事件机制你需要自己手动管理函数指针的注册和调用。C# 委托C# 中的委托与事件机制紧密结合使得在 C# 中使用事件例如 UI 事件、回调函数等变得非常方便。事件本质上是委托的一种特殊用法。
示例对比
C 中的函数指针
#include iostreamint add(int a, int b) {return a b;
}int subtract(int a, int b) {return a - b;
}int main() {int (*funcPtr)(int, int); // 函数指针声明funcPtr add; // 将指针指向 add 函数std::cout funcPtr(5, 3) std::endl; // 输出 8funcPtr subtract; // 更改指针指向 subtract 函数std::cout funcPtr(5, 3) std::endl; // 输出 2return 0;
}C# 中的委托
using System;delegate int MathOperation(int a, int b); // 委托声明class Program {static int Add(int a, int b) {return a b;}static int Subtract(int a, int b) {return a - b;}static void Main() {MathOperation operation Add; // 委托指向 Add 方法Console.WriteLine(operation(5, 3)); // 输出 8operation Subtract; // 委托指向 Subtract 方法Console.WriteLine(operation(5, 3)); // 输出 2}
}小结
函数指针是 C 中的一种底层特性它可以指向函数但缺乏类型安全并且不具备多播等更高级的功能。委托是 C# 中的高级特性提供了类型安全、多播和更灵活的功能适用于更广泛的应用场景。
虽然 C# 的委托和 C 的函数指针有类似的作用但委托比函数指针更强大、更安全且更易于使用。 文章转载自: http://www.morning.qzpqp.cn.gov.cn.qzpqp.cn http://www.morning.qrndh.cn.gov.cn.qrndh.cn http://www.morning.hmktd.cn.gov.cn.hmktd.cn http://www.morning.lkbdy.cn.gov.cn.lkbdy.cn http://www.morning.vjwkb.cn.gov.cn.vjwkb.cn http://www.morning.hnhkz.cn.gov.cn.hnhkz.cn http://www.morning.trlhc.cn.gov.cn.trlhc.cn http://www.morning.wtcbl.cn.gov.cn.wtcbl.cn http://www.morning.xfdkh.cn.gov.cn.xfdkh.cn http://www.morning.gbpanel.com.gov.cn.gbpanel.com http://www.morning.kxxld.cn.gov.cn.kxxld.cn http://www.morning.zlchy.cn.gov.cn.zlchy.cn http://www.morning.sqyjh.cn.gov.cn.sqyjh.cn http://www.morning.rdkqt.cn.gov.cn.rdkqt.cn http://www.morning.kcrw.cn.gov.cn.kcrw.cn http://www.morning.qwmdx.cn.gov.cn.qwmdx.cn http://www.morning.tjndb.cn.gov.cn.tjndb.cn http://www.morning.rppf.cn.gov.cn.rppf.cn http://www.morning.qkrqt.cn.gov.cn.qkrqt.cn http://www.morning.hrdx.cn.gov.cn.hrdx.cn http://www.morning.lcxzg.cn.gov.cn.lcxzg.cn http://www.morning.xwlmr.cn.gov.cn.xwlmr.cn http://www.morning.qywfw.cn.gov.cn.qywfw.cn http://www.morning.wrdlf.cn.gov.cn.wrdlf.cn http://www.morning.kdbbm.cn.gov.cn.kdbbm.cn http://www.morning.rgqnt.cn.gov.cn.rgqnt.cn http://www.morning.nqwkn.cn.gov.cn.nqwkn.cn http://www.morning.srgbr.cn.gov.cn.srgbr.cn http://www.morning.ktcfl.cn.gov.cn.ktcfl.cn http://www.morning.zfzgp.cn.gov.cn.zfzgp.cn http://www.morning.iuibhkd.cn.gov.cn.iuibhkd.cn http://www.morning.wdlyt.cn.gov.cn.wdlyt.cn http://www.morning.sfwd.cn.gov.cn.sfwd.cn http://www.morning.ryqsq.cn.gov.cn.ryqsq.cn http://www.morning.mcmpq.cn.gov.cn.mcmpq.cn http://www.morning.cbczs.cn.gov.cn.cbczs.cn http://www.morning.qbgdy.cn.gov.cn.qbgdy.cn http://www.morning.hhpkb.cn.gov.cn.hhpkb.cn http://www.morning.hprmg.cn.gov.cn.hprmg.cn http://www.morning.zyrcf.cn.gov.cn.zyrcf.cn http://www.morning.dgng.cn.gov.cn.dgng.cn http://www.morning.bqrd.cn.gov.cn.bqrd.cn http://www.morning.bplqh.cn.gov.cn.bplqh.cn http://www.morning.ytnn.cn.gov.cn.ytnn.cn http://www.morning.dgsr.cn.gov.cn.dgsr.cn http://www.morning.jwncx.cn.gov.cn.jwncx.cn http://www.morning.mqmxg.cn.gov.cn.mqmxg.cn http://www.morning.dpqqg.cn.gov.cn.dpqqg.cn http://www.morning.wbnsf.cn.gov.cn.wbnsf.cn http://www.morning.bhbxd.cn.gov.cn.bhbxd.cn http://www.morning.ptwzy.cn.gov.cn.ptwzy.cn http://www.morning.wrdpj.cn.gov.cn.wrdpj.cn http://www.morning.ydfr.cn.gov.cn.ydfr.cn http://www.morning.ltkms.cn.gov.cn.ltkms.cn http://www.morning.sfnjr.cn.gov.cn.sfnjr.cn http://www.morning.tbqbd.cn.gov.cn.tbqbd.cn http://www.morning.qggxt.cn.gov.cn.qggxt.cn http://www.morning.ffwrq.cn.gov.cn.ffwrq.cn http://www.morning.pfnlc.cn.gov.cn.pfnlc.cn http://www.morning.qftzk.cn.gov.cn.qftzk.cn http://www.morning.xfmwk.cn.gov.cn.xfmwk.cn http://www.morning.ljzqb.cn.gov.cn.ljzqb.cn http://www.morning.dthyq.cn.gov.cn.dthyq.cn http://www.morning.yltnl.cn.gov.cn.yltnl.cn http://www.morning.bwrbm.cn.gov.cn.bwrbm.cn http://www.morning.glnxd.cn.gov.cn.glnxd.cn http://www.morning.chehb.com.gov.cn.chehb.com http://www.morning.gstmn.cn.gov.cn.gstmn.cn http://www.morning.kclkb.cn.gov.cn.kclkb.cn http://www.morning.slfkt.cn.gov.cn.slfkt.cn http://www.morning.jzfrl.cn.gov.cn.jzfrl.cn http://www.morning.rfycj.cn.gov.cn.rfycj.cn http://www.morning.dycbp.cn.gov.cn.dycbp.cn http://www.morning.nydtt.cn.gov.cn.nydtt.cn http://www.morning.bmzxp.cn.gov.cn.bmzxp.cn http://www.morning.zdsdn.cn.gov.cn.zdsdn.cn http://www.morning.pcjw.cn.gov.cn.pcjw.cn http://www.morning.dndjx.cn.gov.cn.dndjx.cn http://www.morning.webife.com.gov.cn.webife.com http://www.morning.skmpj.cn.gov.cn.skmpj.cn