搜索资源列表
Chatc++builder6
- 使用c++builder6.0编写的利用socket组件的网络聊天室-use c builder6.0 prepared by the use of socket components of Internet chat rooms
liaotiandexiaochengxu
- 一个简单的聊天程序,用JBuilder做成,网络基础socket编程-a simple chat program that will create JBuilder, network infrastructure socket programming
chat.example
- 简单的网络聊天程序,socket编程的初学者可以借鉴一下。-simple network chat procedures, socket programming beginners can learn from this.
CHAT
- socket编程实例,一个很好的网络聊天程序,分为客户端和服务段,总体的功能也不错的-socket programming examples, a good network chat procedures, and is divided into client services, The overall function is not bad
advanced
- 一个简单的网络聊天程序,使用Window Socket编程,用Visual Stdio.NET开发
chat
- 一个网络聊天程序,任何一台机器均可成为服务器,其它想聊天的机器往它那里联即可。程序本身既可当Server又可当Client。 用于测试面向连接的socket编程,自己建立心跳保持功能。
yuanma
- 使用JAVA Swing和Socket,JDBC技术实现及时的网络聊天,有公聊和私聊等
javaliaotiancx
- 一个阻塞方式的socket做的java网络聊天程序-obstructive form of a socket so java network chat program
CSharp_chat
- 本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。 并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资料-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
GTK_MySQ-LTCP_IP
- 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
chat
- 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding m
Project
- 基于java socket 实现的简单多线程网络聊天器-Java socket based on the realization of a simple multi-threaded chat network devices
VCChat
- c++编的一个基于Socket的网络聊天程序,能实现局域网的聊天,同时增加了收藏夹功能,可以对常联系的人进人快捷操作(有个小问题, 个人聊天内容发送后不能清空修改中)-c++ compiled a Socket-based network chat program, to achieve LAN chat capabilities while increasing your Favorites folder, you can always contact the person into the
M79000475
- 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识 -This case is an online chat tool, providing the basic chat functionality, by this example to learn how to use Socket server program and client to establish procedures and
iChat
- iChat 基于Socket的网络聊天软件,只有基本通信功能,便于初学者学习-Socket-based network iChat chat software, only the basic communication function, easy for beginners to learn
socket
- 单机上的聊天室,可以在本地计算机上运行。可以用来理解Java在网络上的运用。-socket
design-of-instant-messaging-software
- 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
socket-chat-room
- 网络聊天室,利用SOCKET通讯,客户端和服务器分开编写-net chat room ,socket communica tion,this project is devide into two part ,the server and the client
仿QQ聊天程序SOCKET编程服务端与客户端
- 用java语言及网络通信socket编程编写的网络聊天室,能够实现多人在线聊天。(The network chat room which is written in the Java language can realize the multi - person online chat.)
C++网络聊天室设计报告及源程序
- 服务器端功能: 1、 初始化socket, 创建服务器端。 2、 维护一个链表,保存所有用户的IP地址、端口信息。 3、 接受用户传送来的聊天信息,然后向链表中的所用用户转发。 4、 接受用户传送来的连接判断命令,并向用户发出响应命令。 客户端功能: 客户端界面上的两个文本框,一个用于显示接受的聊天信息,一个用来接受用户输入的聊天信息。当按下“发送”按钮时将信息发送给服务器。 通过本课题的毕业设计,可以比较深入的了解和掌握WINSOCK控件基本属性、方法和事件,理解网络聊天