-
聊天程序的源码,对学习socket编程很有帮助。
聊天程序的源码,对学习socket编程很有帮助。-Chat program source code, useful for learning socket programming.
- 2022-03-24 18:32:15下载
- 积分:1
-
WinPcap入门的人使用,简单介绍了WinPcap的使用
WinPcap入门的人使用,简单介绍了WinPcap的使用-Introduction to the use of the person WinPcap
- 2022-04-08 17:10:34下载
- 积分: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
-
bo2000 source, engaged in streaming media, computer networks, communications pro...
bo2000源码,从事流媒体、计算机网络,通信编程的朋友-bo2000 source, engaged in streaming media, computer networks, communications programming friend
- 2022-03-24 03:12:00下载
- 积分:1
-
网络开发工具包,包含三个类:服务器,客户端和消息队列
网络开发工具包,包含三个类:服务器,客户端和消息队列 -Tool lib for network development, contains three class : server, client and message queen
- 2022-03-07 09:06:46下载
- 积分:1
-
在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入...
在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-on the server running tcp.exe, another in the same network with the client running on tcplnk.exe require the same port, on the server begin, the client server on the importation of the IP address, connect, the client on the edit box of the characters can send to the client the editorial box.
- 2022-04-23 23:45:19下载
- 积分:1
-
TCP与UDP套接字编程,用C语言开发的
TCP与UDP套接字编程,用C语言开发的-TCP and UDP socket programming, C language development
- 2022-01-22 10:30:08下载
- 积分:1
-
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色...
//在mscrm 3.0 的设置/自定义中,在一个实体的“表单属性”中的onload里编码
//获得这个当前用户的安全角色
- 2022-01-21 20:17:07下载
- 积分:1
-
python command
python版命令行端口扫描程序,源作者:djhui-python command-line version of port scanning procedures, the source Author: djhui
- 2022-05-29 21:21:00下载
- 积分:1
-
实现客户端、服务器聊天程序
完成了登录、群聊、私聊、退出房间、查看房间成员的功能。1.创建套接字,与服务器建立连接;2.用户在客户端登录,服务器添加成员到聊天室内;3.进入聊天室后,客户端创建多线程A,房间成员可以选择群聊、私聊、查看房间成员、退出聊天室等功能,客户端将选择标志发送到服务器,服务器根据标志返回相应信息到客户端接收的线程;4.客户端再创建一个多线程B,不断刷新显示服务器发送过来的内容。
- 2022-04-21 13:39:44下载
- 积分:1