CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - qt tcp服务器

搜索资源列表

  1. linux下Qt实现的视频点播系统

    3下载:
  2. 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
  3. 所属分类:网络编程

  1. Qt_Tcp

    0下载:
  2. QTcpSocket 和 QTcpServer类实现了Qt的Tcp客户端和服务器。 tcp是一个流式协议。对于应用程序来说,数据是一个很长的流,有点像一个巨大的文件。 -QTcpSocket and QTcpServer class implements Qt Tcp client and server. TCP is a streaming agreement. For application, it is a long flow, a bit like a huge file.
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:8969
    • 提供者:黄硕
  1. qtserver

    1下载:
  2. qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-15
    • 文件大小:110821
    • 提供者:yangming
  1. QT-TCP

    3下载:
  2. 用QT开发的TCP/IP传输数据的例子,分为客户端和服务器,传输数据的时候带校验位,其中服务器部分的数据利用qsran函数生成随机数据,需要研究TCP客户端和服务器数据互相对传的同学可以看看,有参考价值-Examples of the QT development of TCP/IP to transfer data is divided into client and server, the transmission data with parity bit, in which the ser
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-05-11
    • 文件大小:9542
    • 提供者:彭博
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. 11ThSrv

    0下载:
  2. QT 的TCP/IP应用 服务器发送温度,客户机显示-QT applications TCP/IP server sends the temperature, the client displays
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:11099
    • 提供者:qsq
  1. MODBUS

    0下载:
  2. 一个基于ucos系统的Modbus协议,包含了客户机和服务器的源代码-A ucos system based on Modbus protocol, including the client and server source code
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:2021583
    • 提供者:sunzhonghao
  1. QT-Tcp-udp-sreial

    1下载:
  2. windows上基于QT4.8.0开发包的TCP服务器、客户端,UPD、以及串口等模拟测试程序-QT 4.8.0 TCP UDP RS232 RS485 TESTER
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-14
    • 文件大小:18502708
    • 提供者:Hunter
  1. Qt-TCP-UDP-DetectUdisk-server

    0下载:
  2. 服务器端,利用qt实现tcp/udp发送文字消息,检测U盘插拔。里面包括x86和arm两个版本的源码。-Server-side using qt tcp/udp send text messages, U disk plug detection. Which includes the source code of the two versions of the x86 and arm.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-04
    • 文件大小:640096
    • 提供者:yanzi1225627
  1. QT-TCP

    1下载:
  2. QT下的TCP通讯程序,分为客户端程序和服务器端程序。-QT under TCP communication program, divided into client and server-side program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:13237
    • 提供者:千翩一梦
  1. netV2016

    0下载:
  2. 利用QT编写网络调试助手,可以做TCP服务器,TCP客户端和UDP服务器(Using QT write network debugging assistant, can do the TCP server, TCP and UDP client server)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-16
    • 文件大小:30720
    • 提供者:haozi123
  1. Desktop

    0下载:
  2. tcp服务器与客户端,实现聊天功能(127.0.0.1)(TCP server and client, to achieve chat function (127.0.0.1))
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-18
    • 文件大小:22528
    • 提供者:故梦lhk
  1. 1011

    0下载:
  2. qt 网络简单通信 实现了客户端和服务器(Simple communication in QT networks)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-29
    • 文件大小:13312
    • 提供者:sugarwill
  1. tcp

    0下载:
  2. QT tcp服务器,可实现服务器和客户端的数据j交互(QT TCP server, which implements data J interaction between server and client)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:song_t
  1. QTcpServiceTest

    1下载:
  2. qt编写tcp服务器程序,用到线程池。在vs2010/qtcreator4.8下运行正常.(Qt writes the TCP server program and USES the thread pool. Normal operation under vs2010/qtcreator4.8.)
  3. 所属分类:界面编程

    • 发布日期:2018-04-21
    • 文件大小:1272832
    • 提供者:hydq
  1. qt_TCP_app

    0下载:
  2. 简易的TCP/IP传输服务器和客户端,用与学习和测试。(A simple TCP/IP transmission server and client, used with learning and testing.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:27914240
    • 提供者:止境
  1. TCP—chat

    0下载:
  2. 使用Qt-Creator编写的基于TCP协议的网络聊天程序,包含服务器端和客户端,自己写的,经过测试能够正常使用。(The web chat program based on the TCP protocol written by Qt-Creator includes the server side and the client side, and writes it by itself. After testing, it can be used normally.)
  3. 所属分类:界面编程

    • 发布日期:2018-05-01
    • 文件大小:10240
    • 提供者:水里一条猫
  1. tcp

    0下载:
  2. TCP基本应用,拥有客户端,服务器端,可以进行网络连接(TCP basic applications, with client, server side, can connect to the network)
  3. 所属分类:串口编程

    • 发布日期:2018-05-07
    • 文件大小:1136640
    • 提供者:发梢友
  1. tcp

    0下载:
  2. 基于Qt实现网络编程包含客户端和服务器端(Contains client and server side)
  3. 所属分类:网络编程

    • 发布日期:2020-10-17
    • 文件大小:20327424
    • 提供者:black.zhang
  1. 多线程tcp服务器

    1下载:
  2. c#语言,vs中开发,线程安全,已投入用于项目,实用性强。需要c++语言的请留意,在qt中开发的。
  3. 所属分类:进程与线程

    • 发布日期:2019-09-23
    • 文件大小:636657
    • 提供者:zhang91
« 12 3 »
搜珍网 www.dssz.com