搜索资源列表
2006010511
- dda、bresenham 画直线 ,bresenham 画圆 ,填充算法,几何变换(平移、缩放、旋转等), 小型绘图软件(用鼠标绘制直线、矩形、多边形、圆、填充、平移)-dda, bresenham painting straight bresenham Circle, filling algorithm, Geometric Transformations (translation, scaling, rotating, etc.), small graphics software (u
绘制各种图形-直线-多边形
- 1.PaintDCDemo 演示如何利用用类CPaintDC绘图。 2.ClientDCDemo 演示用类CClientDC管理用户区。 3.CPenDemo 类CPen的使用。 4.CBrushDemo 演示刷子CBursh的使用。 5.CRgnDemo 演示CRgn的用法。 6.MapModeDemo 演示不同映射模式下图形绘制。 7.DrawPointDemo 演示点的绘制。 8.DrawLineDemo 演示绘制直线。 9.DrawPol
ExhCAD_1_01a_Final
- 《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Final)》为自由软件,采用增量软件开发模型,并用UML对软件进行 建模,以便更新。 该版本只是对换热器的最简单的形式做出设计,而且程序在计算 (包括设计、校核两部分,其中校核部分未编)、绘图过程中都作了简 化,虽然采用了参数化绘图,并能进行简单的数据管理,但没有考虑 换热器的插入件、安装(待编)等因素的影响,特别是在绘图中用 Automatuion技术绘制了管子部分,并对一些常
1DrawLine
- vc编的绘图程序,算法维图形学中的非库调用有圆,线条等,有颜色选择.-vc addendum to the drawing process, algorithm-dimensional graphics, which called for a non-circular, such as lines, color choices.
graphicshow
- 计算机图形学算法演示系统,包括各种绘图,曲线,直线,变换等等算法,较实用。-algorithm in computer graphics presentation systems, including drawings, curves, straight lines, etc. Transform algorithm, and more practical.
sha_1
- 还是图形学的作业,投影.先点击左键画图,点右键表示结束绘图,再点左键则投影开始,可在不同方向上投影-or graphics operations, the projector. Click on the menu to draw first, the end of said right-point mapping, Left another point projector, the projector different direction
DrawLib.rar
- 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
halagougou
- 通过一个图形用户界面(GUI)演示常见的三维函数图形,演示sphere函数曲面、变化的cylinder曲面绘图、变化的多峰函数。并且可以对以上三个函数进行加网格,坐标边框,以及对函数进行色度变换。-Through a graphical user interface (GUI) presentation function common three-dimensional graphics, presentation function sphere surface, changes in cyli
200671232954763
- 一个用VC做的简单的绘图及图像处理程序,希望给初学者有帮助。-A VC to do with simple graphics and image processing procedures, hoping to help beginners.
image
- 绘图,绘制基本的图形操作,比如直线,椭圆,矩形以及文本的写入,此外还设置了字体颜色,线条类型-Drawing, drawing basic graphics operations, such as a straight line, oval, rectangular, as well as write the text, in addition to setting the font color, line type
MATLAB
- matlab中绘图的方法 二维数据曲线图 隐函数绘图 图形修饰处理 图像处理与动画制作-matlab in the method of two-dimensional graphics data curve implicit function modified graphic graphics processing image processing and animation
computer_graphics
- 解压包中为计算机图形学方面的有关教程,详细介绍了计算机图形学方面的有关知识,以及几种绘图软件的使用。-Unzip the package for the computer graphics-related curricula, detailed computer graphics-related knowledge, as well as the use of several mapping software.
Demo
- VC++编写的一款简单绘图工具程序,具备基本绘图功能-VC++, prepared by a simple drawing tools procedures, have the basic graphics
200632590210
- 计算机图形学的基本程序 能实现绘图 裁剪 填充等功能 还有光照,阴影的效果 适合于计算机图形学编程爱好者-Computer graphics to achieve the basic procedures for mapping and other functions have cut fill light, the shadow of the effect of fit in the computer graphics programming lovers
matlab6.5chengxu
- 第一章 MATLAB6.5 基础 第二章 MATLAB 图形绘制基础 第三章 MATLAB 图形对象 第四章 MATLAB 图形对象操作 第五章 GUI 设计 第六章 MATLAB 特殊图形的绘制 第七章 MATLAB 高级绘图功能】 第八章 数字图像原理 第九章 MATLAB 图像显示与色彩 第十章 MATLAB 图像正交变换 第十一章 滤波器的设计 第十二章 MATLAB 图像运算 第十三章 MATLAB 图像增强 第十四章
VMLgraphics
- 简单的VML绘图实例,可以实现画圆和线,并且可以任意拖动-VML graphics simple example, you can achieve drawcircle and lines, and can drag
Drawtool
- 方便的绘图小工具软件,可实现基本的绘图及图像处理功能-To facilitate drawing a small tool that enables the basic graphics and image processing functions
computergraphics
- 实现简单几何绘图,图形变换,裁剪,填充,旋转,平移-To achieve simple geometric drawing, graphics conversion, cutting, filling, rotation, translation
DirectDraw-Double-Buffered
- 通常在绘图的时候,你都不会直接在BeginPaint或CDC中使用HDC,如果你这样做了,那么当你绘制很多东西的时候,就有可能造成图像的闪烁。双缓冲就是用在这里实现图像的平滑的更新的。 有很多实现的方法,一种是在内存中创建一个兼容的HDC,然后拷贝内存到可见的HDC,另一种是我现在用的一个方法,使用一个DirectX的子集DirectDraw,实现一个接口的实例类CDXSurfaceMgr,实现双缓冲。-Double Buffered Graphics using DirectDraw Th
MATLAB载入txt数据并绘制其图的代码
- txt数据在MATLAB里载入并plot绘图,含数据(txt)文件(Txt data is loaded in MATLAB and plot graphics, including data (txt) files)