-
一个比较有趣的跳舞游戏啊
一个比较有趣的跳舞游戏啊-one of the more interesting games ah dance
- 2022-01-25 20:07:23下载
- 积分:1
-
主要讲网络编程中的重定向器,展示了网络的连接能力。
主要讲网络编程中的重定向器,展示了网络的连接能力。-The main speakers of the network redirector program to demonstrate the capacity of the network connection.
- 2023-08-04 22:40:02下载
- 积分:1
-
2003H34 接入网技术要求
2003H34 接入网技术要求-基于以太网方式的无源光网络(EPON)(new)
-2003H34 access network technical requirements- based on the way Ethernet Passive Optical Network (EPON) (new)
- 2022-03-05 17:17:21下载
- 积分:1
-
University of Carnegie ssd8Exercise2 Meilong answer
卡耐基梅陇大学ssd8Exercise2答案-University of Carnegie ssd8Exercise2 Meilong answer
- 2022-12-16 19:30:03下载
- 积分:1
-
telnet客户端编程
telnet客户端编程-telnet client Programming
- 2022-01-24 09:58:58下载
- 积分:1
-
TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发...
TCP网络传输,使用socket开发,基本的东西都已经具备,没有漂亮的界面,用vc开发-TCP net transfer develops through socket,with the basic stuff provided,without beautiful interface. It is developed by VC.
- 2022-01-24 12:37:57下载
- 积分: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
-
apache 非阻塞通信框架,非常好,但有些地方比较难,至今没研究明白。...
apache 非阻塞通信框架,非常好,但有些地方比较难,至今没研究明白。-apache framework for non-blocking communication, very good, but more difficult in some places, so far no research to understand.
- 2022-01-24 16:48:30下载
- 积分:1
-
netstat源码
netstat源代码-netstat source code
- 2022-03-24 09:11:56下载
- 积分:1
-
基于角色的用户验证.
这个程序重点写了四个pages以实现这些功能:增加用户,给用户指派角色,给用户移除角色及管理角色。...
基于角色的用户验证.
这个程序重点写了四个pages以实现这些功能:增加用户,给用户指派角色,给用户移除角色及管理角色。-role-based user authentication. Focus on the process of writing four pages to achieve these functions : increase users, the role assigned to the user to remove the role of users and management roles.
- 2023-07-19 23:00:03下载
- 积分:1