-
实现客户端、服务器聊天程序
完成了登录、群聊、私聊、退出房间、查看房间成员的功能。1.创建套接字,与服务器建立连接;2.用户在客户端登录,服务器添加成员到聊天室内;3.进入聊天室后,客户端创建多线程A,房间成员可以选择群聊、私聊、查看房间成员、退出聊天室等功能,客户端将选择标志发送到服务器,服务器根据标志返回相应信息到客户端接收的线程;4.客户端再创建一个多线程B,不断刷新显示服务器发送过来的内容。
- 2022-04-21 13:39:44下载
- 积分:1
-
Serial Communication programming, java language versions, and serial communicati...
串口通讯编程,java 语言版本的,串口通讯编程,java 语言版本的-Serial Communication programming, java language versions, and serial communication programming, java language versions of
- 2022-01-31 03:00:12下载
- 积分:1
-
the procedures used to establish Socket Interface
该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client connections and can be chosen which has been established to connect the client send messages.
- 2022-02-20 16:39:39下载
- 积分:1
-
the book "Network Programming Windows" source code, WINDOWS main 95/98...
本书为《WINDOWS 网络编程》的源代码,主要覆盖了WINDOWS 95/98/2000/CE的网络开发。详细讲解了NETBIOS和TCP/IP协议,适合于中高级程序员和网络管理人员进行编程设计的参考。-the book "Network Programming Windows" source code, WINDOWS main 95/98/2000/CE coverage of the network development. Explained in detail NETBIOS and the TCP/IP protocol. suitable for middle- and high-level programmers and network management program for the reference design.
- 2023-05-23 13:15:04下载
- 积分:1
-
在线更新程序,完全socet实现,支持socks5代理,客户端为dll,方便其它程序调用...
在线更新程序,完全socet实现,支持socks5代理,客户端为dll,方便其它程序调用-online updates for socet achieve full support socks5 agent for the client dll. Invoking other convenience
- 2022-07-18 23:01:23下载
- 积分:1
-
凡人网络购物系统 v8.0 生成html版本,系统平台:ASP+ACCESS
凡人网络购物系统 v8.0 生成html版本,系统平台:ASP+ACCESS -Mortal online shopping system to generate html version v8.0, the system platform: ASP ACCESS
- 2022-05-13 20:12:14下载
- 积分:1
-
使用delphi7 进行socket 服务器端 开发含源码
基于delphi7开发,使用IdTCPServer控件,进行socket服务器端开发。
包含全部源码以及exe文件,纯原生开发。
还有Client客户端代码已经上传。
- 2022-03-22 19:03:49下载
- 积分:1
-
a TracerT example, as a very simple, You can directly use has finished inside th...
一个TracerT的例子,作为一个很简单的例子,你可以直接用已经完成的类里面,我们可以设置你写的上面的公式
- 2022-01-26 20:12:53下载
- 积分:1
-
江湖掉级工具12
江湖掉级工具12-jhdj
- 2022-08-03 22:08:03下载
- 积分: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