-
聊天程序客户端源代码
聊天程序客户端源代码-Chat Client source code
- 2023-01-16 02:45:03下载
- 积分:1
-
sffbwz_v1.2
自助式私服发布站源码,可自定义发布,会员自助操作(Self-service private service publishing station source code, custom release, member self-service operation)
- 2017-12-31 22:51:58下载
- 积分:1
-
模块批量下载工具(易语言源码)
模块批量下载工具(易语言源码)-Module bulk download tool (easy language source)
- 2022-04-29 00:19:02下载
- 积分:1
-
此同学录系统为各在校计算机专业学生课程设计所准备
此同学录系统为各在校计算机专业学生课程设计所准备-this college system for the computers in the school curriculum design students prepared
- 2022-07-04 02:21:27下载
- 积分:1
-
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!...
可以实现HTTP转发/HTTP请求,如果需要做一个网页下载,那么可以使用该类,该类最大的特点是支持PROXY代理下载!-HTTP can be transmitted/HTTP request, if required to do a website, then you can use this kind, the largest such feature is support PROXY proxy to download!
- 2023-06-10 18:35:03下载
- 积分:1
-
聊天室程序,包括客户端和服务端
聊天室程序,包括客户端和服务端-chat room procedures, including client and server
- 2022-06-15 18:01:39下载
- 积分:1
-
d3d9wj
#include <windows.h>
#include "d3d9.h"
#include "main.h"
tDirect3DCreate9 oDirect3DCreate9;
IDirect3D9 *APIENTRY hkDirect3DCreate9(UINT SDKVersion)
{
IDirect3D9 *d3dint = oDirect3DCreate9(SDKVersion);
if( d3dint != NULL )
{
hkIDirect3D9 *ret = new hkIDirect3D9(&d3dint);
add_log("Direct3DCreate9(%i) succeeded...", SDKVersion);
add_log("Hooked Direct3D9 interface: 0x%x -> 0x%x", ret->m_pD3Dint, ret);
}
else
add_log("Direct3DCreate9(%i) failed...", SDKVersion);
return d3dint;
}
- 2020-06-22 08:00:02下载
- 积分:1
-
基于TCP的socket编程客户端程序,能接收服务器端的文件
基于TCP的socket编程客户端程序,能接收服务器端的文件
- 2022-06-15 18:25:30下载
- 积分:1
-
ARQ三个基本算法,算法实现,大家可以修改使用
ARQ三个基本算法,算法实现,大家可以修改使用-ARQ three basic algorithms, Algorithm, we can use changes
- 2022-06-17 18:12:31下载
- 积分:1
-
7
说明: 用于设计数字温度计的驱动程序, 朋友们可以用它来进行数字温度计的驱动以达到设计所需求的效果。(The driver used to design a digital thermometer can be used by friends to drive a digital thermometer to achieve the desired results.)
- 2018-02-28 22:55:05下载
- 积分:1