搜索资源列表
gisdraw_tracer
- 一个相当不错的绘图程序,包括了基本的画线,画面,画多边形的功能以及拖动,移动,编辑,打印等,更可贵的是该程序在实现拖动时有效避免了闪屏问题,值得学习-a pretty good drawing program, including the basic line drawing, face painting and polygon functions, and drag mobile, edit, print, more valuable is the process in achieving e
VCDOTNETJCBCBL
- 绘图例子,进行参考和模仿,一个相当不错的绘图程序,包括了基本的画线,画面,画多边形的功能以及拖动,移动,编辑,打印等,更可贵的是该程序在实现拖动时有效避免了闪屏问题,值得学-Mapping example, reference and imitate, a fairly good mapping procedures, including the basic line drawing and picture polygon features paintings and Drag, moving,
xplhx
- 《橡皮条画线》C语言 (可供C语言图形编程参考) 本程序模拟许多绘图工具中的画线方法和画框方法 其中工具条上的各个按钮的功能是: 1、画线(快捷键“l”) 2、画框(快捷键“f”) 3、剪去框外的直线(快捷键“c”) 4、刷新(快捷键“r”) 5、新建(快捷键“n”) 6、退出(快捷键“Esc”) 最左边的十字架用鼠标拖动时可以移动工具条 左上角的 framepoints为所画矩形框的左上角坐标和右下角坐标 mouse为鼠标当前坐标 li
CAD
- 完整的CAD绘图系统。 简易二维平面CAD 画线、圆、方,可移动、复制、镜像 -integrity of the CAD system. Simple 2D CAD line drawing, round, side, mobile, copy, mirror
DrawPane
- 简单的绘图程序,利用双缓冲的技术实现!可以画线,圆等基本图形。-simple mapping procedures, the use of double buffering technology! It drew lines, round basic graphics.
2D_SmpCAD
- 入门级2D绘图CAD程序,包括画线、画圆、画三角形、画矩形,以及拾取、平移、旋转、镜像等功能,同时配备详细的文档实现说明(为《工程计算机图形学》一书的一章节)-entry-level 2D CAD drawing procedures, including line drawing, Circle, Triangle painting, drawing rectangles, and pick up, translation, rotation, Mirror, and so on with d
MFC_SDI
- 本软件实现多种功能,可以简单绘图,比如画线,画圆,画矩形,而且内嵌一播放器,可播放WAV,MIDI,AVI三种多媒体文件,效果可爱,欢迎交流-the software to achieve a variety of functional and simple drawings, such as painting lines, the Circle, rectangular paintings, but incorporates a player, broadcast WAV, MIDI, AVI
Minechen_Draw
- 计算机图形学绘图程序,能实现画线,填充,移动,变换等功能。-computer graphics mapping procedures, able to line drawing, filling, movement, transformation, and other functions.
DrawLine
- 适合mfc初学者的学习绘图程序。 DrawLineDoc.h,DrawLineDoc.cpp - 文档 这些文件包含 CDrawLineDoc 类。 文档将具有下列字符串: 文件扩展名: line 文件类型 ID: line 主框架标题: 画线 文档类型名称: 线图 筛选器名: Line Files (*.line) 文件的新简称: line 文件类型全名: line DrawLineView.h,DrawLineView.cpp - 文档的视图
2DMFC
- 我自己写的一个基于MFC的2D绘图软件,里面包含各种基本的2D图形绘制算法,如跟踪画线,框,圆,贝赛尔曲线等,希望对初学者有用!本程序可直接用Visual 2003.Net打开。
Demo_Project_src.VC++下的绘图抗锯齿技术
- VC++下的绘图抗锯齿技术,通常用GDI绘图,在画园或者斜线的时候会产生锯齿,这份代码提供了抖动画线的技术,让绘图更加细腻,VC++ under the mapping of the anti-aliasing technology, usually with GDI drawing, or a slash in the paint when the park will have jagged, the code provides a line Buffeting animation techn
在OpenGL中实现基本的计算机绘图
- 在OpenGL中实现如下基本的计算机绘图功能: 1.为屏幕显示定义一个坐标系统; 2.熟悉绘点函数,并上机实习课件上的几个画点函数的例子; 3. 熟悉画线方法,并熟悉不同的画线状态,并上机实习课件上的几个画线函数的例子; 4. 在模板中添加代码,实现DDA法和Bresenham法绘制直线图元; 5.实现Bresenham法绘制圆图元; 6.实现中点法椭圆图元的生成(选做); 7.掌握顶点阵列和象素阵列绘制图元的方法,用顶点阵列绘制一个长方体,并设置表面颜
palette
- 小型绘图系统(VC++) 实现类似于windows的画板的功能。画点,画线,做2次开发比较好。 -Small-scale mapping system (VC++) To achieve similar functionality windows of the drawing board. Painting points, drawing lines, to do 2 times the development of better.
graph
- 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
MIx
- 包含几种不同绘图方法:中点画线,Bresenham画线,画多边形,小球动画-Contains a number of different mapping methods: in the line stipple, Bresenham line drawing, polygon drawing, animation ball
tuxing
- 用C++编写的图形编辑器,可实现画圆,椭圆,矩形,直线,手画线等功能-Using C++ to prepare the graphics editor, can be realized Circle, oval, rectangular, a straight line features hand-drawn lines
demo
- 基于MFC对话框做的绘图程序,可以修改对话框的显示背景和画线等-MFC dialog-based drawing program to do, you can modify the display of the dialog box background and draw lines
windows程序设计GDI函数编写绘图软件
- 使用c++开发,windows程序设计GDI函数编写的可以实现画线,画图,字体,线的粗细颜色等功能,模仿电脑上的画图工具
delphi画图2system
- 这个一个delphi编写的个人图形系统 能以矢量方式保存图像,支持画线,方形,椭圆,圆,填充颜色,移动图形,删除图形等(This is a delphi prepared by the personal graphics system Ability to save images in vector mode, support lines, squares, ellipses, circles, fill colors, move graphics, delete graphics, etc
OpenGL2绘图
- openGL的画线程序,可以画出三维坐标线,保证能用,适合初学者。(OpenGL draw line program, you can draw three-dimensional coordinates, to ensure that you can use, suitable for beginners.)