-
socket网络编程
这是个socket网络编程,使用的是udp的方式用异步通信来实现的,这个程序可供刚刚学习socket编程的人员参考借鉴。里面用到的都是最基础的东西。所以有助于学习。
- 2023-03-14 09:15:04下载
- 积分:1
-
messy personal website design system v1.3 by adding music to show functional, si...
凌乱设计个人网站音乐系统 v1.3 加入连播功能,可单页播放,加入连播SQL补丁,安全,速度稳定,系统支持MP3,RM-messy personal website design system v1.3 by adding music to show functional, single-page player, joined to show SQL patches, security, speed and stability, the system supports MP3, RM
- 2022-03-14 08:20:59下载
- 积分:1
-
网络端口的介绍 很详细,可以看看。 也可用来查找
网络端口的介绍 很详细,可以看看。 也可用来查找-network ports on the more detailed look. You also can be used to
- 2022-05-08 06:46:08下载
- 积分:1
-
source involved in the programming of the network, image processing, data compre...
这个源码涉及到网络编程,图像处理,数据压缩与传输。-source involved in the programming of the network, image processing, data compression and transmission.
- 2022-03-21 00:55:37下载
- 积分:1
-
ARQ三个基本算法,算法实现,大家可以修改使用
ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
- 2022-06-17 18:12:31下载
- 积分:1
-
一个类似于MSN的P2P的信息传递的例子
一个类似于MSN的P2P的信息传递的例子--This is an example of P2P information transferring which is similar to that in MSN
- 2022-01-21 22:41:46下载
- 积分:1
-
将图片以网页的形式在MFC 多文档程序中浏览。
将图片以网页的形式在MFC 多文档程序中浏览。-use mfc view the pictures in the form of html.
- 2022-07-21 13:17:15下载
- 积分:1
-
蓝牙文件传输,是可以直接运行的一个小程序
蓝牙文件传输,是可以直接运行的一个小程序-Bluetooth file transfer, it can directly run a small program
- 2022-07-08 12:14:34下载
- 积分: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
-
WinpCap开发包例子:1. devicelist.c 获得本机网络设备的列表 2. cappacket.c 抓取网络中的数据包 3. sendpacket.
WinpCap开发包例子:1. devicelist.c 获得本机网络设备的列表 2. cappacket.c 抓取网络中的数据包 3. sendpacket.c 发送自己填充的一个数据包 4. statics.c 对网络中的数据进行统计 5. filter.c 按指定规则对捕获的数据包进行过滤-WinpCap development kits examples : 1. devicelist.c access the computer network equipment list 2. cappacket.c crawls Network data packet 3. sendpacket.c send their fill of a data packet 4. stati cs.c right network data statistics 5. filter.c designated by the rules of the capture of data packets conducted Filter
- 2022-11-18 02:05:03下载
- 积分:1