搜索资源列表
Sketch
- 学习用的,很简单的图形界面.它是一个简单的界面,加事件,以及2D的图形绘制的例子-the study, a very simple graphic interface. It is a simple interface, plus events, and the 2D graphic example
picture112
- 这是我用JAVA写的2D图表描制系统。能绘制各种常用的2D图形,比如正方形、长方形、圆形、椭圆、线条等等!-This is what I used to write Java 2D graphics system depiction system. Commonly used to draw various 2D graphics, such as square, rectangular, round, oval, line, etc.!
tuxingxueshiyan3
- 实验三 图形交互技术 实验目的: 1、通过本次实验,掌握图形输入和交互技术的方法。 2、掌握部分图形交互技术的实现方法。 3、进一步熟练编程语言环境中图形绘制技术。 实验内容: (必做)1、综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图形的绘制。 (选做)2、使用2D变换原理,绘制一个2D图形,然后用键盘或鼠标控制使它能进行适当的2D变换。 -three experimental interactive graphics technology
touying-CSharp
- 本程序是使用VisualC#编制的一个投影变换演示程序,实现从3D长方体投影至2D平面的图形绘制,并演示了图形绕轴旋转的过程。-use of this procedure is the establishment of VisualC# 1 Projection Demonstration Program, D. realized from three to two rectangular projection plane D graphics rendering, and presentati
dx9_d3dxsprite
- 如何运用D3D中的精灵来绘制2D图形,3D做2D的基础
2DMFC
- 我自己写的一个基于MFC的2D绘图软件,里面包含各种基本的2D图形绘制算法,如跟踪画线,框,圆,贝赛尔曲线等,希望对初学者有用!本程序可直接用Visual 2003.Net打开。
GISandCAMapplications
- CanvasGIS is an object oriented 2D graphics drawing component. It s a part of MVisionTech open source GIS and data visualization framework. CanvasGIS had been used in the GisMap component presented in my previous article. Many applications requi
OpenGL-2D-Drawing-GDI-Slow
- 使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。
二维图形基本变换
- 使用2D变换原理,绘制一个2D图形,并进行图形基本变换-use 2D transform, drawing a 2D graphics, and basic graphics transformation
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码
- 使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码
2D图形变换
- 通过C++实现简单的2D图形绘制 并且能够让图像以一定的规律变换 比如旋转啊
NEHEOPENGL
- NeHe OpenGL(中文) OpengGL 入门必备教程 NeHe SDK 创建基本框架 怎样使用SDK 配置对话框 视口和绘制函数 2D字符 纹理 框架结构 教程目录 01:OpenGL窗口 02:多边形 03:添加颜色 04:旋转 05:3D空间 06:纹理映射 07:光照和键盘 08:混合 09:移动图像 10:3D世界 11:飘动的旗帜
eidter
- 使用openGL绘制简单2d,3d图像。绘制正弦曲线等数学图形。-The use of openGL drawing simple 2d, 3d image. Sinusoid, such as rendering graphics mathematics.
splineinterpolation
- 2D图形算法,基于三次样条插值的曲线绘制,用MFC开发。-2D graphics algorithms, based on cubic spline interpolation of the curve drawn with MFC development.
Qplot
- 交互式的matlab plot绘图工具,绘制二维三维图形.-QPLOT interactive ploting program Qplot opens a standadr MATLAB figure with three options added to the menu bar: Qfile, Qoptions and Qgraph. Under Qfile you can read data files (text or Excel). Under Qoptions you can
Graphics_opengl
- 在VS2008下使用OpenGL的库来绘制基本2D图形的源代码-Using VS2008 based on OpenGL Lib draw the 2D graphics(including source code)
qwt-5.2.1
- qwt-5.2.1 非常有名的基于QT的控件,用来绘制2D图形,包括曲线,柱状图等等。-qwt-5.2.1 is known QT-based control, used to draw 2D graphics, including curves, histograms, etc..
a_simple_2d_cad_system_with_dynamic_capture_functi
- 一个具有动态捕捉功能的简易2dCAD系统,能灵活绘制一般的简单图形,同时能检测多边形的方向和凹凸性以及点和多边形的关系-A simple 2d CAD dynamic capture system, the flexibility to draw simple graphics in general, but can detect the direction and the concave and convex polygons, and the relationship between poi
HoHo_src
- 3D高速发展的今天,3D加速卡的性能不断提高,3D的使用也越来越广泛,但同时,2D也一样在发展(虽然以后将是3D的天下),如果把3D的性能思想带入2D中来,那也将为2D带来更好的性能与画面效果。本引擎就是利用3D硬体来为2D图形所用,并且同时支援了无硬体的2D绘制。除了图形图像处理外,本引擎还包含了游戏项目中所需的各项技术,包括网络互连、应用层支持-Today, the rapid development of 3D, 3D accelerator card improve the perfor
GraphicsShape2DDemo
- 这是一个关于绘制2D图形的程序,含有源代码,分类清晰,易于学习。-This is a program about painting 2D graph with source codes and easy to learn .