搜索资源列表
qt__http
- QT下写的一个HTTP+POST示例,可以提交数据级WEB服务器-QT wrote under a HTTP POST example, can submit data-level Web server
chat
- 一个使用QT4开发的聊天程序,此程序可以实现文件传递,新上线,是学习TCP/IP,以及QT的良好教程-It s a good example of QT4 and tcp/ip program,Easyer to learn.
myFile
- qt udp tcp 源码,是学习和开发qt网络程序的好例子-qt udp tcp source, is to learn and develop good example of network programming qt
tcp
- 基于tcp的网络应用例子,模拟实际应用,对于理解tcp编程以及tcp原理很有帮助-The programe of network base on the tcp,it is a good example to understand of the tcp programe
chat_program
- 一个使用QT4开发的聊天程序,此程序可以实现文件传递,新上线,是学习TCP/IP,以及QT的良好教程-It s a good example of QT4 and tcp/ip program,Easyer to learn.
udpbroadcast
- udp广播的小例子,简单易学适合入门。整个程序分客户端和服务器,采用Qt进行编程。-this is udp broadcast example.It is easy for you to learn Qt. The project has two parts:Client and Server.