-
该软件是帮助大学生更好的生活,更好的处理生活中发生的事...
该软件是帮助大学生更好的生活,更好的处理生活中发生的事-the software is to help students better life, a better life to deal with what happened
- 2022-02-27 01:34:04下载
- 积分:1
-
enet-1.3.5
enet在UDP上实现了有序、可靠的仿TCP的网络传输.
- 2022-05-12 15:24:18下载
- 积分:1
-
ASN1 communications Client
asn1的通讯程序客户端-ASN1 communications Client
- 2023-02-08 10:15:04下载
- 积分:1
-
描述了网络编程中的各种功能,例如文件传输源代码以及文件的上传下载...
描述了网络编程中的各种功能,例如文件传输源代码以及文件的上传下载-network programming
- 2022-07-22 19:41:56下载
- 积分: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
-
TCPwin
TCPwin 在C3环境下 网络编程的实现 -TCPwin
- 2023-07-31 03:45:03下载
- 积分:1
-
基于RTP的实时语音通信系统
基于rtp的实时语音聊天,采用adpcm压缩/* comm.h - Communication input/output modules * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more * details (available in COPYING).
- 2022-01-28 15:16:42下载
- 积分:1
-
VB Socket控件
VB socket控件,支持中文,运行稳定,暂时没有发现BUG,可以替换vb6.0自带的WinSocket控件,这个控件是VB6.0的间,vb.net不能使用
- 2023-03-05 00:00:04下载
- 积分:1
-
物品管理系统,桌面数据库调用,有提示文档,供学习研究之用.
物品管理系统,桌面数据库调用,有提示文档,供学习研究之用.-Materials management systems, desktop database calls, there are tips document for study and research purposes.
- 2022-01-26 08:22:05下载
- 积分:1
-
是一个很好的网站模板,希望能和志同道合的网友们共同进步。...
是一个很好的网站模板,希望能和志同道合的网友们共同进步。-is a very good web site templates, hopes to be able to like-minded netizens to common progress.
- 2023-07-11 07:05:04下载
- 积分:1