CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - qt file

搜索资源列表

  1. frog3d-0.5.tar

    0下载:
  2. Frog3d (Free Rendering Object Graphic 3D) is a 3ds file viewer. it is writen in C++ and use QT for the GUI and OpenGL for the rendering
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:216.33kb
    • 提供者:mhp
  1. Txt2Bmp

    0下载:
  2. 将保存在文本文件中像素值(灰度值),转换成图像。采用QT开发,在vs2008下编译通过。-Will be saved in a text file in the pixel value (gray value), converted into images. Use of QT development, compiled by the vs2008.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:665.31kb
    • 提供者:nillwei
  1. svg

    0下载:
  2. 另外一个QT读取SVG文件并实现绘制代码,使用QSVG模块读取SVG文件,绘制点,线,多边形,圆形等。需要的朋友可以下载参考下。-Another QT read SVG files and drawing code read SVG file use QSVG modules, draw points, lines, polygons, circles, etc.. A friend in need can download the reference below.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-07
    • 文件大小:513.58kb
    • 提供者:
  1. EmfEngine-0.2-opensource

    0下载:
  2. The Enhanced MetaFile format (EMF) is the native vector graphics file format on Windows. Qt is a cross-platform application development framework, widely used for the development of GUI programs. Although it provides tools for almost every aspect of
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:36.3kb
    • 提供者:liusheng
  1. Digital_clock

    0下载:
  2. Qt实现的一个数字时钟,是一个dll,运行bat就可以生成工程文件,调试的时候可以改成EXE程序-Qt to achieve a digital clock is a dll, run the bat can be generated on the project file, when debugging process can be altered into EXE
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:31.98kb
    • 提供者:phoenix
  1. Qt4ImageEdit

    0下载:
  2. 本代码采用Qt开发工具进行编程,主要展示了如何可以像处理文档文件一样的去对图像文件进行编辑。该样板代码其中的格式转换对我颇有益处,另外其中还有很多处理方法,如“打开,另存,复制,另存为”等等。-The code used to program development tools, Qt, the main display can deal with how the same document to an image file to edit it. The model code of the f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:15.46kb
    • 提供者:
  1. string_split

    0下载:
  2. 读文本文件,将里面的字符串筛选出来,split函数的运用,分割字符串。-Read a text file, which filter out the string, split function, the use of split strings.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:240.88kb
    • 提供者:tanyong
  1. vtkreadstl.tar

    0下载:
  2. interactive STL file reader using vtk library developed with QT designer
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-02
    • 文件大小:544.88kb
    • 提供者:triyant
  1. Cload3ds

    1下载:
  2. 该类是在qt4.6上运行通过,是我将网上流传的两个文件进行了整合,使得适用于qt了,加载了3ds文件成功显示。注意头文件。 使用方法: CLoad3DS *m_3ds_p = new CLoad3DS() m_3ds_p->Init("e:/plane1.3ds",0) //以上代码置于OpenGL的Init部分 //以下代码置于OpenGL画图部分 m_3ds_p->show3ds(0,50,50,-50,10.0) 说明:上面的0表示绑定
  3. 所属分类:3D Graphic

    • 发布日期:2016-06-22
    • 文件大小:10kb
    • 提供者:郭培
  1. ivviewer

    0下载:
  2. 基于coin3d+Qt4的iv模型简单浏览器,通过它可以查看iv格式的模型文件。-Iv Based on coin3d+ Qt4' s model is simple browser format through which to view the model file iv
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-31
    • 文件大小:4.97kb
    • 提供者:huangnn
  1. GLC_lib_src_2.0.0

    0下载:
  2. GLC_lib is a C++ library for high performance 3D application based on OpenGL and QT4 GUI. Some GLC_lib features : Supported file format : 3DS, OBJ, COLLADA, 3DXML, OFF, STL. Easy view manipulation, Level of detail, shaders...
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4.36mb
    • 提供者:Sukuma Ubhada
  1. main.cpp.tar

    0下载:
  2. QT and VTK test using Contour Filter to mesh 3D point cloud data set from file.
  3. 所属分类:3D Graphic

  1. svggenerator

    0下载:
  2. Qt 4.5.3 利用XML格式文件操作的DOM接口实现SVG图形文件的生成-Qt 4.5.3 DOM-based XML format, graphic interface SVG file generation
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:1.26mb
    • 提供者:renhao
  1. androidUSBCamera

    2下载:
  2. 这是Android 2.3.4版本的 UVC Camera 测试程序, 使用YUYV格式, (其实 MJPG 格式也是可以用的, 只要我注释掉的那几行代码 uncomment一下就好了) 所使用的 camera 在android 中的设备节点是 /dev/video1 , 做为前置摄像头, 要运行起这个程序可能有点麻烦, 因为我修改了一些不相关的 JAVA 代码, 而要正确编译这个程序, 懂得补充(或者去掉)这些JAVA部分 但是如果使
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-05
    • 文件大小:3.72mb
    • 提供者:黄展飞
  1. erzhihua

    0下载:
  2. 用QT平台做的图像处理程序,文件包含两个二值化程序,滤波方法不同。-QT platform to do the image processing program, the file contains two binarization process, the filtering method.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:4.35kb
    • 提供者:刘会杰
  1. first

    0下载:
  2. 一个基本功能的实现的程序 主要是建立对话框 文件读入读出 事件触发等 初学qt有用-A realization of the basic functions of the program is mainly to establish dialog file and read into the read event triggers beginner qt useful
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:34.17kb
    • 提供者:fang
  1. win-qt-cmake-opencv

    0下载:
  2. opencv源码经过cmake编译后opencv目的文件,可直接在win-qt-opencv环境下实现开发-After cmake compiled opencv opencv source destination file, enabling developers directly in the win-qt-opencv environment ......
  3. 所属分类:OpenCV

    • 发布日期:2017-06-10
    • 文件大小:16.3mb
    • 提供者:易安
  1. Qt-Ogre-Widget-master

    0下载:
  2. 另一个qt和OGRE的结合的代码框架,使OGRE中的窗口能够在Qt窗口中显示,文件中包含了已经写好的一个c++类-Another qt and code binding framework OGRE, OGRE so the window can be displayed in the Qt window, the file contains a class has written a c++
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:7.27kb
    • 提供者:huyixin
  1. Puzzle

    0下载:
  2. 使用自定义QGraphicsItem,实现拼图游戏,拼图游戏的底图来源于资源文件(Use a custom QGraphicsItem implementation, jigsaw puzzle, jigsaw puzzle map from the resource file)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:2mb
    • 提供者:早安橙子
  1. QT5开发及实例

    1下载:
  2. 该压缩包内包含《Qt5》一书中所有例程的源码和PPT,有需要的可以自行下载(This file includes source code and PPT.)
  3. 所属分类:图形图像处理

    • 发布日期:2020-09-08
    • 文件大小:34.46mb
    • 提供者:呆瓜妹子
« 12 »
搜珍网 www.dssz.com