登录
首页 » c# » ping测试

ping测试

于 2022-01-26 发布 文件大小:51.28 kB
0 79
下载积分: 2 下载次数: 1

代码说明:

简单的ping测试,1.Ping本机IP 2.Ping网关IP 3.Ping远程IP

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

发表评论

0 个回复

  • lmap
    说明:  天堂的地图配置文件和几个相关的软件 =================== kehuduanmap**.s32 kehuduanmap**.seg 配置文件 配置文件内包含的数据有地图的 安全/战斗区域信息,地图块的拼接与位置信息,建筑物与点缀等内容的拼接与位置 =================== L1MapTool* 地图框架查看器 与 源码 此软件只能查看地图的 安全/战斗区域信息. 关于地图的具体绘制信息并未展示. 因为这个地图肯定是打开了*.s32与*.seg文件 我猜测他就可以直接看到配置文件的明文. =================== lep.exe 地图预览工具 此工具可以预览极老的某个游戏版本[好像已经失传了]的地图,应该是获取了所有的地图信息后展示出来. ===================(Paradise 1 Game Map Browsing Tool)
    2020-06-16 06:20:01下载
    积分:1
  • foc控制算法FOC_stm32主控pmsm源码
    说明:  foc控制算法FOC_stm32主控pmsm源码(FOC control algorithm FOC STM32 main control PMSM source code)
    2021-04-27 12:58:44下载
    积分:1
  • bp
    说明:  我自己写的关于BP神经网络的文章!比较适合天刚入门的同学看!(I wrote it myself on the BP neural network article! More suitable for entry-Tiangang classmates to see!)
    2008-09-18 08:42:21下载
    积分:1
  • CarSig
    是一个车牌识别程序,对开发车牌识别应用的程序员有借鉴作用。(A license plate recognition program, the development of license plate recognition application programmer reference.)
    2014-03-03 23:09:58下载
    积分:1
  • StroustrupThe_C++_Programming_Language_Special_Ed
    Great C++ Book...............................................................................
    2009-05-25 00:55:54下载
    积分:1
  • 厂用电仿真系统图
    说明:  描述了厂用电的基本结构和各组件之间的联系,是实际电厂的厂用电布置图。(This paper describes the basic structure of the auxiliary power supply and the relationship between the components. It is the layout of the auxiliary power supply of the actual power plant.)
    2020-06-22 05:20:02下载
    积分:1
  • websocket
    c++ websocket demo,利用C++编写的websocket创建TCP/UDP连接,转载资源,自行下载,6666666666666666666666666666666666666666666
    2022-06-14 02:22:23下载
    积分:1
  • yzh31
    在PROTEUS中用PIC单片机的I/O口模拟串行通信,用键盘控制,并显示,纺真成功!(PROTEUS using the PIC microcontroller I/O port analog serial communication, keyboard control, and display, spinning true success!)
    2012-08-13 22:55:52下载
    积分:1
  • VC
    说明:  关于VC++和Matlab混合编程的一本PDF格式的书籍。(On the VC++ and Matlab programming mixed a PDF format of the book.)
    2009-04-18 17:53:33下载
    积分:1
  • Visual C# 读取音频文件并复制到剪贴板
    粘贴剪贴板音频数据并播放,Visual C# 读取音频文件并复制到剪贴板,此外还提供了清空剪贴板上音频数据的功能。下面我们分别来看这几个重点功能具体是如何实现的,代码如下:   private void Button1_Click(object sender, EventArgs e)   {//读取音频文件并复制到剪贴板    Byte[] MyData=System.IO.File.ReadAllBytes("WindowsXP.wav");    Clipboard.SetAudio(MyData);   }   private void Button2_Click(object sender, EventArgs e)   {//粘贴剪贴板音频数据并播放    object MyData =Clipboard.GetData(DataFormats.WaveAudio);    System.Media.SoundPlayer MyPlayer=new System.Media.SoundPlayer();    MyPlayer.Stream = (System.IO.Stream)MyData;    MyPlayer.Play();   }   private void Button3_Click(object sender, EventArgs e)   {//清空剪贴板上的音频数据    Clipboard.Clear();   }   需要完整的可编译源代码项目,请下载本源码。
    2022-01-25 17:41:37下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载