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

搜索资源列表

  1. dicomtobmp

    0下载:
  2. 几点说明: 第一、将DICOMTK里面的所有编译好的lib文件拷贝到\\Microsoft Visual Studio\\VC98\\lib目录下 第二、将DICOMTK里面的lib库所对应的头文件考到\\Microsoft Visual Studio\\VC98\\include目录下 第三、改一下我程序里面的包含头,把那个多余的dicomtk目录删掉 第四、编译的时候建议使用RELEASE至于为什么嘛,大家可以怪我懒啦!懒得理会那些错误,如果您有兴趣处理完那些警告的话,那就谢
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:35694
    • 提供者:fd
  1. texture+synthesis

    1下载:
  2. 纹理合成是为了解决纹理映射中存在的接缝走样等问题而提出的 也就是无缝贴图 可以用photoshop搞定,这个是编程序实现 生成无缝贴图是搞3D设计或是开发必备 开发工具Microsoft Visual Studio 2008 express(VC++ 2008 express) 注意:1 算法部分是C++ 实现,没有用unicode,所以图片路径和文件名不能有中文,否则会自动退出
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:20949
    • 提供者:wsky
  1. glut

    0下载:
  2. glut-3.7.6-bin。对于OpenGL初学者,你可能要先配置一下自己的vc环境。将"glut.h"放置在"..\Microsoft Visual Studio\VC98\Include\GL\"目录下;将“glut32.lib”放置在"..\Microsoft Visual Studio\VC98\Lib\"目录下;将"glut32.dll"放置在"C:\windows\system32\"目录下-glut-3.7.6-bin. OpenGL for beginners, you may
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:94275
    • 提供者:LiMing
  1. TutorialC1

    0下载:
  2. This a tutorial in language C, with the free compiler Microsoft Visual Studio 2005 Express edition.-This is a tutorial in language C, with the free compiler Microsoft Visual Studio 2005 Express edition.
  3. 所属分类:Graph program

    • 发布日期:2017-05-09
    • 文件大小:1653812
    • 提供者:KuduK
  1. robot

    0下载:
  2. 使用openGL实现机器人的手臂的转动,运用Microsoft Visual Studio 2005作为开发环境。-Use openGL robot arm to achieve the rotation, the use of Microsoft Visual Studio 2005 as development environment.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:24156
    • 提供者:王飞
  1. win32openglwindow

    0下载:
  2. This a basic example of a Windows 32 window with an Open GL rendering context. It is a good starting point for opensource Win32 OpenGL programming without microsoft visual studio and other expensive programs.-This is a basic example of a Window
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:1718
    • 提供者:3x0sk3l3t0n
  1. Terrain

    0下载:
  2. D3D中的纹理坐标映射,可用Microsoft Visual Studio 6.0进行编译,但必须装3D插件-D3D C
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:4067171
    • 提供者:mansur
  1. Integrating_OGRE_with_MVS-2005

    0下载:
  2. This document shows in breif steps how to integrate an OGRE project with Microsoft Visual Studio version 2005 (MVS-2005). Shows a sample project with no errors
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-02
    • 文件大小:11430
    • 提供者:Yusmar Castro
  1. diblook-vs9

    0下载:
  2. image loader in c , microsoft visual studio-image loader in c , microsoft visual studio
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:40854
    • 提供者:nicolae
  1. SIFT_VC.lib

    1下载:
  2. 本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-25
    • 文件大小:111583
    • 提供者:
  1. OpenCVTutorial_I

    0下载:
  2. Part I Using OpenCV with Microsoft Visual Studio .net 2003 28 November 2005
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:290256
    • 提供者:Image
  1. agg-2.5

    0下载:
  2. AGG(Anti-Grain Geometry),强大的2D几何图形库。 配置: 1、VC6.0下新建一个Windows Console工程,名称随便起,姑且叫AggTest. 2、关键步骤,设置AGG类库的引用,最野蛮和最有效的方式把Include下的.h文件连同其下文件夹全部拷贝到VC6安装目录下的Microsoft Visual Studio/VC98/Include文件夹中,把解压目录中的src文件夹下的cpp文件都添加到AggTest工程中。-AGG (Ant
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:5261126
    • 提供者:hhghghg
  1. opengl-Camera

    0下载:
  2. 基于opengl的简单场景绘制,以及支持鼠标、键盘操作的漫游功能。-Files: Main.cpp (The Source File containing the main program code) Init.cpp (The Source File containing the Win32 and OpenGL initialization code) Camera.cpp (The Source File containing the camera implementati
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:65556
    • 提供者:fenglei
  1. Seg_ImageProcessing

    0下载:
  2. VC++环境下 可运行,基于遗传算法的图形分割,改进。-Microsoft Visual Studio 6.0 executable
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:4188359
    • 提供者:cq
  1. stars

    0下载:
  2. 模拟太阳系。 /* 说明: 1.运行环境: Microsoft Visual Studio 2008 2.包含文件:图片六张(*.bmp),两个外部文件Texture.h和Texture.cpp 3.照明GL_LIGHT1 4.运用glTranslatef和glRotatef设置星球位置、公转和自转 5.运用Texturing覆盖星球表面 6.运用glBlendFunc设置太阳的半透明光晕 7.键盘‘a/A’,‘d/D’,‘s/S’分别控制:环境光、漫反射、镜面反
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-27
    • 文件大小:3026492
    • 提供者:dongli
  1. facedetect

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的人脸检测代码-in Microsoft Visual Studio 2008 environment facedetecting based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:1429
    • 提供者:jiaruixin
  1. grabpicture

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的抓拍软件,可以在摄像头和视频中抓拍图片-in Microsoft Visual Studio 2008 environment software of grapping pictures based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:871
    • 提供者:jiaruixin
  1. eyedetect

    0下载:
  2. 在Microsoft Visual Studio 2008 平台下基于opencv的人眼检测-in Microsoft Visual Studio 2008 environment eyesdetecting based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:1338
    • 提供者:jiaruixin
  1. camshift

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的目标跟踪-in Microsoft Visual Studio 2008 environment camshiftdemo based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:8256812
    • 提供者:jiaruixin
  1. meanshif

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的meanshift目标跟踪-in Microsoft Visual Studio 2008 environment targettracking with meanshift based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:8256061
    • 提供者:jiaruixin
« 12 »
搜珍网 www.dssz.com