搜索资源列表
-
1下载:
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件)。&nbs... -Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket.
-
-
0下载:
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,-similar to the LAN QQ chat software, including server and client, using tcp / ip socket multithreaded programming,
-
-
0下载:
毕业设计:VC++局域网聊天程序
本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
-
-
0下载:
类似一个聊天工具,分为服务端和客户端,需要先运行服务端。主要是利用Socket进行数据的异步传输,在局域网内互发消息,同进也实现了一个简单的聊天程序。-Similar to a chat tool, divided into services and client, need to run the server. Mainly by using Socket asynchronous data transmission, in the LAN each other impending arriv
-
-
0下载:
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). -Similar to the QQ LAN chat software, including server-side and client-side program, using tcp/ip socket programming multithreaded, server-sid
-
-
0下载:
Chat Server using TCP Socket in C#.NET
-
-
0下载:
使用vc++实现的socket编程的聊天程序。功能简单,只能实现服务器端和客户端的实时聊天。可作为socket编程初学者的参考资料。-Achieved using vc++ socket programming chat program. Function is simple, only the server and client to achieve real-time chat. Socket programming can be used as reference for beginner
-
-
0下载:
利用C#语言,socket机制实现简单的客户端和服务器端的聊天程序-Using C# language, socket mechanism to achieve a simple client and server chat program
-
-
0下载:
在vc++6.0环境中,利用套接字机制,编写了一个具有服务器和客户端的聊天程序。-In vc++6.0 environment, using the socket mechanism, has prepared a chat server and client programs
-
-
0下载:
由于计算机网络通信技术的发展,网络的应用越来越广泛,编写网络通信软件的工具和方法有很多,而使用Winsock是其中一种简单有效的方法。基于WINSOCK的网络聊天室开发给出了一个在运行TCP/IP 协议服务器程序和客户程序(C/S),服务器端创建监听套接字,并为它关联一个本地地址(指定IP地址和端口号),然后进入监听状态准备接受客户的连接请求。-Because computer network communication technology, network applications more
-
-
0下载:
C# 异步TCP Socket聊天室(1服务器,N客户端) 一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。-C# asynchronous TCP Socket chat rooms (one server, N clients) general chat programs are using the socket mode communications. For a chat program, it
-
-
0下载:
一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。-General chat programs are using the socket mode of communication. For a chat program, it is generally a server used to relay the message, then multiple clients to connect to the se
-
-
0下载:
在.net环境下,使用C#编程实现基于Socket的聊天室,此软件有一个服务器,其它电脑运行客户端,可以实现,类似与QQ的聊天,选中私聊与所选成员进行聊天就可。-In the. Net environment using C# Programming Socket-based chat rooms, this software has a server, other computers running the client, you can achieve similar QQ chat, pr
-
-
0下载:
VB6.0使用WinSock API点对点聊天程序实例,VB聊天源码,API.bas中有大家常用的网络聊天API,比如清理内存中一些东西、定义一个连接(正确的叫法是:套接字)、关闭套接字、把端口和套接字绑定在一起、监听,如果你写服务端程序的话,用这个函数来开始监听是否有客户端请求连接,第1个参数是套接字句柄,第2个是允许客户端连接的数量、还有设置接收消息的窗口函数用的,用它把套接字绑定一个窗口,以后关于这个套接字的消息,都会发送到那个窗口的消息处理函数,比如连接成功,连接失败,有客户端请求连接,
-
-
0下载:
A Java chat server and client service procedures, C / S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the
-
-
0下载:
、采用 C/S 架构,通过多线程实现服务器与多个客户端之间的通信
2、在服务器端使用select、轻量级数据库 Sqlite3 管理
3、记录存储所有用户注册时的昵称、密码、个性签名、VIP 标志等
4、用到了C语言链表表示用户信息、文件编程、socket网络编程、多线程(服务器端)、sqlite3数据库存储等;
5、具体功能包括:注册、登录、修改密码、群聊、私聊、查看在线用户、设置个性签名、文件传输、查看聊天记录、注册会员等功能,VIP 会员还独享禁言、解禁、踢人等特殊功能。(Usin
-