登录
首页 » C,C++ » udp routing

udp routing

于 2023-01-26 发布 文件大小:25.08 kB
0 103
下载积分: 2 下载次数: 1

代码说明:

UDP routing, with differnet routing algorithms, including udp client and udp server, but only achieve few functions among cops. UDP routing, with differnet routing algorithms, including udp client and udp server, but only achieve few functions among cops. UDP routing, with differnet routing algorithms, including udp client and udp server, but only achieve few functions among cops. 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 禁止关闭操作系统C#源代码实例, 如何禁止关闭操作系统程序...
    禁止关闭操作系统C#源代码实例, 如何禁止关闭操作系统程序-the closure of the operating system C# source code examples, how to stop the closure of the operating system procedures
    2022-04-10 05:17:57下载
    积分:1
  • training and placement
    这是一个基于asp.net和sqlserver数据库
    2022-05-15 16:32:22下载
    积分:1
  • 商品销售管理
    C语言程序设计 商店商品管理系统
    2022-12-28 06:40:03下载
    积分:1
  • C# 只允许运行一个程序实例的方法及代码
    Visual C# 设置程序只能运行一个实例,当用户再次打开同一窗口时,会弹出提示,告诉你本程序已经在运行了,具体的实现代码参考如下:   设置程序只能运行一个实例:   var MyModuleName = System.Diagnostics.Process.GetCurrentProcess().MainModule.ModuleName;   var MyProcessName =System.IO.Path.GetFileNameWithoutExtension(MyModuleName);   System.Diagnostics.Process[] MyProcesses = System.Diagnostics.Process.GetProcessesByName(MyProcessName);   if (MyProcesses.Length > 1)   {    MessageBox.Show("程序已经运行!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Error);    this.Close();   }
    2023-03-23 03:40:03下载
    积分:1
  • C#
    2022-07-16 15:28:48下载
    积分:1
  • winform 订单管理系统源码下载(三层结构)
    winform 订单管理系统源码下载(三层结构)
    2016-11-18下载
    积分:1
  • 一个c#写的能识别四则表达式运算的程序
    一个c#写的能识别四则表达式运算的程序-c# 1 was able to identify the four expressions Operational procedures
    2022-03-26 00:12:24下载
    积分:1
  • 图像处理经典教程
    图像处理经典教程代码,可供初学着参考
    2022-08-26 00:07:51下载
    积分:1
  • 数字图像处理傅里叶变换
    #include  #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
    2023-05-22 05:45:03下载
    积分:1
  • VC++ Win32俄罗斯方块游戏源码
    俄罗斯方块游戏是基于MFC的VC++的编程实现,游戏中通过按钮实现游戏的开始、暂停和结束,通过鼠标点击控制图形的移动,并且游戏还伴有背景音乐,游戏开始后自动播放。
    2022-01-31 03:27:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载