搜索资源列表
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
chat
- 一个window下socket编程的聊天小程序-Socket programming under a window of the chat applet
java_chatroom
- 基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
VBSocket
- 实现socket通讯小程序,希望对需要的人有用.-Socket communications applet to achieve the hope that useful for those who need it.
MFCSocke
- 用于windows socket编程,简单的小程序-Windows socket programming for a simple applet
Socket_Chat_API
- 用C++实现的网络聊天小程序,基于socket API接口-Using C++ realization of the network chat applet, based on the socket API Interface
Chat
- 采用socket编写的VC++聊天小程序-Prepared by the use of socket chat applet
ordering.tar
- 简单的linux下的网络订货小程序demo,实现了套接字、IPC等编程,客户端与服务器采用本机模拟,稍加修改即可实现异地通信。-Linux network under simple ordering applet demo, to achieve the socket, IPC and other programming, the client and server using the machine simulation, slightly modified off-site communic
socket--
- 双机通信小程序,makefile编写,用的是数据报套接字。内附运行说明-Two-machine communication applet, makefile prepared, using a datagram socket. Operating instructions included
sftp
- ftp+socket通讯,可以用来做远程升级主站的小程序-ftp+ socket communication, can be used to upgrade the main station for remote applet
udpclient
- 学习SOcket时试编的UDP小程序的客户端,希望学习socket的大人们赐教-Learning SOcket when trying the UDP client applet, the big people want to learn socket Comments
socket2
- vc下的socket小程序代码,希望对大家有所帮助。-vc socket under the applet code, we want to help.
Chat
- 简单的聊天小程序。提供了基本的聊天的功能,通过此例能学习java中如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识--Simple chat applet. Provides basic chat functionality through java in this case to learn how to use the Socket server and client to establish procedures and inter-process sched
affair_request
- 基于 win-socket 小程序,包括界面,可载入TXT文件发送-Based on win-socket applet, including the interface, load the TXT file can be sent
Java_Communication
- Java Socket小程序,包括客户端和服务器端,双方设计都采用了多线程-Java Socket applet, including client and server side, both sides have adopted a multi-threaded design
socket_udp
- 用C语言写的基于udp的socket通信小程序。分客户端服务器端,先运行服务器端,可同时运行多个客户端,客户端都可以和服务器聊天,还可以从服务器下载文件-Udp socket-based communication applet written in C language. Sub-client server-side, the first to run server-side, and can simultaneously run multiple clients, the client an
chat_room
- 用java写的基于socket的网络聊天室小程序,分为服务器和用户端,压缩包内有详细的使用报告。-Applet written in java socket-based Internet chat rooms, divided into server and client, and a detailed report on the use of compression packages.
client
- 基于qt的Linux下socket编程的聊天小程序的客户端程序-Qt-based socket programming under Linux chat client applet
chatClientandchatServer
- 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。 客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名