-
一个基本的点对点聊天室,先启动服务程序,然后启动客户端,
一个基本的点对点聊天室,先启动服务程序,然后启动客户端,-a basic peer-to-peer chat rooms, first launching the service procedures, then start the client,
- 2022-07-16 02:21:47下载
- 积分:1
-
简单的聊天通信程序,包含服务器端和客户端,可以发送文本信息进行沟通...
简单的聊天通信程序,包含服务器端和客户端,可以发送文本信息进行沟通-simple chat communications procedures, including server and client, can send text messages to communicate
- 2022-02-06 12:48:22下载
- 积分:1
-
SevenDownloader源代码国外的下载者源码,VB写的AntiSandBoxie,AntiCwsandbox,Antivmware,AntiAnubis...
SevenDownloader源代码国外的下载者源码,VB写的AntiSandBoxie,AntiCwsandbox,Antivmware,AntiAnubis,Anti Norman Sandbox-Foreign SevenDownloader download the source code from source code, VB wrote AntiSandBoxie, AntiCwsandbox, Antivmware, AntiAnubis, Anti Norman Sandbox
- 2022-03-13 18:14:30下载
- 积分:1
-
一个java编写的读取和操作html文件的元程序,可以随意读取html文件中的任意一个标记...
一个java编写的读取和操作html文件的元程序,可以随意读取html文件中的任意一个标记-prepared a java read html file and operating procedures of the yuan can read arbitrary html document an arbitrary marker
- 2022-09-04 13:50:03下载
- 积分:1
-
TCP聊天程序
TCP聊天程序 :Transmission Control Protocol 传输控制协议TCP是一种面向连接(连接导向)的、可靠的、基于字节流的传输层 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-10 14:37:05下载
- 积分:1
-
Microsoft VC++7.0 Change
具体使用解压后即可得知
Microsoft VC++7.0 Change
具体使用解压后即可得知-Microsoft VC 7.0 Change specific use to get unpacked
- 2022-10-31 14:55:03下载
- 积分:1
-
based on a "all_usb_drivers" USB drive Programming Series.
一个基于“all_usb_drivers”USB驱动编程大全.-based on a "all_usb_drivers" USB drive Programming Series.
- 2023-02-13 22:15:05下载
- 积分:1
-
取网卡信息程序
取网卡信息程序-Program which can get NIC information
- 2022-06-12 14:18:02下载
- 积分:1
-
super simple ASP Forum, the code is simple and suitable for beginners learning A...
超级简单的ASP论坛,代码简洁,适合ASP初学学习-super simple ASP Forum, the code is simple and suitable for beginners learning ASP
- 2022-03-21 06:00:19下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1