Welcome![Sign In][Sign Up]
Location:
Search - Graphics

Search list

[Graph DrawingsmallGraphicSystem

Description: 较完善的小型图形系统 包涵了很多基本功能,是学习图形和图像者的好示范-better small graphics system covers many of the basic functions, is studying graphics and image of a good model
Platform: | Size: 231424 | Author: lzh3377 | Hits:

[OpenGL programOpenGL_BlueBook

Description: OpenGL Blue Book Introduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three− dimensional objects. With OpenGL, you can control computer− graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to program with the OpenGL graphics system to deliver the visual effect you want.-OpenGL Blue BookIntroduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands forGraphics Library.) It allows you to create interactive programs that produce color images of movingthree
Platform: | Size: 1076224 | Author: Mr .Wang | Hits:

[Otherfoundationofcomputergraphics

Description: foundation of computer graphics 电脑的图形基础入门, 工具运用是MATLAB-foundation of computer graphics computer graphics based income doors tools is the use MATLAB
Platform: | Size: 870400 | Author: kauiyue | Hits:

[GDI-BitmapGraphics-dengzi

Description: 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的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. Rotate2(angle) 10. Scale2(Sx,Sy) 11. 设计事例,对软件包的功能进行检测。 -a simple graphics package. A simple graphic design packages, it has been called the DDA procedures, and include the following functions : 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. Rotate2 (angle) 10. Scale2 (Sx, Sy) 11. Design examples of the package function test.
Platform: | Size: 4111360 | Author: 小青豆 | Hits:

[GDI-Bitmapsoucecode

Description: graphics.h,graphics.cpp 简单的绘图库文件 方便操作-graphics.h, graphics.cpp simple graphics libraries operational
Platform: | Size: 3072 | Author: 徐力 | Hits:

[OtherComputerGraphicsTutorial

Description: 图形学教学的源码。演示本科计算机图形学中常用算法,可单步演示。-graphics teaching source. Undergraduate computer graphics demo commonly used algorithm, single-step demonstration.
Platform: | Size: 196608 | Author: sduhd | Hits:

[Other Riddle gamespintugaga

Description: 本练习制作拼图游戏,运行效果如图99-1所示。执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-pieces of the jigsaw operation results as shown in Figure 99-1. The implementation of this example, using the mouse Drag the selected small mosaic images, makes up a complete picture. Examples of knowledge of the point : the mouse eavesdropping, Graphics and Image category type applications.
Platform: | Size: 816128 | Author: 邓拓 | Hits:

[Graph programjsjtx

Description: DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-matrix display algorithm Program friends of Liang Dong-barske Algorithm Program
Platform: | Size: 23552 | Author: 林明清 | Hits:

[Graph programgraphics11

Description: 计算机图形学课程设计 包括画基本图形并可实现平移 转置 缩放等功能-computer graphics design courses include basic painting graphics can achieve translation to home scaling function
Platform: | Size: 108544 | Author: | Hits:

[2D GraphicGaphics

Description: 我是一名大学的学生,我没有做过很复杂的编程练习,这也是我第一次上传源程序,这次上传的是我做计算机图形学的练习时在WIN-TC环境下所编的一些程序,其中有二维图形的基本变换(平移,旋转,错切,放缩,对称)的动画演示、三维图在二维平面上的消隐图的显示、线条的裁减、抛物线的绘制以及B样条曲线的绘制,程序中有详细的注释,希望对学生朋友们能够有所帮助。-I was a university student, I had not done a very complex programming exercise, This is the first time I upload source. this is the upload computer graphics, I do exercises at the WIN-TC environment prepared by some of the procedures, these are the basic 2D graphics transform (translation, rotation, Shear, Zooming, symmetric) animation demonstration, three-dimensional map of the two-dimensional plane of the hidden map, the lines cut, the parabolic mapping and B-spline curves mapping, detailed procedures of the Notes, and I hope to the students friends to help.
Platform: | Size: 5120 | Author: 李好 | Hits:

[2D Graphic2Dtrans

Description: 二维图形的变换,包括平移,放缩,旋转,对称,错切-transform two-dimensional graphics, including translation, scaling, rotation, symmetrical Shear
Platform: | Size: 1024 | Author: 李好 | Hits:

[OpenGL programAdvancedGraphicsProgrammingUsingOpenGL

Description: Advanced Graphics Programming Using OpenGL.此书较详细讲些了OpenGL编程方法。讲解了OpengGL编程的基本原理,及高级应用。-Advanced Graphics Programming Using Open GL. the book stresses more detailed than the OpenGL programming method. The OpengGL programming on the basic principles and advanced applications.
Platform: | Size: 6498304 | Author: ff | Hits:

[OpenGL programemmisivelighting

Description: 辐射度光照演示,用vc++和opengl,cg开发c for graphics-radiometric light demonstration using vc and borders, cg development for graphics c
Platform: | Size: 208896 | Author: | Hits:

[2D Graphicow_graphlib

Description: Open Watcom Graphics Library Sourcecode -Open Watcom Graphics Library Sourcecode
Platform: | Size: 356352 | Author: Kostya | Hits:

[OpenGL programOpenGL-shiqu

Description: 基于visualc++ opengl,实现了三维图形的拾取功能,供学习游戏制作和计算机图形学的朋友借鉴。-based visualc opengl, realized 3D graphics picking function, learning games for the production and computer graphics from a friend.
Platform: | Size: 27648 | Author: xczhang | Hits:

[WEB Codenet2Graphics

Description: asp.net2 平台下 c#编写的图形绘制程序-asp.net2 platform c# prepared by the graphics drawing program
Platform: | Size: 6144 | Author: whao | Hits:

[matlab9y9odUf4

Description: 有关时频分析做三维图形的源程序,该程序可以绘出信号,频率,以及时频三维图形,对信号的特性分析可以较好把握!-the time-frequency analysis to do 3D graphics source files, the program can draw signal frequency, and the time-frequency 3D graphics, the signal characteristics can better grasp!
Platform: | Size: 1024 | Author: 王剑 | Hits:

[OpenGL programAngelOddSlns

Description: Interactive Computer Graphics A top down approach using OpenGL 一书的习题答案。-Interactive Computer Graphics A top down a pproach using the OpenGL an answer to the questions.
Platform: | Size: 263168 | Author: 王征 | Hits:

[GDI-BitmapWindows_Graphics_Programming_Win32_GDI_and_DirectD

Description: 这是一本好书 值得正在学习计算机图形学的XDJM们-This a good book is worth studying computer graphics we see the XDJM
Platform: | Size: 15217664 | Author: sxh | Hits:

[OpenGL program20040509delphiOpenGLshili

Description: opengl的计算机图形学编程实践有人要的旅顺就尽管下载就是的我有的是时间,不怕你不下,只必有-opengl computer graphics programming practice was to Lushun on the download is despite some of the time I , not afraid of you down, there must be only
Platform: | Size: 86016 | Author: liangling | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net