-
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
-
网络资源枚举VC源码,可枚举包括网格打印机域等非计算机网络资源....
网络资源枚举VC源码,可枚举包括网格打印机域等非计算机网络资源.-network resources except VC source, except to include grid printers Domain and other non-computer network resources.
- 2023-07-11 20:05:04下载
- 积分:1
-
简单聊天室服务器源码
简单聊天室服务器源码-simple chat room server source
- 2022-04-15 00:20:02下载
- 积分:1
-
ASP+SQL电子商务销售网站
ASP+SQL电子商务销售网站,熟悉网络编程,对网站发布等。。数据库等操作,熟悉,
- 2022-03-04 16:46:23下载
- 积分:1
-
图片上传并生成缩略图和版权信息
图片上传并生成缩略图和版权信息- On the picture passes on and the production shrinks the block
map and the copyright information
- 2022-07-25 12:55:06下载
- 积分:1
-
在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机网络。一个大的复杂的...
在虚拟仪器中,计算机成为仪器的一部分,使得计算机可以得到充分发挥。除了仪器的输入、输出、数据处理分析、结果显示由计算机完成外,还可组成计算机网络。一个大的复杂的测试系统往往系统的测量、输入、输出、结果分析分布在不同的地理位置,仅用一台计算机并不能胜任测试任务,需要由分布在不同地理位置的若干计算机共同完成整个测试任务。-In the virtual instrument, the computer has become part of the equipment so that the computer can be brought into full play. In addition to equipment import, export, data processing, analysis, results showed that the completion by a computer, the computer network can be formed. A large test systems are often complex system of measurement, input, output, results in different geographical location, just a computer and can not do the test tasks, the need for different location in a number of computers together to complete the test任务.
- 2022-07-28 03:37:41下载
- 积分:1
-
数据集导出到EXCEL文件接口程序
数据集导出到EXCEL文件接口程序-Dataset Export to EXCEL document interface program
- 2022-01-23 10:55:24下载
- 积分:1
-
ASP_成语词典程序
ASP_成语词典程序-ASP_ idiom dictionary procedures
- 2022-02-01 22:47:46下载
- 积分:1
-
用jsp编写的留言本,数据库采用的是mysql
用jsp编写的留言本,数据库采用的是mysql -with the preparation of messages, the database using the mysql
- 2022-12-04 01:55:03下载
- 积分:1
-
a simple chat program
一个简单的聊天程序-a simple chat program
- 2022-07-23 16:31:10下载
- 积分:1