搜索资源列表
cpuandmouse
- 利用Visual C++中的MFC实现CPU以及MOUSE信息,以用来实现保护电脑的功能-use the Visual C MFC CPU and MOUSE information, to achieve protection for the computer's functions
Media_Player_demo
- 不少应该程序都需要将一些数据曲线化显示,以观察数据的变化趋势,我们常用的曲线控件有不少,比如mschart,最近公司也需要一个曲线显示的东东,但是不能使用mschart,怎么办?自己做嘛,工具当然是Visual C++,语言MFC。经过3天的努力,终于完成,想把这个控件也提供给大家,大家先来看看效果吧 -many procedures should require some of the data curve, in order to observe the changes in the
LinerTrans.rar
- visual c++ 图像处理 线性变换 用MFC写成的。,visual c++ image processing linear transformation written using MFC.
WaterShed(CPP)
- 分水岭算法(WaterShed)的C++实现,针对导入的位图进行分水岭算法分割,是基于MFC的实现-Watershed algorithm (WaterShed) of the C++ implementation of the imported bitmap for the watershed segmentation algorithm is based on the realization of MFC
text1
- 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制金刚石图案。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), the realization of the screen center as the center and draw the client area diamond pattern.
text2
- 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现直线/圆/椭圆中点Bresenham算法-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a straight line/circle/elliptical mid-point of Bresenham Algorithm
text3
- 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制任意直线,单击裁剪和中点裁剪分别对直线进行裁剪。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a center-screen client area centered on drawing an arbitrary line, click the mid-p
Lesson1
- it has been assumed that the reader has a fundamental Windows programming background and is also familiar with the Microsoft Foundation Classes (MFC). The reader need not have any background in OpenGL. All the code for these tutorials has been writte
lsbwatermarking
- 代码在MFC框架上实现了LSB算法,并实际应用于BMP图像文件的水印程序中-Code in the MFC framework to achieve the LSB algorithm, and BMP image files actually used in the watermark process
mfc_code
- Visual C++ 6.0(以下简称VC 6.0)是一个功能强大、对Windows程序进行可视化开发的编程开发环境,是一个相当优秀的集成开发环境(Integrated Developing Environment,IDE)。它集代码编辑、调试、向导、编译和可视化资源编辑等功能于一体,所提供的MFC基本类库对Windows API函数做了很好的封装,简化了程序人员的开发过程。本章简单介绍VC 6.0的开发环境,并演示如何通过MFC应用程序创建向导创建应用程序。-mfc
EasyDraw
- 采用Visual C++ 开发的基于单文档的MFC应用程序,实现了简单图形的绘制功能,适用于初学者学习鼠标的操作。-Developed using Visual C++ MFC single document-based application that implements a simple graphics rendering capabilities for beginners to learn the operation of the mouse.
jihebianhuan
- 该程序是几何变换填充算法,是孔令德计算机图形学教程的案例,在C++环境下开发的MFC程序,简单易学!-This program is geometry transform filling algorithm, is KongLingDe computer graphics tutorial case in the c++ environment development MFC program, easy-to-leam
silinjiedian
- 该程序是计算机图形学案例教程,是孔令德计算机图形学的例子,实现的四邻接点填充算法,C++开发的MFC程序,简单易学-This program is a computer graphics case tutorials, is KongLingDe computer graphics, to realize the example of c++ 60km contact filling algorithm, the development of MFC program, easy to opera
MagicCube2D
- 魔方 MFC C++,实现魔法那个,简单明了-the MagicCube
voronoi
- C++ MFC生成voronoi图像,自定义结点-The application wizard has created this voronoi application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application
k-means
- 利用k-means聚类对图像进行分割,在MFC中实现。-k-means image segmentation by c++
34-5-(2)
- C++ MFC project diagram editor
WangXiaImage
- 线性变换和直方图显示,C++编写,MFC界面-Linear transformation and histogram display
wxImage
- 图像平滑锐化,C++编写,MFC界面,简单易用-Image smoothing sharpening
bilinear-interpolation
- 双线性插值算法实现 MFC C++语言 邻近算法 三次立方-bilinear interpolation