搜索资源列表
Computer Graphics
- 图形学的基本算法和功能. 其中有种子填充,纹理绘制等等 -graphics, the basic algorithm and function. Filled with seeds, texture mapping, etc.
Sams - Managed DirectX 9 Kick Start - Graphics And
- Sams - Managed DirectX 9 Kick Start - Graphics And Game Programming - CODE (CSHARP).rar
Graphics-dengzi
- 一个简单图形软件包。 设计一个简单图形软件包,它调用已有的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(S
graphics.rar 图形设计
- 本程序是图形的设计,比较简单 可以画线,圆和椭圆 并可以平移,旋转,选择删除,回退,保存 打开图形,The code is used to graph design. It can draw line,draw circle,draw ellipse.The graph can be rotated,translated and selected delete,undo,save.
NDS-R4-Theme_Eider_V1.16.rar
- NDS R4烧录卡内核主题编辑器,是一个为NDS的R4烧录卡主题皮肤修改,主题皮肤编辑,主题皮肤制作而专门做的软件,它支持BMP,JPG,JPEG,GIF类型图片。能自由放大,缩小,翻转等编辑,可以添加图形,文字。图形可以用户自由添加,自己做素材库。 可以自由更改系统文字颜色,编辑时极为人性化,不需要再慢慢研究theme.ini里复杂的代码。 软件支持多种语言,现在暂时有字库:简体中文,繁体中文,英语,日语。,GBA NDS R4 core theme editor, is a burn c
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i
Windows-Graphics-Programming
- windows图形编程,详细介照了windows下GDI开发所需的知识点,还包括其他一些比较具有深度的内容。-windows graphics programming, according to the windows refer in detail under the development of the knowledge point of GDI, but also includes other content of some of the more in-depth.
Graphics
- 从指定的文本文档读出数据存放在数组里面,并根据数据做出波形图(说明:数据存放在test.txt文件中),以编译通过-Read data from the specified text documents stored in an array of inside, and make the data waveform (Note: The data stored in the test.txt file) to compile
SharpVectorGraphics.0.3-src
- Sharp Vector Graphics Lib
Graphics
- VC图形编程的一个简单工程-VC graphical programming of a simple project
Graphics 实习2
- 图形学的上机实习,第二次作业!-graphics on the machine attachment, the second operation!
Graphics 实习3Transformation
- 图形学上机第三次实习设计! 二维变换及三维投影!-graphics on the plane third internship design! Two-dimensional and three-dimensional projection transformation!
graphics
- 在VC下实现turborC中的graphics.h库,可以在VC使用。-In the VC in the graphics.h achieve turborC library, you can use the VC.
GI.Graphics.Programming.with.DirectX.9-Module.II.
- Graphics Programming with Direct X 9 Module II (14 Week Lesson Plan)
Pro.NET.2.0.Graphics.Programming
- .net 2.0学习英文电子书,《Pro .NET 2.0 Graphics Programming Eric White 》-. Net 2.0 learning English e-books, " Pro. NET 2.0 Graphics Programming Eric White"
Graphics-Examples
- C# 中实现图形现实, 编辑,保存,以及画图的源程序。-C# to achieve realistic graphics, edit, save, and the drawing of the source.
graphics
- graphics.h for dev c-graphics.h for dev c++
GRAPHICS
- IDL 3 Graphics lib 90
Graphics-master
- Graphics Toolkit C++ Line Bezier Spline Ploygon
graphics clipping
- 这份代码是计算机图形学中基础的图形裁剪算法。(This code is a graphic cutting algorithm based on computer graphics.)