搜索资源列表
QTE4.5.2_2410
- 开发环境: QTE4.5.2移植到2410过程 操作系统:Vmware6.5+ubuntu 8.04 交叉工具链:arm-linux-gcc-3.4.1 目标:GEC2410+NEC 3.5寸 -Development Environment: QTE4.5.2 transplanted to 2410 the process of the operating system: Vmware6.5+ ubuntu 8.04 cross tool chain: arm-linux
qtgpsc
- 使用Qt编写的GPS程序,在Ubuntu 10.10下构建的QT ARM开发环境-The GPS program by Qt in Ubuntu 10.10
Ubuntuqt4CrossCompiling
- Ubuntu下建立qt4的交叉编译环境 详细解说了在UBUNTU环境下如何建立QT4的交叉编译环境-how to bulit qt4 cross compiling environment
ubuntu.tar
- ubuntu 杂志,内容丰富,有制作打包的教程,中文的。还有其他很多有用的ubuntu资料-ubuntu maganize
sctp_demo.tar
- QT实现的SCTP协议演示程序,在ubuntu 平台上开发。-QT demo program to achieve the SCTP protocol, developed in the ubuntu platform.h
VisualSensorSignatureEditor
- 可视化雷达编辑器,自己在ubuntu下用Qt写的一个程序。里面有视频录像,也可以自己编译,有源码,也有可执行程序。-Radar visual editor, himself under ubuntu using a program written in Qt. Inside there are video recording, you can compile it yourself, there is source code, there are executable programs.
Lam_qt
- 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
Qt
- Ubuntu9.10+Qt4.6 下简单的视频、音乐播放器及图片显示 简单易懂-Ubuntu9.10+ Qt4.6 in the simple video, music player and photo display easy to understand
txtEdit
- ubuntu下用qt实现txt文本编辑功能-txt with qt under ubuntu text editing features to achieve
photosizer
- This a program I wrote for my Mom to allow her to easily resize .jpg photos. The program accounts for Landscape and Portrait orientation. The original file is preserved and _Resized is appended to the filename. This program was written using C++
qt
- qt移植详解 是基于Ubuntu的相关介绍,含有交叉编译连的安装-intrduce of QT
configure-compile-qt-4.7.4-embedded
- 描述在ubuntu10.04环境下配置编译qt-4.7.4的embedded版本的库。 虽然目标机器是pc,X86的64位机器,但是其中的配置编译过程可以在其他平台上仿照。-This document describes configuration compilation qt-4.7.4-embedded library in the ubuntu-10.04 environment. Although the target machine is PC, X86,64bit m
configure-compile-qt-4.7.4
- 描述在ubuntu10.04环境下配置编译qt-4.7.4版本的库。 虽然目标机器是pc,X86的64位机器,但是其中的配置编译过程可以在其他平台上仿照。-This document describes configuration compilation qt-4.7.4 library in the ubuntu-10.04 environment. Although the target machine is PC, X86,64bit machines, but configuration
Qt-Command-Prompt-demonstration
- 这里面讲述了如何在QT命令行下编译程序,是我自己亲自在windows xp和ubuntu下做的,希望对有些朋友有用-Which tells how the QT command-line compiler, I personally do under windows xp and ubuntu, and I hope useful to some friends
2048-Qt-master
- 这是一款基于QT开发的2048游戏,在ubuntu环境下测试成功。-This is a game based on the 2048 QT developed, tested successfully under ubuntu environment.
RobotInterface.tar
- 基于ubuntu的QT编程,目的是 基于ros的机器人控制界面,实现登陆,调试小车各轮子,小车整体运动,视觉反馈,声音反馈等。。目前实现由登录界面(登陆密码请看程序)进入主界面,由主界面进入四个子界面并且返回主界面。并实现QSlider,combox,edit等基本功能。 可在main函数中将注释的部分取消,就可以看到相应的界面。如//Navigation bzr //bzr.show() 不然只能看到要显示(show())的界面。 -The QT ubuntu based p
facedetect_qt_ubuntu
- opencv qt ubuntu 人脸检测-opencv qt ubuntu face detector
ubuntu-icon
- 这个资源是在学习qt时,需要自己设计菜单栏时提供的各种小图标的资源-This study of the entry-level qt in linux operating system information, it is suitable for beginners
Qt无边框框架
- Qt无边框框架,Windows Ubuntu 跨平台亲测可用
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。