-
扫描局域网指定网段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1...
扫描局域网指定网段在用IP,只需将两个文件放在windowssysytem32下,然后在命令行执行nbtscan192.168.0.1-255即可-Scan LAN segment using the specified IP, only two files in the windows sysytem32, and then at the command line can be the implementation of nbtscan192.168.0.1-255
- 2022-12-17 22:45:03下载
- 积分:1
-
socket 网络通信 控制台程序 测试通过
socket 网络通信 控制台程序 测试通过
#include
#include
#pragma comment(lib, "ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;//WSAata用来存储系统传回的关于WinSocket的资料。
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||HIBYTE( wsaData.wVersion ) != 1 )
{
WSACleanup( );
return;
}
SOCKET sockClient=socket(AF_INET,SOCK_STREAM,0);// AF_INET ..tcp连接
//初始化连接与端口
- 2023-07-26 07:35:05下载
- 积分:1
-
ajax development erp process, nice, learning to use, and a lot of good
ajax开发的erp程序,好呀,学习用的,大有好处-ajax development erp process, nice, learning to use, and a lot of good
- 2022-02-15 05:50:26下载
- 积分:1
-
航空公司管理信息系统
航空公司管理信息系统 -airlines airline management information system management information system
- 2023-07-21 19:50:04下载
- 积分:1
-
一个可与IE媲美的浏览器源码。
一个可与IE媲美的浏览器源码。-a comparable with the IE browser source.
- 2022-02-26 15:03:56下载
- 积分:1
-
VC做的下载工具,可以带下载进度
VC做的下载工具,可以带下载进度-VC do download tool that can bring progress to download
- 2022-08-13 02:08:44下载
- 积分:1
-
School Management website source, function better source. Download trials under
学校管理网站源码,功能较好的源码.下载试用下-School Management website source, function better source. Download trials under
- 2022-11-22 23:35:04下载
- 积分:1
-
based learning asp Guide
学习asp的基础教程-based learning asp Guide
- 2022-11-12 01:10:03下载
- 积分:1
-
对等通信
peer to peer communication
- 2023-08-25 19:20:03下载
- 积分:1
-
Live media server used to transfer mpeg or other video/audio media
Live media server used to transfer mpeg or other video/audio media
- 2023-07-22 03:15:04下载
- 积分:1