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

搜索资源列表

  1. Windowstuxing

    0下载:
  2. windows图形编程,从事2D图形开发的好-windows graphical programming, 2D graphics engaged in the development of the good stu
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2548986
    • 提供者:hupc
  1. OpenGL超级宝典各章源代码01-19

    2下载:
  2. 《OpenGL超级宝典(第二版)》 在本书中,通常每章介绍一个方面的编程主题,并在同一章中给出与此编程主题相关的大量函数及函数说明。另外,许多函数还提供了实用的示例,使读者可以直接在自己的程序中借鉴参考。 本书内容丰富而全面、结构清晰、层次分明,适用于使用OpenGL编程的各个层次的程序员。 本书是有关OpenGL的参考书,它的内容完整而全面,专为使用OpenGL的新版本进行编程的Windows程序员而写。本书适用于希望掌握OpenGL并提高其图形编程的程序员,既可以作为
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:9188058
    • 提供者:罗衫
  1. A02_OpenGL的基本图形

    0下载:
  2. 里面有在Windows下使用OpenGL绘制的几种三维基本形状作旋转的程序代码,程序精概.-inside the Windows using OpenGL 3D rendering several basic shape for the rotary code, the corresponding intensive procedures.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:15654
    • 提供者:田雨
  1. 基于OpenGL编程实现三维虚拟现实

    0下载:
  2. 本文着重于OpenGL扩展的应用。在此基础上,详细阐述Ms Windows环境下VC++6.0中实现的OpenGL 扩展的应用技术,并通过实例加以验证。-This paper focuses on the expansion of OpenGL application. On this basis, Ms elaborate VC Windows 6.0 environment is achieved by extending the OpenGL application technologie
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5028
    • 提供者:高皆
  1. opengl双缓存

    0下载:
  2. 实现双缓存。调用Windows与OpenGL的接口函数.设置OpenGL像素格式.-dual cache. Calling Windows and OpenGL interface functions. Set OpenGL pixel format.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:applered
  1. GLBLEND1

    0下载:
  2. 一个很好的OpenGL融合的例子,可用于制造透明或半透明的特殊效果,注意:在运行程序之前,请将提供的\"*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。如果还需要别的文件请自己配置! -a good example of the integration of OpenGL and can be used to create a transparent or semi-transparent special effects Note : Befo
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:446257
    • 提供者:方怡新
  1. TEXSMPL1

    0下载:
  2. 一个很好的OpenGL纹理映射的例子,注意: 在运行程序之前,请将提供的“DLL\\*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。 -a good OpenGL texture mapping example Note : Before running the program, I would be grateful if the "DLL \\ *. dll files are copied to the system&qu
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:262695
    • 提供者:方怡新
  1. GraphTool

    0下载:
  2. 使用MFC实现一个绘图程序 功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。 使过SkinMagic优化程序界面;-use a drawing program functions : Windows system similar to the drawing program. With drawing, filled with maps, graphics files opened functions. So too SkinMagic optimizat
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:287300
    • 提供者:mars
  1. MyPaint1.0

    0下载:
  2. 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53776
    • 提供者:mars
  1. Delphi画图2

    0下载:
  2. 用delphi开发的windows下的一个绘图程序.-development with the windows of a drawing program.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:683647
    • 提供者:常南
  1. WindowXP

    0下载:
  2. Windows XP interface
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:147244
    • 提供者:刘乾荣
  1. Windows平台下OpenGL汉字处理方法

    0下载:
  2. OpenGL文字的简单的实现,可对中文实现显示-OpenGL simple text, which could be shown to the Chinese achievement
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5639
    • 提供者:周平
  1. OpenglL立方体旋转效果1

    0下载:
  2. 本程序的目的是OpenglL立方体旋转效果,开发工具是VC,本代码在Windows2000下编译通过-the purpose of this program is OpenglL rotating cube effect, development tools is VC, the code compiled under Windows 2000 through
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:50132
    • 提供者:guo
  1. glutdlls36

    0下载:
  2. OPENGL图形开发库,含有运行时动态库及头文件,windows平台。版本:3.6-OpenGL graphics library, containing dynamic run-time libraries and header files, windows platform. Version : 3.6
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:143715
    • 提供者:黄南海
  1. OpenGL光照效果

    0下载:
  2. OpenGL的关照效果编程,为聚光效果,在程序运行前,请将提供的 OpenGL开发库的*.dll文件拷贝到系统的\"Windows(或WinNT)\\system32\\\"目录下。-OpenGL Programming care effect of concentrating effect of the procedure before the operation, I should be grateful if the development of the OpenGL library *.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:261186
    • 提供者:方怡新
  1. QuartTreeNode

    0下载:
  2. qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3533
    • 提供者:zww
  1. 用SDK编写的异形位图演示窗口

    0下载:
  2. 用SDK编写的异形位图演示窗口,这个不是用MFC 编写的-SDK used to prepare a square windows bitmap demonstration, this is not to prepare the MFC
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:162114
    • 提供者:ke
  1. MapDisplay

    5下载:
  2. MapDisplay 是一个矢量图形读取与编辑软件。我们自定义文件格式包括点、线、面、注记四大方面,对于点我们主要读取它的ID、颜色、坐标,而线另外包括线形、线宽,面则另外包括填充色,注记主要是记录ID、颜色、坐标、字体信息,对于这四方面,我们还读一个标记flag,以决定是用基本方法绘图还是用符号库来绘图。另外,为了兼容性,我们也设定它能直接读DXF文件,以处理来自AUTOCAD、Corel Draw等矢量图形编辑软件的数据。 MapDisplay的功能包括读文件并以合适大小来显示地图,并能
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:1653188
    • 提供者:张鹤
  1. wave18135

    0下载:
  2. 我试验的一个Windows Media Player 视觉效果插件-I test a Windows Media Player plug-in visual effects
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:127304
    • 提供者:phx
  1. MAPGIS新狗

    2下载:
  2. MAPGIS HID 虚拟软件狗采用类似虚拟光驱的方法将真实软狗数据及算法硬编码在虚拟驱动程序内,不需要更改原软件任何文件,从而实现补丁与软件的版本无关。此驱动支持微软的98/2000/XP系统平台。现在还未提供此驱动的自动安装程序,现将手动安装方法在下列出: 虚拟驱动在98系统和NT系统下安装均通过系统控制面板内的添加新硬件选项进行安装,不同的是在98下选择人机接口设备类,NT下选择未知硬件类进行安装。安装过程中机器可能提示要你插入Windows 98系统光盘,从而完成驱动程序的安装。(9
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:216970
    • 提供者:啊润
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com