搜索资源列表
TCP
- 这个程序实现的是TCP协议和UDP,其中TCP这个程序通过一个服务器端软件来沟通客户端之间的传输
tcp_and_udp_java_programs
- 简单通信程序,实现tcp和udp的程序,适合初学者学习使用。
tcp_java
- java编写TCP方式的通信程序,能够实现TCP通讯
net_ip
- TCP-IP协议族中网络层协议的C语言实现-TCP-IP protocol tribe network layer protocol of the C Language
php写的webqq
- 很多人都希望能够有一种在网页上使用的QQ。我也希望如此。 但是在网上找了很多资料,都不令人满意。于是决定自己来开发一 套这样的程序。 WebQQ 的第一个版本开发了两个星期,实现了基本的聊天等功能 。以后的版本都是在此基础上慢慢完善的。WebQQ 发布以后,有很多 网友说资源占用的特别厉害。于是我决定重新开发WebQQ 以解决这个 问题。新版的WebQQ的通讯原理几乎没变,只是利用了微软的 Microsof
C++实现基于TCP网络聊天室
- 随着Internet的迅速流行,越来越多的应用程序需要具备在网上与其它程序通信的能力。TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和用户端两部分。本系统是基于这样的基础,实现了一个基于TCP的简单多人网络聊天室
jamod-1.2rc1-src.zip
- 100 java实现modbus 从站、主站,This project represents a Modbus implementation in 100 Java. It can be used to implement Modbus masters and slaves in various flavors: Serial: ASCII, RTU (Master only), BIN IP: TCP,UDP The design of this library is
TCPServer
- JAVA实现的TCP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA implementation of TCP communication protocol server-side source code, please run together with the client. Need to modify the source where the package into your project where the package.
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
java-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及群发消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
MPServer
- Java开发的实现TCP/IP协议的服务器端程序。极具扩展性。可供初学者使用。希望对他们有用。-Java source code for server side of tcp/ip protocol.
tcp-communication
- 基于TCP协议的通信系统,可实现两个计算机之间的通信,有可视界面。-TCP protocol based communication system that enables communication between two computers, there are visual interface.
tcp
- 用TCP协议实现网络编程,自己动手验证过,很好用,可以实现双方的通信,在我的电脑上运行通过-With the TCP protocol for network programming, it-yourself proven, well used, can achieve correspondence between the parties, in my computer to run through the
TCP
- 简单实现TCP通讯,放入EClipse的workspace中。-Simple implementation of TCP communications, into the workspace in EClipse.
TCP
- 该代码主要为了实现TCP/IP的套接字功能,代码简单详细。功能全-The code is mainly to achieve TCP/IP socket function, the code is simple in detail. Full-featured
javase 在线考试系统部分功能实现,仅供参考
- java学习阶段,建议控制面板在线考试系统,tcp/cs框架,部分功能具体实现举例, .java源代码(learning phase, it is recommended that the control panel online examination system, tcp/cs framework, part of the specific function to achieve examples,.Java source code)
tcp
- java实现tcp通讯(包括服务端与客户端)(Implementation of TCP communication with Java)
基于TCP的聊天室
- JAVA开发的聊天室,属于多线程,实现群聊、私聊等功能。可供学习。(he chat room developed by JAVA belongs to multi thread and realizes the function of group chat, private chat and so on. It is available for learning.)
TCP、udp通讯
- C语言实现tcp、udp的同时通讯,使用者可同时实现接收、发送数据。
tcp服务器
- tcp服务器,基本功能已经实现,亲测可以正常运行