-
该程序实现电子白板功能
该程序实现电子白板功能-the Program Electronic Whiteboard
- 2022-02-12 21:12:49下载
- 积分: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
-
p2p software, the use of peer
p2p软件,利用p2p技术进行文件共享,搜索等-p2p software, the use of peer-to-peer file-sharing technologies, such as search
- 2022-08-10 13:13:23下载
- 积分:1
-
一个简单的http客户端,去掉了一切多余的部分。
一个简单的http客户端,去掉了一切多余的部分。
-A simple http client, remove all the excess.
- 2022-01-31 19:07:08下载
- 积分: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
-
最完整的IOCP编程例子
应用背景最完整的IOCP编程例子,从控件封装、通讯协议、上传下载、SQL查询到日志查看,都有完整实现。程序架构实现了:可纵向调整程序性能、控制协议开关、日志配置等一序列实现。关键技术例子主要包括IOCP控件封装、服务端实现、传输协议和日志、控制、SQL查询、上传、下载等协议实现,并包括一些初步的性能测试结果。
服务端:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-26 12:25:24下载
- 积分:1
-
一些Acjax的控件简单应用学习实例
一些Acjax的控件简单应用学习实例-Some control Acjax simple example of applied learning
- 2022-03-14 12:05:31下载
- 积分:1
-
c语言实现的ip校验的算法
c语言实现的ip校验的算法-the ip checksum algorithm
- 2022-01-26 04:52:27下载
- 积分:1
-
学习微软的Silverlight的不错的源码
学习微软的Silverlight的不错的源码-Microsoft" s Silverlight to learn the source of good
- 2023-05-15 19:35:03下载
- 积分:1
-
利用packetdriver接受发送以太网帧。
利用packetdriver接受发送以太网帧。-Send packetdriver accept the use of Ethernet frame.
- 2022-02-05 04:11:47下载
- 积分:1