-
程序获取并输出本地主机的所有适配器的IP地址,子网掩码,默认网关,MAC地址。...
程序获取并输出本地主机的所有适配器的IP地址,子网掩码,默认网关,MAC地址。-Procedures to obtain and output of all the local host adapter IP address, subnet mask, default gateway, MAC address.
- 2023-05-27 02:45:03下载
- 积分:1
-
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这...
IE修复工具,对于专业人员来说修复IE很简单,运行几个关联注册就搞定,可是对于非专业人员就麻烦了,该代码中使用了关于调用EXE软件、发送键盘操作等代码,不熟悉这部分的开发人员可以参考。-IE repair tool, for professionals who fix IE is very simple to run several associated registration on without getting in trouble, but for non-professionals, and the code used on the calling EXE software code to send keyboard operation, etc., are not familiar with the part of the developers can refer to.
- 2022-07-13 03:06:24下载
- 积分:1
-
dns inquiry procedures, listed under the name ip addr
dns查询程序,根据name列出ip addr-dns inquiry procedures, listed under the name ip addr
- 2022-01-25 19:24:13下载
- 积分:1
-
网络共享资源的枚举
网络共享资源的枚举-network resource-sharing Enumerate
- 2023-03-17 14:05:04下载
- 积分:1
-
libnet1
libnet1-1-4开发库文件,标准源码文件-libnet1-1-4 development library files, the standard source code file
- 2022-07-20 05:00:47下载
- 积分:1
-
WCF的文件传输的例子,C #发展。借鉴意义。
WCF文件传输示例,C#开发。很有借鉴意义。-WCF file transfer example, C# Development. Referential significance.
- 2022-11-04 07:15:03下载
- 积分:1
-
JavaScript修改注册表
JavaScript修改注册表-JavaScript registry changes
- 2022-05-10 21:05:35下载
- 积分:1
-
the procedure is the preparation of the VC is achieved by the two procedures, a...
这个程序是用VC编写的,是由两个程序实现的,一个是服务器,一个是短信发送工具,具体请下载-the procedure is the preparation of the VC is achieved by the two procedures, a server, SMS is a tool for specific download
- 2022-06-17 04:28:29下载
- 积分: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
-
A LAN can send messages and documents instant messaging program. Do not need ser...
一个在可以在局域网内发送消息和文件的即时通讯程序。不需要服务器,点对点的通讯。传输文件的速度比windows的共享文件快!-A LAN can send messages and documents instant messaging program. Do not need servers, point-to-point communications. Transfer files faster than windows shared files fast!
- 2023-01-18 06:00:04下载
- 积分:1