-
一个很好的UDP协议监视器,能动态监视局域网的所有机器
一个很好的UDP协议监视器,能动态监视局域网的所有机器-a good UDP monitors, dynamic monitoring of all machines LAN
- 2022-02-11 13:09:00下载
- 积分:1
-
发送邮件的小程序,
在vc6.0下编译通过。
发送邮件的小程序,
在vc6.0下编译通过。-Send e-mail applet, in the compiler under vc6.0 through.
- 2022-04-20 10:14:09下载
- 积分:1
-
VB Winsock网络编程实例,包括:控制的TCP,UDP套接字有限……
VB网络编程范例,包括:WinSock控件TCP,WinSock控件UDP-VB network programming examples, including : WinSock Control TCP, UDP WinSock Control
- 2022-10-24 17:45:03下载
- 积分:1
-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
C语言编写的QTerm X Window 系统,MacOS X 和 M$ Windowz 下专用于浏览 BBS 的客户端软件...
C语言编写的QTerm X Window 系统,MacOS X 和 M$ Windowz 下专用于浏览 BBS 的客户端软件-C language QTerm prepared by the X Window system, MacOS X and M $ Windowz under Browse BBS dedicated to the client software
- 2022-01-30 23:19:10下载
- 积分:1
-
真正的仿windows计算器,有连续运算如1+2+3+4,但是不能一直按运算符,可以连续按等于号,如1+2=3再按=就是5再按7...
真正的仿windows计算器,有连续运算如1+2+3+4,但是不能一直按运算符,可以连续按等于号,如1+2=3再按=就是5再按7-Real imitation windows calculator, there is a continuous operation, such as 1+2+3+4, but not always according to operator, you can continuously by equal numbers, such as 1+2 = 3 then = is a 5 and then 7
- 2022-03-20 16:43:27下载
- 积分:1
-
用汇编实现底层控制的RS232串口通讯类
用汇编实现底层控制的RS232串口通讯类-compilation with the realization of the underlying control RS232 serial communications
- 2022-03-06 20:58:13下载
- 积分:1
-
测试网络的带宽代码,输入命令,可以根据命令来进行客户端与服务器间的吞吐量测试!...
测试网络的带宽代码,输入命令,可以根据命令来进行客户端与服务器间的吞吐量测试!-Test network bandwidth code, enter the command, can be carried out under the command between the client and server throughput test!
- 2023-05-27 07:55:04下载
- 积分:1
-
一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。...
一个自己写的HTML代码下载工具,支持代理,主要是演示SOCKET通信。-A HTML code downloader, support proxy. It s a demo to winsock.
- 2022-06-14 14:26:44下载
- 积分:1
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network driver bridges, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the Socket bundled IP Port relevant data, by the driver to Socket, application procedures can Socket from the extraction of data received. Network applications through this is the socket for data transmission and reception. TCP and UDP Principle and the work of preparation, how to process the document link. Characters in a chat interface procedures.
- 2022-02-07 17:35:59下载
- 积分:1