-
wince下UDP通信
在wince嵌入式系统环境下实现的UDP通信,能够传送基本的字符串信息,包括client端和server端的程序
- 2022-09-19 16:05:06下载
- 积分: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
-
Java技术┃JSP相关
Java技术┃JSP相关-Java technology highlights relevant JSP
- 2022-01-31 19:51:56下载
- 积分:1
-
本系统是网络上的个人共享文件系统,支持多人注册使用,可在线上传文件、管理自己的文件,还可设置共享权限,便于将自己的文件同其它人分享,使用方法同资源管理器。管理员
本系统是网络上的个人共享文件系统,支持多人注册使用,可在线上传文件、管理自己的文件,还可设置共享权限,便于将自己的文件同其它人分享,使用方法同资源管理器。管理员可在线管理注册帐号,支持每个用户的单独空间大小设置。特色:登录时验证码控制安全登录;支持大文件及多文件上传;可共享文件,并可设置读写权限;支持文件搜索;每个人可单独设置空间大小。需.Net环境支持。-the network system is the personal file-sharing system to support people registered, and can be used to upload documents online, manage their documents, but also set up shared jurisdiction, to facilitate their documents to share with other people, to use the same resources manager. Administrators can register online account management and support each user a separate space set size. Characteristics : login validation code control of the security login; Support for large files and multiple file uploads; File sharing and may set up literacy competence; Supporting documents search; Everyone can set up separate space size. Need. Net environmental support.
- 2022-03-28 18:40:45下载
- 积分:1
-
EVC中网络编程的ping的例子,对初学EVC有些帮助
EVC中网络编程的ping的例子,对初学EVC有些帮助-EVC network programming in the ping example, EVC for beginner some help
- 2022-02-04 11:22:56下载
- 积分:1
-
用于在ns2下仿真局域网的脚本文件,里面有详细的设置步骤
用于在ns2下仿真局域网的脚本文件,里面有详细的设置步骤-can be used to simulate the LAN in the NS2
- 2023-05-09 09:00:03下载
- 积分:1
-
eMule0.44b的原代码
eMule0.44b的原代码-eMule0.44b the original code
- 2022-01-26 07:13:09下载
- 积分:1
-
多线程指定ip端口扫描
资源描述多线程指定ip端口扫描 &nbs
- 2022-10-10 16:15:03下载
- 积分:1
-
网络泡泡被.net管理,是搞网络聊天的。。。不用再说了把
网络泡泡被.net管理,是搞网络聊天的。。。不用再说了把-Internet bubble was. Net management, engage in chat network. . . Not again put
- 2022-03-09 14:37:32下载
- 积分:1
-
有一些论坛有特殊需要,只有使用中文注册,注册…
有一些论坛有特殊需要,只准使用中文注册,避免使用英文注册,就可以使用这个插件了。-some forum with special needs, and only the use of Chinese registration, registration to avoid the use of English, they can use the plug-in the.
- 2022-03-24 13:33:04下载
- 积分:1