搜索资源列表
贝齐尔曲线测绘
- 用VC编写,对话框界面操作,可调整控制多边形显示不同的贝齐尔曲线-VC prepared dialog interface operation, adjustable control polygon show different Bezier curve
动态曲线显示
- 创建了multicolorplotctrl这个类,并在基于对话框的MFC程序中进行演示,可以动态显示曲线,并调整曲线的线宽,颜色,背景色。。。。等参数。
ComCtrl 基于MFC对话框的串口程序
- 基于MFC对话框的串口程序,串口能发送和接收数据,对于接收的数据画出曲线。-MFC dialog-based serial program, can send and receive serial data, the received data to draw curves.
dlg
- 实现绘制在基于对话框的动态曲线绘制,只要将这个类添加到你的工程中,即可实现-Drawing in the dialog box based on the realization of the dynamic curve drawing, as long as this class will be added to your project, can be realized
ComputerGraphics
- 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA
WJ5EG1
- VC mFC 对话框 动态曲线实时仿真系统,运用定时器,动态绘制曲线图。-VC mFC dialog box, real-time simulation system of dynamic curves and dynamic graph drawing.
Fuction
- 在VC6环境下,实现在对话框上绘制函数曲线,曲线可根据函数参数变化来绘制-At VC6 environment, drawing on implementation in the dialog box function curve, the curve can be used to map changes in function parameters
Draw
- 改代码演示了Windows GDI绘图的基本方法。在对话框中绘制sin函数,贝塞尔曲线,饼状图,阴影文字,旋转文字等等。开发环境:VS2008。-The file contains the basic use of Windows GDI.You can learn how to draw sin function,Bezier function,pie chart,shadow tetx and so on.All the code is based on VS2008 platform.
Besizer
- Besizer拟合曲线的实现源码,同时有对话框提示等功能-Fitting curve Besizer realization of source, while features such as dialog prompt
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图
DrawLine
- 用VC实现在对话框中实现曲线绘制,一种界面实现方法-In the dialog box to achieve curve drawing
DemoDrawdlg
- 一个基于对话框的简单小程序,主要演示了如何在VC界面中绘制曲线,图形等,适合新手学习。-A simple dialog programe of VC++ 6.0, which shows how to draw a line or a graph in a dialog using VC
RTCurve
- 这是一个在对话框上实现显示实时曲线的演示程序-This is a display in the dialog box to achieve real-time curve demo program
thread
- 简单的多线程实验,多个线程在对话框中画,不过没有使用双缓冲,所以会闪烁-thread
PringDlg
- 一个基于对话框的表格打印,加上了详细的表头信息里面可以显示曲线并打印。-A dialog-based forms printing, coupled with a detailed header information can be displayed inside the curve and print.
alunfangcha
- 根据应用的实际需要,采用基于对话框的MFC程序设计模式,将对话框的客户区界面分为两个部分,一个是用于显示坐标系的图像区域,另一个是和用户交互的操作部分,根据用户的需要进行不同的操作选择和设置等。 采用基于对话框的程序设计,对于绘制曲线部分,坐标轴的确立和刻度,原点等,根据自己的偏好进行设置。本设计曲线绘制的精度不是很高,采样的点数只有有限个,而且自己建立的坐标系也存在一些数值的取舍。能够得出阿伦方差的大致走向。 -Depending on the application of the a
HistogramCtrl_demo
- VC++ 6.0,基于对话框,画动态曲线图-VC++ 6.0, based on the dialog box, painting the dynamic curve
OtdrCurve
- 利用无模式对话框进行数据曲线的绘制,可剪切复制曲线区域图形,可缩放曲线。-Modeless dialog box using the drawing data curves, curve area can be cut and paste graphics, scalable curve.
DlgDll
- 对话框调用动态链接库(DLL)中的对话框资源,含模态对话框和非模态对话框示例,调用的对话框集成了曲线的绘制,可类似于绘图插件,应用于数值计算中曲线的实时动态显示;稍作修改还可应用于程序中循环变量(2D&3D)的实时动态显示。程序参考了网络两个作者的相关代码并集成,在此感谢!(The dialog box call dynamic link library (DLL) in the dialog resources, including modal dialog and non modal
MFC对话框编程-正弦信号采集与曲线绘制
- 基于MFC对话框编程的正弦信号采集与曲线绘制功能的程序及源码