-
based learning asp Guide
学习asp的基础教程-based learning asp Guide
- 2022-11-12 01:10:03下载
- 积分:1
-
other open
另外一款开放源码的高质量p2p源码软件,可以帮助大家了解p2p的精髓-other open-source source of high-quality peer-to-peer software, can help us all understand the essence of p2p
- 2022-01-26 20:06:36下载
- 积分:1
-
流式套接字数据
资源描述这个代码是分为客户端和服务端两个,用流式套接字实现了tcp层上的数据传输,简单的进行呈现,对更深层次的文件传输建立了一个基本的框架。
- 2022-02-20 14:07:14下载
- 积分:1
-
Synchronet BBS Software是一个多用户BBS/Internet软件,可以在多个平台(包括Windows和Linux,以及传统的DOS 和OS...
Synchronet BBS Software是一个多用户BBS/Internet软件,可以在多个平台(包括Windows和Linux,以及传统的DOS 和OS/2)。它是一个多线程模块化的C/C++项目,包括 Telnet, FTP, 和Mail,支持流行的DOS door游戏。 -Synchronet BBS Software is a multi-user BBS/Internet software can be used on multiple platforms (including Windows and Linux, as well as traditional DOS and OS/2). It is a modular multi-threaded C/C projects, including Telnet, FTP, and Mail, support for the popular DOS door games.
- 2022-03-17 04:42:39下载
- 积分: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
-
socket编程方面的例子
socket编程方面的例子-an example about socket programming.
- 2022-12-18 23:30:02下载
- 积分:1
-
这个软件可以飞鸽传书局域网是非常方便的美国交换…
这个软件可以飞鸽传书用于局域网非常方便利于大家交流-This software can Pageflakes Chuanshu LAN is very convenient for the U.S. exchanges in favor of
- 2022-03-22 00:28:35下载
- 积分:1
-
网站设计的思考经典书籍
网站设计的思考经典书籍-Web site design of classic books
- 2022-03-16 19:06:35下载
- 积分:1
-
JPetStore
jpetstore-4.0.3
- 2023-02-28 13:20:04下载
- 积分:1
-
urgent requests by the original code
急需原代码请通过-urgent requests by the original code
- 2022-08-22 11:09:22下载
- 积分:1