-
windows Chat; 简单的聊天代码,适合初学参考。
windows Chat; 简单的聊天代码,适合初学参考。-windows; Simple Chat code, suitable for beginners reference.
- 2022-07-19 01:25:52下载
- 积分: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
-
java虚拟社区程序
网络编程
网上银行 社区
java虚拟社区程序
网络编程
网上银行 社区 -java virtual community network programming online banking program community
- 2023-02-06 18:35:03下载
- 积分:1
-
The use of JAVA network communication program to prepare an information document
使用JAVA编写网络通信程序的一篇文档资料-The use of JAVA network communication program to prepare an information document
- 2023-08-31 11:50:03下载
- 积分:1
-
Java achieve an FTP server, HTTP protocol to facilitate client upload download o...
用Java实现的一个FTP服务器,HTTP协议,方便客户端的上传下载等操作-Java achieve an FTP server, HTTP protocol to facilitate client upload download operation
- 2022-11-09 07:15:03下载
- 积分:1
-
Dreamever建论坛示例
Dreamever建论坛示例-Dreamever built examples Forum
- 2022-07-26 04:17:44下载
- 积分:1
-
异步套接字客户端
异步套接字客户端-asynchronous socket client
- 2023-04-17 20:30:02下载
- 积分:1
-
本例实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本例主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形...
本例实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本例主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
-the cases to achieve a complete network of four mahjong games, the procedures set server and client functions and integration. The cases are introduced to the non-network services established, the sequence of transmission of information, the establishment of a virtual three-dimensional space, drawing and display bitmap in memory to create bitmap graphics and mapping.
- 2023-03-25 04:00:03下载
- 积分:1
-
改IP头进行伪装传输
改IP头进行伪装传输-changed camouflage for the first IP transmission
- 2022-01-26 02:50:09下载
- 积分: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