-
自己编写的利用socket对话聊天和传送文件的程序;
自己编写的利用socket对话聊天和传送文件的程序;-prepared by the use of its own socket and chat dialogue delivery procedures;
- 2022-08-20 23:11:06下载
- 积分:1
-
这个项目称为PostMsg ,用于向桌面上的任意窗口发送消息。这在测试COM服务器时很有用,但其本质上可以发送任何类型的消息。...
这个项目称为PostMsg ,用于向桌面上的任意窗口发送消息。这在测试COM服务器时很有用,但其本质上可以发送任何类型的消息。- This project is called PostMsg, uses in to the tabletop on free
window transmission news. This when tests the COM server is very
useful, but it essentially may transmit any type the news.
- 2022-02-02 03:42:34下载
- 积分:1
-
用C编的一个小程序,基于Socket的基础编程,局域网连接,具有多线程...
用C编的一个小程序,基于Socket的基础编程,局域网连接,具有多线程-C-series with a small procedure, based on the basis of Socket programming, LAN connectivity, with multi-threaded
- 2023-04-03 17:10:03下载
- 积分:1
-
外国人用vb写的ftp源代码,相当不错!
外国人用vb写的ftp源代码,相当不错!-foreigners to use the ftp vb write source code, which is pretty good!
- 2022-07-03 07:43:45下载
- 积分:1
-
局域网内文件接收和发送,可以同时向发送多个文件或者文件夹,程序中多处采用多线程技术...
局域网内文件接收和发送,可以同时向发送多个文件或者文件夹,程序中多处采用多线程技术-LAN to send and receive documents can be sent simultaneously to multiple files or folders, multiple procedures multi-threading technology
- 2023-06-17 21:30:05下载
- 积分:1
-
这是个查看网络设置的代码 主要是显示本机器的的各种信息 主要有: Interface Name Type IP Address SubNet Mask Gete...
这是个查看网络设置的代码 主要是显示本机器的的各种信息 主要有: Interface Name Type IP Address SubNet Mask Geteway PrimaryWinsServer DHCP 这些信息 -View network configuration code is mainly shows that the machinery of the main information : Name Type Interface IP Address SubNet Mask Geteway PrimaryWinsServer DHCP information
- 2023-07-14 17:20:04下载
- 积分:1
-
dynamic name space 解析器
dynamic name space 解析器-dynamic name space parser
- 2023-08-04 18:45:03下载
- 积分:1
-
WinPcap API编程。实现获得指定IP范围的MAC地址。
WinPcap API编程。实现获得指定IP范围的MAC地址。-WinPcap API programming. Achieving access to designated IP scope of the MAC address.
- 2022-03-20 14:25:51下载
- 积分:1
-
一个通过tcp进行通信的例子
一个通过tcp进行通信的例子-Tcp communicate through examples
- 2022-06-21 16:37:08下载
- 积分:1
-
做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信...
做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。-To do more client and server-side two-way communication, using QLocalSocket/QLocalServer to achieve them simple, but the communication efficiency is too low, the client made the data, the server-side readyRead the signal delay of about 100ms (see QT source code found inside using a 100ms timer device to detect the signal), and later their shining QLocalSocket encapsulates the idea of windows named pipes, using multiple threads to receive data, tested on this machine, the communication efficiency has clearly improved.
- 2022-05-28 11:28:15下载
- 积分:1