-
Visual+C++网络高级编程 光盘源码。学习windows网络编程。
Visual+C++网络高级编程 光盘源码。学习windows网络编程。-Visual+ C++ Network of high-level programming CD-ROM source. Learning windows network programming.
- 2023-04-05 14:30:04下载
- 积分:1
-
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。...
简单的多线程聊天工具,用MFC编程实现,对初学网络编程的人是个很不错的开始。-Simple multi-threaded chat tool, using MFC Programming for beginner of network programming is a very good start.
- 2022-06-27 15:51:34下载
- 积分:1
-
本程序能够将指定网址的文件下载到你所指定的文件里
本程序能够将指定网址的文件下载到你所指定的文件里-This procedure can be specified URL file download to your specified file
- 2022-09-03 01:20:02下载
- 积分:1
-
非常好的网络小程序,实现了简单的聊天功能,有服务器和客户端程序两部分,可以详细的源代码。...
非常好的网络小程序,实现了简单的聊天功能,有服务器和客户端程序两部分,可以详细的源代码。-very good network of small procedures, to achieve a simple chat feature, a server and two clients, the details of the source code.
- 2022-08-06 02:53:08下载
- 积分:1
-
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。...
eMule源代码解析:eMule是一个典型的MFC程序,它的图形界面等,已经和MFC紧紧融合到了一起。-eMule source code analysis: eMule is a typical MFC program, and its graphical interface and so on, and MFC has been tightly integrated together.
- 2022-07-16 00:55:23下载
- 积分:1
-
自己编写的利用socket对话聊天和传送文件的程序;
自己编写的利用socket对话聊天和传送文件的程序;-prepared by the use of its own socket and chat dialogue delivery procedures;
- 2022-08-20 23:11:06下载
- 积分:1
-
我自己的毕业设计中文件传送部分的代码
我自己的毕业设计中文件传送部分的代码-my own graduation design file transfer part of the code
- 2022-03-03 01:54:13下载
- 积分:1
-
可以检测网络状态,包挂是否伤亡,打开生么网址很好
可以检测网络状态,包挂是否伤亡,打开生么网址很好-can detect network state, linking packet casualties, the website opened Mody good health
- 2023-06-18 18:50:03下载
- 积分:1
-
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!...
java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!-java chat room registration interface can be resolved landing chat room users to register functions, user, password, etc.!
- 2022-05-27 12:14:02下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1