搜索资源列表
GirdAndCurse
- MJGird:一个绘制网格线的类设计.用在MFC程序中. MJCurse:画动态,静态曲线的类设计.用在MFC程序中.
DrawToolSrc(VC++MFC)
- MFC写的画图程序,常用功能都已经具备.具有参考价值
MFC实现线段裁剪算法
- MFC实现线段裁剪算法,用户界面清晰,使用方便,程序易读。
MFC框架实现一个画图程序
- 使用VC开发平台,MFC框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。-Use of VC development platform, MFC framework to achieve a drawing program, as many features of Windows comes with Paint, and expand its capabilities.
VinciDrw
- 一个MFC 绘图示范程序,示范划线、矩形、圆,缩放等。-a demo code for GDI draw in MFC.
DrawingPro
- MFC画图小程序。可以画直线、矩形、椭圆等;还可以输入字符并显示;实现了简单的保存功能,再次打开后可以见到保存前的图形;-MFC drawing applet. Can draw lines, rectangles, ellipses, etc. can also enter a character and display to achieve a simple save function, after re-opening to see the graphics before saving
Code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of
BSpline
- 三次四阶b样条插值算法(Deboor算法)的mfc程序实现-Three fourth-order b-spline interpolation algorithm (Deboor algorithm) of mfc program
draw
- 本程序基于MFC制作,从而实现了手工画直线,画圆,画椭圆,画曲线等功能-This procedure produced based on the MFC in order to achieve the hand-painting a straight line, circle, oval painting, drawing curves and other functions
gy1
- 在VS2008中MFC应用程序中 主要实现直线,矩形,椭圆,自由线的绘制(不能重绘) 以及图形颜色的填充 以及Bresenham画圆-MFC in VS2008 application in the main straight, rectangular, oval, the Liberal line drawing (not redraw), as well as color graphics and filled Bresenham drawcircle
EastDraw
- c++ MFC下实现的绘图程序,是一个很好的学习代码-c++ MFC achieve a drawing program, is a good learning experience for the code
MFCDrawLine
- 用MFC实现的一个画线程序,比较简单。呵呵O(∩_∩)O~
huaquxian
- 本小程序是在VS2010下的一个演示画动态曲线的。通过定时器随机生成曲线点-This applet is a demonstration painting under VS2010 dynamic curve. Curve points randomly generated by timer
laji2
- 这是我在MFC单文档应用程序的OnDraw()函数中写的代码,程序实现了坐标系的绘制,对初学MFC的很有帮助。-This is my MFC single document application in the OnDraw () function to write the code, the program implements the drawing coordinate system, MFC' s very helpful for beginners.
Image_2009301610134
- 比较简单的一个MFC程序,实现了画圆和画方。并且有较大的灵活性 我传的程序都可以运行的-A simple MFC program to achieve the circle and draw side. And have greater flexibility to transfer the programs I can run
MFCDraw
- MFC编程实现图形绘制,及图形属性的设置等,内附程序说明书-MFC programming graphics rendering, and graphics property settings, containing program instructions
simpleDraw
- 把鼠标的三个事件响应函数OnLButtonDown,OnMouseMove,OnRButtonUp封装在同一个类Controller中。MFC程序中的M-V-C,控制器编程-Three mouse events response function OnLButtonDown, OnMouseMove, OnRButtonUp, packaged in the same class Controller. The MFC program MVC, controller programming
基于MFC的画图源代码
- 基于MFC的画图源代码,很有内涵哦!可以跟windows里的画图平分秋色,不信你下了就知道了……
CAD程序
- 设计了一个CAD小型软件,该软件所具备的功能有:基本绘图功能(包括画点,画线,画圆,画折线,画多边形)和删除、移动的功能。在设计中,运用了MFC的基本知识及链式存储、队列等知识实现了以上功能。(A small CAD software is designed, which has functions of basic drawing, including drawing points, drawing lines, drawing circles, drawing polygons, drawi
MFC画图板
- MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)