-
基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习....
基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE:
serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
- 2022-08-23 19:59:14下载
- 积分:1
-
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来...
在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。在去年,我在C语言下用完成端口模型写了一个WEBSERVER,前些天,我决定用C++重写这个WEBSERVER,给这个WEBSERVER增加了一些功能,并改进完成端口操作方法-under the Windows network server program development, no doubt, Winsock completed port model is the most efficient. Winsock port model with complete preview of overlap and complete port IO to achieve complete port after the model to understand is a relatively simple, but want to know the complete Winsock port model, the need for the Windows threads, thread synchronization, Winsock API and Windows IO mechanism of a certain understanding. If we do not understand, recommended several books : "Inside Windows 2000," Windows core programming "," WIN32 multithreaded programming "," WINDOWS network programming technology. " Las
- 2022-07-08 01:37:37下载
- 积分:1
-
基于IP_UDP协议的socket编程
基于IP_UDP协议的socket编程-IP_UDP agreement based on the socket programming
- 2022-02-26 19:46:58下载
- 积分:1
-
简单的聊天程序,已经编译实现,希望大家喜欢!
简单的聊天程序,已经编译实现,希望大家喜欢!-A simple chat program has been compiled to achieve, I hope everyone likes!
- 2022-05-14 08:35:44下载
- 积分:1
-
一个“路由跟踪”程序,包括如何设置IP头标,如何对收发过程中的错误进行控制等内容。...
一个“路由跟踪”程序,包括如何设置IP头标,如何对收发过程中的错误进行控制等内容。-a "routing track" procedures, including how to set up the IP header. Transceivers how to process the errors control content.
- 2023-02-05 04:35:03下载
- 积分:1
-
Windows网络编程的详细教程,PDF
有关windows网络编程技术的详细pdf教程-Windows network programming on a detailed tutorial pdf
- 2023-02-20 10:25:05下载
- 积分:1
-
在调试状态下,在Output窗口中输出监测信息,监测局域网信息
在调试状态下,在Output窗口中输出监测信息,监测局域网信息-debugging under the Output window, output monitoring information, monitoring LAN Information
- 2022-10-30 02:00:04下载
- 积分:1
-
the program automatically detects the remote or local host security, found the r...
本程序实现了自动检测远程或本地主机安全性,发现远程服务器的各种TCP端口的分配及提供的服务。-the program automatically detects the remote or local host security, found the remote server TCP port allocation and provision of services.
- 2022-08-12 06:41:06下载
- 积分:1
-
一个小型的用于通信的程序,采用的是UDP
一个小型的用于通信的程序,采用的是UDP-A small-scale procedure for communication using the UDP
- 2023-05-16 18:25:03下载
- 积分:1
-
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现...
基于windows c++下,利用windows Sockets套接字select模型开发的远程文件下载程序。该程序分为服务器和客户端两个部分。
客户端实现以下功能
1 浏览服务器的目录结构
2 能够从服务器下载某个文件
3设置文件保存的位置
4 使用多线程下载文件
服务器实现以下功能:
1 客户端连接数量
2客户端请求的目录
3 客户端请求下载的文件-failed to translate
- 2023-05-22 15:55:04下载
- 积分:1