-
c#浏览器. 采用最新的.net技术
c#浏览器. 采用最新的.net技术-browser. Using the latest. Net technology
- 2023-02-27 04:15:03下载
- 积分:1
-
采用WINSOCK2编写的TCP通信程序
采用WINSOCK2编写的TCP通信程序-WINSOCK2 prepared using TCP communication program
- 2022-04-01 20:23:53下载
- 积分:1
-
6057
建立VPN连接源码程序,调用API函数RasSetEntryPropertiesA实现VPN虚拟专用网络连接。(Establish a VPN connection source program, call the API function RasSetEntryPropertiesA achieve VPN virtual private network connection .)
- 2017-01-11 10:00:44下载
- 积分:1
-
CSharpudpchat
C#局域网udp聊天工具,客户端和服务器,实现聊天功能(chat liaotiangongju)
- 2011-12-23 18:19:21下载
- 积分:1
-
基于winsock的聊天程序
基于winsock的聊天程序- Chats the procedure based on winsock
- 2022-02-20 18:23:24下载
- 积分: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
-
用Winsock实现文件的下载
用Winsock实现文件的下载-download files using winsock.
- 2022-09-21 06:40:03下载
- 积分:1
-
1, I have written agreement to follow SGIP1.1 message client program. For testin...
1、自己编写的遵循SGIP1.1协议的短信客户端程序。仅供测试、学习。
2、该程序只实现了SGIP1.1协议的一部分。-1, I have written agreement to follow SGIP1.1 message client program. For testing, learning. 2, the program only to realize the SGIP1.1 part of the agreement.
- 2022-04-28 07:18:42下载
- 积分:1
-
网络自动化办公系统
网络自动化办公系统-office automation network system
- 2022-02-01 15:16:21下载
- 积分:1
-
one
机会网络模拟器one的程序代码以及相关介绍说明文档,可视化环境(One:opportunity network simulator program code and documentation related presentations, visual environment)
- 2014-07-20 22:36:13下载
- 积分:1