-
FindUdpPort
UDp端口扫描,可以扫描任意安装TCP/IP协议的主机,并且可以扫描该主机中的一个端口。点击UDP Scan按钮,实现对UDP端口的扫描过程。在Windows操作系统环境中,建议使用Visual C++编程工具实现。(UDp port scan, can scan any install TCP/IP protocol, host, and can scan a port in the host. Click on the UDP Scan button on the UDP port scanning process. In the Windows operating system environment, it is recommended to use Visual C++ programming tools.)
- 2012-07-29 09:58:36下载
- 积分:1
-
Effective Modern C++
现在C++有效编程的基本技巧和方法,是第一本介绍C++ 11 新版本的高效率编程的数据(Now the basic skills and methods of C++ effective programming are the first to introduce the highly efficient programming data of the new version of C++ 11.)
- 2018-06-14 10:53:09下载
- 积分:1
-
链接库实现简单的增删改查
一款用C#编写的精简实现增删改查系统,帮你了系统和C#开发的方法
- 2022-08-13 07:49:06下载
- 积分:1
-
EEPROM
说明: 基于arduino 的EEPROM,是实现将电子计时器里的数值储存到EEPROM中,实现开关电源不影响电子计时器(The EEPROM based on Arduino is to store the value of the electronic timer in EEPROM and realize that the switch power supply does not affect the electronic timer.)
- 2020-06-25 13:40:02下载
- 积分:1
-
symbian-get-imei
symbian获取手机型号,获取手机IMEI.....(symbian get IMEI)
- 2011-01-24 10:39:58下载
- 积分:1
-
14443_3nfc
NFC读卡,包括14443-A协议,14443-B协议,18092协议,读模式、卡模式的实现方式(NFC reader, including 14443-A protocol, 14443-B protocol, 18092 protocol, the read mode, the mode of the implementation)
- 2015-03-20 13:40:36下载
- 积分:1
-
GDAL测试代码
GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码GDAL测试代码
- 2022-01-26 02:04:11下载
- 积分:1
-
C# 动态改变控件在Grid单元格中的位置
c# 动态改变控件在Grid单元格中的位置:
private void button1_Click(object sender, RoutedEventArgs e)
{//动态改变控件在Grid单元格中的位置
if (bOldPos)
{
Grid.SetRow(this.image1, 1);
Grid.SetColumn(this.image1, 2);
this.bOldPos = false;
}
else
{
Grid.SetRow(this.image1, 0);
Grid.SetColumn(this.image1, 0);
this.bOldPos = true;
}
}
- 2022-02-07 14:02:16下载
- 积分:1
-
ANO 匿名四轴飞控
开源四轴飞控源码共享,来源于匿名
- 2022-08-14 13:47:51下载
- 积分:1
-
滚动轴承轴承滚珠内外圈载荷计算以及滚珠与内外圈油膜刚度计算
滚动轴承轴承滚珠内外圈载荷计算以及滚珠与内外圈油膜刚度计算,适用于球轴承
- 2023-01-19 09:30:03下载
- 积分:1