搜索资源列表
NetTcpChat
- 通过TCP方式,进程文字聊天.一个作为服务器,一个作为客户端-through TCP, process text chat. As a server, one as a client
file_transfer
- linux下用c写的简易聊天室程序,非常好的tcp通信源代码,用的是c语言,一般直接就可以用-under linux with c chat room to write a simple program, very good communication tcp source code using c language, generally can be used directly
linux-chat-tcp
- linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
chat_tcp
- 基于Tcp的chat聊天室,可以实现多人的广播聊天,退出时通知其它用户。-Tcp-based chat in chat rooms, can be achieved over the broadcast chat, exit notify other users.
mutil-chatting
- 基于tcp实现的多人聊天程序 1) 支持用户并发请求(注册,登录,聊天) 2) 当用户登录时,应该提示其所有在线好友“自己已经在线” 3) 当用户退出时,应该提示其所有在线好友“自己已经下线” 4) 用户登录时除需要返回登录成功 / 失败信息,还要获取当前自己所有在线好友信息(好友谁在线?) 5) 添加好友(需验证?) 6) 删除好友(目前没有做,只要添加一个函数就可以了) -unix/linux PIC select tcp
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
qq
- 在Linux下用C编写的简单的双人QQ聊天程序,用TCP编写的-Written with C in Linux, a simple double QQ chat program, written by TCP
TCPtalk
- 用C写的基于linux下的简单的TCP聊天程序,可用于其他框架下的开发-Written using C under a simple linux-based TCP chat program can be used for other development under the framework of
talking
- 运用ncurses做界面,mysql做数据库,运用TCP作为传输协议实现多人在线聊天。-Make use of ncurses interface, mysql to do the database, using TCP as the transport protocol multiplayer online chat.
tcp
- 一个简单的聊天代码,一方发送消息,服务器方看消息-A simple chat code, one party sends a message, the server side to see the message
report
- Linux C/C++下用GTK+发开基于TCP/IP的C/S模式的局域网络聊天室-Linux C/C++ with GTK+ send open based on TCP/IP of C/S mode of local area network chat rooms
demo_chat_room
- 简单的聊天工具,可以多人连接,tcp连接-Simple chat tool, people connections, the tcp connection
qt_qq
- 这是用tcp制作的一个qt的简单的聊天工具。两个对话框,相互间发送或者接收数据,通过设置端口和地址连接,还可以清除所发送或者接收的数据。-This is a qt tcp making a simple chat tool. Two dialog boxes, send or receive data to each other, by setting the port and address of the connection, you can also clear the sending o
chat_result.tar
- 根据TCP进程间通信,实现的聊天室功能;包括群聊和私聊-TCP interprocess communication, chat rooms including group chat and private chat
select-non-block
- 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, serv
client1
- TCP/DUP简单QQ聊天功能,客户端程序。-client chat for TCP/DUP
tcp.tar
- 使用tcp/ip协议实现聊天功能,程序有client和server两部分。(Using tcp/ip protocol to achieve chat function, the program has two parts client and server.)
新建文本文档 (2)
- TCP协议,用C语言实现的同步聊天程序,注释写的比较详细,个人觉得对字符串处理比较充分,能够正常编译运行,拿出来和大家分享一下!(Online chat program)
TCP_IP聊天项目
- 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)
qt聊天带文件传输
- 通过qt实现局域网内聊天并带有文件传输功能(QT realizes LAN chat and file transfer function.)