-
一个类似爬虫的网页下载程序,还没有爬虫的全部特征,但可以分析某一主页上的全部url,并下载其文本内容...
一个类似爬虫的网页下载程序,还没有爬虫的全部特征,但可以分析某一主页上的全部url,并下载其文本内容-used to download the web page
- 2022-03-18 20:52:50下载
- 积分:1
-
通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端
通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端- Realized the procedure through Winsock API which TCP chatted,
in the procedure integrated the server end and the customer end
- 2022-05-22 17:50:13下载
- 积分:1
-
使用WebBrowser控件开发浏览器程序
使用WebBrowser控件开发浏览器程序-use WebBrowser control procedures browser
- 2022-01-25 18:10:27下载
- 积分:1
-
用户可以选择谈话对象,选择多种动作,设置字体,悄悄话,过滤信息等...
用户可以选择谈话对象,选择多种动作,设置字体,悄悄话,过滤信息等-users can choose interlocutors, and multiple moves installed fonts, whispered, filtering information
- 2022-08-26 07:37:08下载
- 积分:1
-
刷
刷票系统:破解IP限制,从页面获取验证码,自动填写验证码,自动点击投票-Brush-vote system: crack IP restrictions on access to Verification Code from the page to automatically fill out the Verification Code automatically click to vote
- 2022-03-12 10:45:15下载
- 积分:1
-
UDP多播套接字实现
socket实现udp组播,需要用UDP通信可以参照-udp multicast socket implementation
- 2022-02-11 12:50:37下载
- 积分:1
-
使用netbios编写的聊天程序
使用netbios编写的聊天程序-Chat program in which netbios is used
- 2022-03-23 06:01:42下载
- 积分:1
-
采用winsock实现的多人组播聊天的程序
入门socket编程的好东西...
采用winsock实现的多人组播聊天的程序
入门socket编程的好东西-Realize the people using winsock chat Multicast socket programming procedure entry good things
- 2022-05-05 13:56:02下载
- 积分:1
-
基于libevent的IO框架,跨平台,基于事件注册回调机制
基于libevent的IO框架,跨平台,基于事件注册回调机制-based on the IO framework, cross-platform, event-based registration callback mechanism
- 2022-08-05 23:11:33下载
- 积分: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