搜索资源列表
C++实现基于TCP网络聊天室
- 随着Internet的迅速流行,越来越多的应用程序需要具备在网上与其它程序通信的能力。TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和用户端两部分。本系统是基于这样的基础,实现了一个基于TCP的简单多人网络聊天室
awtcssdsadd.rar
- 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,T
socket
- 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
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-socket
- 简单的JAVA聊天实现。客户端。TCP/UDP的使用。。。。。点对点通讯以及群发消息。-Simple JAVA chat implementation. Client. TCP/UDP use. . . . . Point to point communication, and mass messaging.
JavaSocket
- JavaSocket套接字TCP通讯的代码,比较适合新手学习。-TCP socket communications JavaSocket code, more suitable for novices to learn.
TcpServer
- java 简单tcp socket 编程 简单实用-java simple tcp socket programming is simple and practical
Pro123
- 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interfac
Socket
- 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
TCP-IP.Sockets.in.Java
- java socket的经典书籍,详细介绍了socket的方方面面的知识,对想深入了解网络编程的人很有益处-java socket classic books, detailed knowledge of all aspects of socket, like a deeper understanding of network programming useful to the people
Applet
- 1.编写一个Applet程序,该程序能够显示:"Hello Applet!",在浏览器中验证该程序。 2.编写一个基于TCP的Socket程序,服务器向客户端发送一个字符串:"Socket你好!",客户端将接收到的数据输出出来。在两台PC之间测试该程序。 -1. Applet write a program that can display: " Hello Applet!" , In the browser, verify the program. 2. Write a
tcp-udp
- 使用TCP Socket和UDP传送任意类型、大小的文件-TCP Socket and UDP transport any type, the size of the file
JavaTCP-Socket
- Java tcp socket 编程,聊天室-java socket netchat
kava tcp cp socket
- java tcp socket 详细介绍 编程必备
Java Socket TCP+UDP Client+Server
- A good Java Socket TCP+UDP Client+Server.
Socket
- Provides a client-side TCP socket.
socket
- TCP socket编程,即时聊天代码,实现简单聊天-socket Programming, and instant messaging
socket
- php tcp客户端与服务器端代码,带阻塞与非阻塞设置,地址重用设置(php tcp client and server)
tcp_udp_socket
- 使用Java编写的tcp和udp的socket通信实验程序。(TCP and UDP socket communication experiment program with Java.)
socket
- socket的链接 与TCP协议的通信(socket content for TCP)