-
聊天程序,主要系统调用,包括:套接字()
聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
- 2023-06-10 19:15:03下载
- 积分:1
-
远程自动备份,可配置服务器信息。
采用TCP
远程自动备份,可配置服务器信息。
采用TCP-WINSOCK多线程实现,可以多对多备份。-Remote automatic backup allows you to configure the server information. Using TCP-WINSOCK realize multi-threaded, you can back up many-to-many.
- 2022-05-26 15:03:37下载
- 积分:1
-
一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用...
一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用-Jsp a pure shopping site, did not use any framework, suitable for beginners learning to use
- 2022-05-05 07:57:23下载
- 积分:1
-
此程序可以实现获取网卡地址的功能,开发环境VC++。
此程序可以实现获取网卡地址的功能,开发环境VC++。-This procedure can achieve access to the network card address function, development environment VC++.
- 2022-01-21 03:03:42下载
- 积分:1
-
这是我辛苦编的一个JAVA程序,是关于chatroom.简单,易懂.希望能被采用.多谢管理员过目....
这是我辛苦编的一个JAVA程序,是关于chatroom.简单,易懂.希望能被采用.多谢管理员过目.-This is the hard part I of a Java process is on the chatroom. Simple. understandable. hope can be used. thank administrators read. Thank you
- 2022-02-01 09:42:38下载
- 积分:1
-
the client for communicating by tcp
基于tcp通信的客户端源代码,可以与基于TCP通信的服务器端实现链接并通话-the client for communicating by tcp
- 2022-03-20 01:33:51下载
- 积分:1
-
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java...
使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善
-The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
- 2022-02-09 15:18:54下载
- 积分:1
-
程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT....
程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedures : 1. Online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. 2.P2P communications Note : 1). Gateway is the ideal type of state. That is non-symmetric NAT. 2). In the same period net CLIENT-2 communications, if not support NAT Gateway Circular, will fail. directory : tQServer :-service procedures, I would be grateful if the public on its Internet. tQClient : clients, in different operations within the network login to connect to the server. Common : Public the agreement folder procedure is a simple peer-to-peer updates. completion of the rougher, more functional friends welcome update perfect
- 2022-03-31 17:02:30下载
- 积分:1
-
network server, client, the client interface to server
网络服务器 程序,客户端程序,客户端界面,服务器端界面,-network server, client, the client interface to server-side interface
- 2023-07-19 06:00:03下载
- 积分:1
-
Windows+TDI过滤驱动开发,非常好的代码,欢迎下载
Windows+TDI过滤驱动开发,非常好的代码,欢迎下载-Windows+ TDI filter driver development
- 2022-06-27 12:39:09下载
- 积分:1