搜索资源列表
drawing
- 可以进行 简单的 图形处理 软件,如 灰度的调整,颜色的处理,和一些简单的效果图。-Can handle simple graphics software, such as gray-scale adjustments, color treatment, and the effect of some simple graph.
CMapSystem
- 1、用对话框形式显示用户对输入子图的选择,包括选择子图类型(子图库),子图线颜色以及子图区域填充颜色(颜色表)。 2、实现绘图区各图形的颜色属性的更改,具体是单击图形操作菜单项,在单击编辑区域参数,或编辑线参数。然后就可以对绘图区的各种类型的图形进行相应的参数编辑。具体是以上操作完成后,右击你所要编辑的图形,然后就弹出对话框(颜色表),对颜色进行编辑。同时颜色表对话框中各颜色可通过双击对应颜色项进行编辑。 3、可以在图上实施放大、缩小、移动。放大缩小是通过鼠标操作的。将你的鼠标位置置于所
graph
- 画曲线的demo,这是完整代码,用vc6能直接编译。已经测试过。-This is a demo of drawing curve. It s very useful for engineering programme.
StatusChart
- 可以直接用的一个C#图表绘制控件,能做出很漂亮的折线图、饼图等-Can be directly used in a C# graph drawing control, can make a very nice line graph, pie, etc.
graphi
- 1.如何通过读取位图资源显示位图?11.如何设置屏幕上某点的颜色?14.如何转换图像文件格式?8.如何实现图形的拉伸显示效果?-1. How to read bitmap display bitmap resources? 11. How do I set the color of a point on the screen? 14. How to convert image file format? 8. How graph drawing display?
work
- 双缓冲二维动态图形绘制。图形可以自己建模。简单易懂。-Double-buffered drawing two-dimensional dynamic graph. Graphics can be their own modeling. Straightforward.
DrawCode
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。 -MFC message mapping mechanism analysis, about how to use the ClassWizard,, understand t
Drawing-and-Delaying
- 这种简单方法利用cleardevice()和delay()函数相互配合,先画一幅图形,让它延迟一个时间,然后清屏,再画另一幅,如此反复,形成动态效果。-This simple method uses cleardevice () and delay () function with each other, first draw a graph, let a time delay, then the screen is cleared, and then draw another one, and
magda-1.0.tar
- 一个绘图应用Magda,Magda is Aesthetic Graph Drawing Application. -Magda is Aesthetic Graph Drawing Application.
Graph
- 一个画图功能的实现,对初学者有很好的学习参考价值-Picture Drawing
vector-drawer
- source codes written in VB ,a perfect vector graph drawing tool。It contains some GDI examples。Hope its helpful for u。
treechattest1
- 绘制一个实时曲线图,横坐标是时间,随着时间的增加,曲线整体向左移动,是动态的曲线绘制。左侧的点隐藏,右侧不断增加一些新的点,曲线开始输出100个随机的点,后面平稳输出。-Draw a real-time graph, the abscissa is time, as time increases, the whole curve to the left, is a dynamic curve drawing. The point behind the left and right constan
FreqAssign
- 频谱分布图形能够显示一个频率段中各个频率的使用用途,通过一个Wnd绘图显示在MFC界面上。-Spectrum distribution graph to show the intended use of each frequency in a frequency band, a Wnd drawing on the MFC interface.
MyPalette
- “画图板”程序是用来绘制各种几何图形的画图小程序。该程序主要包括一些功能: (1)绘制各种几何图形 支持鼠标绘制直线、曲线、矩形、椭圆、封闭任意多边形、圆弧、饼型。 (2)添加文字标注 支持添加文字标注,为绘图作品或绘制图形进行文字说明。 (3)设置画笔和填充 支持选择画笔属性(线宽、线形、线色);支持选择填充属性,即刷子的(颜色、样式)实现对封闭图形的填充。 (4)保存和导入图形文件 支持将当前绘制的图形保存为文件(扩展名为.ple)。支持从磁盘中打开扩展名为
MathDrawer
- 绘制函数图形,可自定义函数,支持放大、缩小、平移,采用Windows内置函数绘图,可对该代码进行修改,用于类似图形绘制中。 -Graph a function, custom functions, support zoom in, zoom out, pan, using the Windows built-in functions drawing, you can modify the code for a similar graphics rendering.
Stock
- MFC绘制K线图,没有.day文件,看到的比较好的MFC绘制K线图源码,分享一下-MFC drawing K-line diagram, there is no day file, see better MFC drawing K line graph source, to share
draw
- 一个用C#编写的仿WINDOS画图工具程序,运用了GDI+,可以绘制直线,圆形,矩形等一些列图形-One written in C# imitation WINDOS drawing tools procedures, the use GDI+, you can draw lines, circles, rectangles, and some other column graph
Draw
- MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
vectorDraw
- 矢量图绘制系统,绘制多边形,仿CAD部分功能。-Vector graph system, drawing polygons, imitation CAD part function.
drawcli
- drawcli ole图形图像,VC++学习很好的例子程序(drawcli ole graph drawing example , ole container and drawing line, circle etc.)
