搜索资源列表

  1. viewport

    0下载:
  2. VC下实现快速无闪烁的矢量图绘制,可以自定义坐标和显示范围-VC achieve rapid Flicker-free vector graphics rendering, can define and demonstrate the scope of coordinates
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:39936
    • 提供者:孔繁星
  1. Graphics-dengzi

    0下载:
  2. 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的DDA程序,并包括如下功能: 1. Window(x1,y1,x2,y2) 2. Viewport(x1,y1,x2,y2) 3. MoveTo2(x,y) 4. MoveBy2(x,y) 5. LineTo2(x,y) 6. LineBy2(x,y) 7. Shift2(dx,dy) 8. Pivot2(x,y) 9.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-25
    • 文件大小:4111360
    • 提供者:小青豆
  1. Viewport

    0下载:
  2. OPENGL用于三维图像显示的变换不同视图的源码程序-OPENGL for three-dimensional image display different views of the transformation process of the source
  3. 所属分类:OpenGL

    • 发布日期:2024-05-25
    • 文件大小:2008064
    • 提供者:李晓洁
  1. sf_2008411

    0下载:
  2. 跨平台2D引擎,任何图形设备(2d/3d)均可使用 精灵引擎包括:精灵(支持HotPoint),45度斜角地图,图层,ViewPort,层管理器。 图形引擎包括:ISurf通用2D绘图接口。目前有一个DDraw7的实现;IFont接口。还有一个CGdiFont实现。 *声明:欢迎学习研究或修改,未经本人许可,严禁用于商业用途 Copyright instemast 精灵引擎部分,我发现SUN的J2ME设计的还
  3. 所属分类:游戏

    • 发布日期:2024-05-25
    • 文件大小:39936
    • 提供者:test
  1. ViewPort(slider)

    0下载:
  2. 用slider(滑动)控件控制视图的放大和缩小 视口跟窗口的变换算法,坐标系之间转换-Use slider (sliding) control control view, as I zoom in and out with the window transform algorithm, coordinate system conversion between
  3. 所属分类:界面编程

    • 发布日期:2024-05-25
    • 文件大小:55296
    • 提供者:noah
  1. 1197876686767rendertotexture

    0下载:
  2. 这个程序demo了怎样使用glCopyToTexture函数绘制。这个纹理是应用在一个立方体上的。-This app demonstrates how to render to a texture using the glCopyToTexture function. I have used one of my old projects to create a interesting effect (Blending colors).
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:120832
    • 提供者:猴子
  1. viewport

    0下载:
  2. its a port viewing program
  3. 所属分类:界面编程

    • 发布日期:2024-05-25
    • 文件大小:5120
    • 提供者:palanivelrajan
  1. aaa

    0下载:
  2. 这是用MFC编写的使用openGL的视口代码。 CChildView::CChildView() 构造函数 CChildView::~CChildView() 析构函数 BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射 BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数 BOOL CChildView::PreT
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:徐国华
  1. ACG_5_viewport

    0下载:
  2. camera viewport in opengl
  3. 所属分类:OpenGL

    • 发布日期:2024-05-25
    • 文件大小:22528
    • 提供者:mattash
  1. viewport.tar

    0下载:
  2. opengl Viewport实例代买,模仿了3dmax四个视图窗口的例子-The OpenGL function glViewport allows to define the region of the window where the final image will be mapped. This example shows an object from different points of view. Use le
  3. 所属分类:OpenGL

    • 发布日期:2024-05-25
    • 文件大小:4096
    • 提供者:马兵
  1. viewport

    0下载:
  2. This a simple OpenGL program show you how to use viewport in the programming codes.-This is a simple OpenGL program show you how to use viewport in the programming codes.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:崔辉
  1. panel-viewPort

    0下载:
  2. 使用最先进的extjs4.0技术,结合asp.net方法,生成的viewport,方便搭建框架-Use most advanced extjs4.0 of technology, combined with the asp.net method to generate the viewport, and convenient to build the fr a mework
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:genius
  1. viewport-Cohen-programming-algorithm

    0下载:
  2. 计算机图形学课程中 的 窗口和视区Cohen 编程实现算法-Courses in computer graphics window and viewport Cohen programming algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:177152
    • 提供者:江天
  1. multi-viewport

    0下载:
  2. 利用opengl实现多视区显示,设定四个视区,分别显示curve.cpp中sinc( ) 、rose( )、hart( )、involute( )函数绘制的曲线。-OPENGL realize the use of multi-viewport display,Set four viewport
  3. 所属分类:OpenGL

    • 发布日期:2024-05-25
    • 文件大小:6144
    • 提供者:林盛烁
  1. ViewPort

    0下载:
  2. 在GDI绘图中,关于窗口和视口的相互关系和操作总会令很多人迷茫,本程序做了一个实例,读源码可以认真体会如果操作窗口和视口。搞懂了两者的关系就可以做view的缩放等操作了-In GDI drawing, the relationship between the Federation and the operating window and viewport on a lot of people confused, this program
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-25
    • 文件大小:3690496
    • 提供者:rsgis
  1. phy-ulpi-viewport

    0下载:
  2. ulpi viewport wait for Linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:gerfingwao
  1. phy-ulpi-viewport

    0下载:
  2. ulpi viewport wait for Linux v2.13.6.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:fvrtqei
  1. viewport

    0下载:
  2. viewport with motif in opengl
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:4096
    • 提供者:esEch
  1. viewport

    0下载:
  2. \file viewport.c glViewport and glDepthRange functions.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-25
    • 文件大小:3072
    • 提供者:qtmwrw
  1. viewport(CAD)

    0下载:
  2. 修改CAD数据库的视口,包括当前文件和外部文件的视口-Viewport modify CAD , including the current file and external viewport
  3. 所属分类:文档资料

    • 发布日期:2024-05-25
    • 文件大小:11264
    • 提供者:颜桂明
« 12 3 4 5 »

源码中国 www.ymcn.org