CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - socket qt
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - socket qt - List
[
Internet-Network
]
thesocket
DL : 0
关于linux下基于QT界面socket编程的简单实例 -based on the QT socket programming interface simple example
Update
: 2025-02-17
Size
: 3kb
Publisher
:
郭建川
[
Linux-Unix
]
playmotionpic
DL : 0
qt 的例子,用于动态显示图象-qt example for the dynamic display images
Update
: 2025-02-17
Size
: 148kb
Publisher
:
张三
[
Internet-Network
]
send
DL : 0
Qt中的网络编程的收数据的客户端,大家参考参考!-Qt Network Programming admission data client, your information!
Update
: 2025-02-17
Size
: 4kb
Publisher
:
黄黎明
[
Internet-Network
]
client
DL : 0
基于linux平台,用C++编写的QT程序,基于socket的客户端-Linux-based platform, using C++ Prepared QT procedures, based on the client socket
Update
: 2025-02-17
Size
: 198kb
Publisher
:
张珍珍
[
Embeded Linux
]
AOS
DL : 0
this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server - accountDB system -this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server- accountDB system
Update
: 2025-02-17
Size
: 3.24mb
Publisher
:
Henrty
[
Technology Management
]
qt-qtopia
DL : 0
一套qt+qtopia快速入门并上手的资料,看完这些资料我用了三周搞出了一个600k的界面软软,很实用。-Qt+ qtopia a quick-to-use data entry
Update
: 2025-02-17
Size
: 3.18mb
Publisher
:
梁小刚
[
SCM
]
2-server
DL : 0
传感器模块 远程监控模块 socket模块等-Sensor Module Remote Monitoring Module socket module
Update
: 2025-02-17
Size
: 222kb
Publisher
:
xuying
[
Embeded-SCM Develop
]
socket
DL : 0
一个建议的聊天程序,仅供新手参考-A proposed chat program, for reference purposes only novice
Update
: 2025-02-17
Size
: 660kb
Publisher
:
高楣楹
[
Embeded-SCM Develop
]
socket
DL : 0
一个建议的聊天程序,仅供新手参考哦-A proposed chat program, for reference purposes only novice
Update
: 2025-02-17
Size
: 556kb
Publisher
:
高楣楹
[
Internet-Network
]
chat_source
DL : 0
用QT4库写的 基于C/S结构. 其实在linux用套接字写网络部分更方便不过,但最近在学习QT/network部分,所以练手写的一个.-Written using QT4 libraries based on C/S structure. In fact, part of the linux network using a socket to write more convenient, however, but a recent study QT/network part, so as a practicing handwriting.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
袁和平
[
Other
]
mysocket
DL : 0
用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
Update
: 2025-02-17
Size
: 443kb
Publisher
:
看看
[
Linux-Unix
]
Lam_qt
DL : 1
本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Update
: 2025-02-17
Size
: 137kb
Publisher
:
stone
[
Linux-Unix
]
qtsocket
DL : 0
qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to receive the data displayed on the screen
Update
: 2025-02-17
Size
: 31kb
Publisher
:
sophia
[
Streaming Mpeg4
]
socket
DL : 0
一个简单的通信工具,没事闲着就写的,希望对大家有帮助-A simple communication tool, nothing idle to write, we want to help
Update
: 2025-02-17
Size
: 170kb
Publisher
:
jige
[
Internet-Network
]
GHCommonNetDll
DL : 0
偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Update
: 2025-02-17
Size
: 126kb
Publisher
:
流浪小狗
[
Internet-Network
]
Linux_socket
DL : 0
linux socket编程错误分析总结-linux socket programming error analysis summary
Update
: 2025-02-17
Size
: 114kb
Publisher
:
lincong
[
Internet-Network
]
wangluocaiji
DL : 0
linux qt socket网络数据采集器,通过tcp协议接受数据,显示在界面-linux qt socket tcp
Update
: 2025-02-17
Size
: 438kb
Publisher
:
曾庆国
[
TCP/IP stack
]
SocketTest
DL : 0
Connecting to a TCP socket in QT
Update
: 2025-02-17
Size
: 3kb
Publisher
:
George
[
TCP/IP stack
]
tcpclient1
DL : 0
socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
Update
: 2025-02-17
Size
: 3kb
Publisher
:
zxj
[
Internet-Network
]
chatroom
DL : 0
SOCKET简单应用,实现简单聊天室的功能-SOCKET simple applications, chat rooms features simple
Update
: 2025-02-17
Size
: 35kb
Publisher
:
沐尘
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.