搜索资源列表
MyPaint1.0
- 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
绘制梅花曲线
- 这是一个计算机图形学当中用从c++编译出来的小程序,希望会给读者带来帮助-This is one of them using computer graphics c compiler from the small procedures in the hope that readers will help
图形交互绘制功能
- 实现图形交互工具:把交互图形操作功能抽象出来,设计一个工具类层次,实现了初步的图形交互绘制功能。-interactive graphics tools : put interactive feature abstract graphics, and design a class hierarchy tool, achieving a preliminary mapping of interactive graphics functions.
041120626
- 可以绘制图形,对图像进行编辑,对图像进行边缘检测、中值滤波,去噪等。 -mapped graphics, image editing, image of edge detection, filtering, such as denoising.
Example031
- -鼠标绘图,可以根据自己不同的需要绘制图形,供大家参考。-- mouse cartography, may be different according to oneself needs to draw up the graph, for everybody reference.
WinMain_lyon
- 在控制台窗口操作鼠标及绘制图形,当需要对图象进行加工处理时就需要设计各种图形绘制事件。-console window operation in the mouse and drawing graphics, When the needs of image processing on the need to design graphics rendering incident.
Bezier_curvemode
- 计算机图形学作业!c++写!运用B样条绘制图形的算法-computer graphics operations. C write! Use of the B-spline Rendering Algorithm
HappyDraw
- 一个简单的绘图程序,MFC ,C++,鼠标放在画布上移动即可绘制图形线条。-a simple drawing program, MFC, C + +, the mouse movement on the canvas graphic lines can be drawn.
rt_demo20060317
- 这是一个非常好的动态绘制图形曲线的软件,对于做数据显示方面软件的朋友绝对有很大帮助。-This is a very good dynamic curve drawing graphics software For data do show aspects of the software is absolutely great friend to help.
TestRichEdit
- 实现了在VC环境下在RichEdit控件中绘制图形,类似QQ消息编辑框
speciallyEffect
- 这是在EVC环境下的一个绘制图形的程序,希望对大家的编程有所帮助。
Congregate45
- 简单的绘制图形,二维的各种各样的图形,还是一个简单的CAD系统
Graphic
- 命令绘制图形系统!简单!虽然bug比较多!
EastDraw
- VC界面 绘制图形软件 涉及直线 曲线绘制 可以定位坐标
wanren
- 简单的图元绘制程序,可以在执行窗口中绘制图形,例如矩形,曲线,椭圆,并且可以放大和缩小
Graphic
- 一个简单的绘图程序,有背景图片,适合初学者学习 绘制图形,包括设置颜色,线条粗细,
drwExample
- 实现了鼠标交互的所有功能,包含对绘制的图形通过鼠标滚轮进行无极缩放以及任意拖动.-Mouse interaction achieved all the features included on the map graphics through mouse wheel to zoom Promise and arbitrary drag.
flot-0.6
- 可通过html页面的表格自动绘制图形报表。有饼图、柱状图等-Html page form can be automatically drawn graphical reporting. There is a pie chart, histogram and so on. .
my
- c#语言 Devexpress设计的界面。 基于ArcEngine的基础设计 包括:打开、保存、另存地图文档, 地图的放大、缩小、平移等, 图层的移动、删除、显示属性表等, 绘制图形:画线、画面、画圆、画矩形等, 空间数据的导入等。-c# language Devexpress design interface. ArcEngine based on the design include: Open, Save, Save the map document, ma
DDA绘制图形
- 读取TXT文件用DDA算法绘制图形,TXT文件每行为两个坐标点