搜索资源列表
EGui-2006-04-16.tar
- EGui是一个开源的图形系统软件,类似于QT/Embedded、GTK-FB、MicroWindow。目标是嵌入式平台整合解 决方案。基于Linux Framebuffer 设备驱动上实现。有完整的画点、线、矩形等操作。 他分以下几个部分: * 驱动部分; * 图形基本绘画部分; * widget 控件部分。
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
Sudoku
- QT版数独游戏, 在Windowx XP 和 Ubuntu10.04下测试无误-Sudoku game, base on QT
04
- 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
multiProcess
- 一个多进程通信的演示,在UBuntu8.04中编写,使用QT图形化,主要内容是有四个进程,每个进程一个窗口,一个物体在四个窗口中穿梭-A demonstration about multi process communication, built in UBuntu8.04 with QT, there are four process, each process have a window, an object move in the four windows.
Qt4Code03-04
- qt 代码3-4章 说明: 1.源程序中有些工程是使用得GB18030编码,有些用得是UTF-8编码,如果碰见有汉字不能识别的情况,请切换编码。 2.源程序有些使用的是KDevelop编辑,有些是eclipse编辑,所以目录结构可能有些不同。 3.所有工程只保留了源代码,没有执行文件,请自行编译。-qt Code Chapter 3-4 Descr iption: 1. source of some of the projects is to use too GB18030 en
serialtool.tar
- Linux环境下的图形界面的串口调试助手。基于qt4.6.2的串口调试工具。 我在ubuntu10.04下运行正常。-Graphical interface under Linux serial debugging assistant. Based qt4.6.2 serial debugging tools. I ubuntu10.04 run properly.
ubuntu
- 本人精心收集的ubuntu10.04配置文档,包括smb ,网络,以及开发QT所需要的软件名-I carefully collected ubuntu10.04 configuration documentation, including the name of the smb network, and the software needed by the development 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
CHN-VOIP
- lunix QT SDK 下的VOIP,系统为 unutu 10.04-the lunix QT SDK VOIP, the system of unutu 10.04
CameraRead
- 基于QT 和V4L2的视频采集程序 在ubuntu10.04版本下的QT开发,是基v4l2的视频采集,并将采集下来的数据进行编码保存成本地avi文件的应用程序。-Based the QT and V4L2 video capture program in ubuntu10.04 versions QT development-v4l2 video capture, encoding and data collection down to save the cost of land avi
OpenCV-2-Computer-Vision-Application-Programming-
- OpenCV 2 Computer Vision Application Programming Cookbook by Robert Laganière, examples that work under Ubuntu 12.04 OpenCV with Qt-OpenCV 2 Computer Vision Application Programming Cookbook by Robert Laganière, examples that work under Ub
qtester104-v1.04
- c++与qt实现IEC 104通讯规约,LINUX与windows已测试通过-c++qt IEC 104 communication protocol, LINUX and windows have been tested
snake_QT
- 基于QT的贪吃蛇游戏,开发平台:Ubuntu11.04: QtCreator 1.3.1+Qt4.6.1 (32 bit) Windows 7: QtCreator 2.6.0+Qt4.7.4(MinGW4.4) QtCreator 2.6.0+Qt4.8.0(VC++2010) VS2010+QTAddin1.11+QT4.8.0 注意:QtCreator 1.3.1+Qt4.6.1 (32 bit)无法添加声音支持. 另外本程序为了减小打包体积,未将背景音乐放入
MyQQ-master
- 这是一款在linux下基于QT开发的QQ程序,实现了基本功能,在ubuntu10.04下测试成功。-This is a QT under linux based QQ program developed to achieve the basic functions in ubuntu10.04 test was successful.
camera
- 实现Ubuntu12。04的QT界面使用USB摄像头实时采集视频信号-Achieve Ubuntu12.04 the QT interface uses USB camera captures video signals in real time
printer
- 实现在Ubuntu12.04上QT打印的例子,可以自己加入要打印的内容 然后使用这个程序-Realization examples on Ubuntu12.04 QT printing, you can add yourself to print the contents and then use this program
HarrisCorner
- 对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图
Camera.tar
- 在ubuntu12.04,基于qt4.8编写的使用opencv打开摄像头,并进行拍照,保存照片,读图片进行裁剪(In ubuntu12.04, written on qt4.8, use OpenCV to open the camera, and take pictures, save photos, read pictures, cut them out)