-
VC下Socket通信很好一个例程
VC下Socket通信很好一个例程-VC Socket Communications a good routines
- 2022-03-10 18:48:19下载
- 积分:1
-
在网络上采用Sniff来在网络底层获取网络信息。
在网络上采用Sniff来在网络底层获取网络信息。-Sniff the network used in the underlying network access network information.
- 2023-02-02 08:05:04下载
- 积分:1
-
这是一个用c++语言实现的网络中的TCP UDP 以及组播通信的程序,具有很好的借鉴意义
这是一个用c++语言实现的网络中的TCP UDP 以及组播通信的程序,具有很好的借鉴意义-This is a used c++ Language realize the network TCP UDP and multicast communication procedures, a good reference
- 2022-03-03 05:58:11下载
- 积分:1
-
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总...
分隙ALOHA:
该协议下,用户在产生帧后总是等到下一帧时开始时才发送,所以,对于结构FrameTime_struct,其m_Frame[i](相对时间)总是为零。发生冲突后同样等待一个随机时间重发。
所以只要满足当前帧时只有一帧发送,就可以发送成功,而不需考虑上一帧时的情况。
-points gap ALOHA : under the agreement, users always have a frame after frame until the next time when this started, so that the structure FrameTime_struct, m_Frame [i] (relative to time) always zero. After the conflict the same time waiting for a random re-issued. Therefore, as long as the current frame to meet only one this, we can successfully sent, and not considering one at the situation.
- 2022-07-19 22:52:36下载
- 积分:1
-
Ras 的adsl拨号程序,实现简单的自动拨号,可以做参考
Ras 的adsl拨号程序,实现简单的自动拨号,可以做参考-Ras adsl,RAS dial-up program s source code, Chinese, and has been tested
- 2023-06-27 08:25:03下载
- 积分:1
-
用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善...
用winsock实现的聊天代码,有客户端和服务器,只有聊天的基本功能,其他功能有待完善-with winsock achieve chat code, the client and server, only the basic functions chat, other functions to be perfected
- 2023-08-15 02:55:04下载
- 积分:1
-
哪位VC高手帮帮我,很长时间了,调不出来。是一个EMAIL的SMTP发邮件的。谢谢!!!如果调好了请发到LIHUALIU81@163.COM...
哪位VC高手帮帮我,很长时间了,调不出来。是一个EMAIL的SMTP发邮件的。谢谢!!!如果调好了请发到LIHUALIU81@163.COM-master help me, a very long time, stressed out. Email is one of the SMTP mail. Thank you! ! ! If the request is better made to LIHUALIU81@163.COM
- 2023-01-29 12:40:03下载
- 积分:1
-
Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB)
大家支持一下下哈~...
Tang Yong 局域网象棋对弈程序利用了阻塞模式Socket编程(38KB)
大家支持一下下哈~-LAN chess players use of the procedures obstruction Socket programming model (38KB) under what we support Kazakhstan ~
- 2022-03-18 15:48:17下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
这是一个简单的小程序!可以实现用http协议将Web上的文件下载到本机的Windows文件夹!
这是一个简单的小程序!可以实现用http协议将Web上的文件下载到本机的Windows文件夹!-This is a simple little procedure! Http can be used to achieve agreement on the Web to download the document for the Windows folder!
- 2022-01-30 11:07:54下载
- 积分:1