搜索资源列表
Qtpicutre
- 前面我们详细介绍了Qt 嵌入式工具开发包的安装和使用方法,但是这个介绍对于要真 正进行一次商业的嵌入式应用开发来说并不足够。嵌入式应用的开发工作基本上是在工作站 或是PC 机上完成的,我们在工作的机器上调试运行嵌入式应用,并将输出结果显示在一个仿 真小型设备显示终端的模拟器上。在开发的后期,我们要根据我们选择的嵌入式硬件平台, 将嵌入式应用编译链接成适合在这个硬件平台上运行的二进制目标代码,另外由于应用使用 到了Qt/Embedded 的库,所以我们还要将Qt/Embedde
ARM9开发板上的QT与SQLite的驱动及支持库问题
- 本文档主要是介绍在ARM开发板上运用QT及SQLite的驱动的支持问题
Qt类库
- Qt类库Qt类库Qt类库Qt类库Qt类库
编译QT库
- 编译QT库
QT动态库总结
- 总结了下动态链接库的编写方式,在这里总结了三种,分别是非QWidget的子类、是QWidget子类、非类三种形式的动态库。
WindowsMobileStreamplayer
- 随着移动通信技术的发展和移动终端性能的提高,移动通信网络提供流媒体服务已经成为可能。分析移动流媒体网络传输协议和H.264视频编码格式特点,参照802.11标准,提出移动流媒体客户端的总体架构,并针对Windows Mobile平台特点予以实现。移动流媒体客户端可以运行在无线局域网中,主要由网络模块、解码模块和音视频回放模块组成。网络模块以动态库的方式实现RTP/RTCP/RTSP网络协议,采用消息队列的设计模式提高网络模块的效率 H.264与AMR解码模块由PC向嵌入式平台移植并作相应的封装
QTmap
- Qt的类库及其框架图,能够详细的展现出Qt所有的类的结构,基于Qt4.2,是学习Qt所必备的工具,非常非常的有用-Qt class library framework map, and detailed to show the structure of all Qt class, learning the Qt tools necessary based on Qt4.2, very, very useful ..
GNU_Linux-program
- 全面介绍GUN/linux编程。首先介绍了在Linux上编程的必备工具,在库函数,系统调用和内核上阐述Linux编程知识。着重介绍文本形式的图形界面库ncurses,讲解了真正的图形化的流行系统,X Window,Qt,GNOME,OpenGL的基本编程方法。同时介绍了Bash编程和设备驱动编程。-Comprehensive introduction the GUN/linux programming. First introduced indispensable tool for progra
QTcallCstaticlibrary
- QT 调用C静态库QTcallCstaticlibrary-QT call C static library
QT_class
- 在该文档中主要讲了关于QT一些常用的库,以及库函数是如何使用的。-Mainly about how to use the QT library, and the library functions in the document.
ku
- vtk库配置,在QT环境下进行点云显示编码,利用了VTK库,首先要对VTK库进行配置-vtk library configuration, the QT environment for point cloud display coding, the use of the VTK library, we must first be configured VTK library
Qtserious_linux_window
- qt串口专题,有库文件,实现在window和linux上串口通信,值得学习者使用-qt serious project, describ the serious communications in windows and linux
qt-embedded4.5.3
- 详细介绍了linux(unix)下的QT编译过程,及相关库的交叉编译,希望能给大家点帮助-Details of the Linux (Unix) under the QT compilation process, cross compiler and library, the hope can give you some help
Qtaexcell
- 用qt类库对excel文件进行读写等操作-operate excel files with QT
How-to-compile-the-QT-Library
- 通过整理和实践,详细说明如何编译QT动态库和静态库-Through the compilation and the practice, the detailed descr iption of how to compile the QT dynamic library and the static library
test2
- 在QT中动态链接ffmpeg库,实现视频的解码播放。ffmpeg官网上有Windows下直接使用的库。-The using of ffmpeg in QT
VS创建动态库及QT调用实例
- 实现功能:利用VS2012封装生成动态链接库(.dell和.lib)给QT调用 文件包含:1.VS2012生成动态库工程 2.QT5.5.1调用VS2012动态库工程(注释内含调用具体方法) 3.QT调用运行结果图片(Implementation function: VS2012 package is used to generate dynamic link libraries (.dell and.lib) for