搜索资源列表
二维图像三维显示
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
threedmesh
- 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三
ReadXML.rar
- VC 6.0下读取XML文档的例子 API + SDK程序 没有使用MFC,VC 6.0 under the example of reading XML documents API+ SDK procedure does not use MFC
ImagePlaneWidgetDICOMview4.rar
- VTk三维重建,定义X,Y,Z轴切片,利用vtkImagePlaneWidget定义切片,三维切割与读取数据。,VTk three-dimensional reconstruction, the definition of X, Y, Z axis slices, using the definition of slice vtkImagePlaneWidget, three-dimensional cutting and read data.
MFC_XML_class
- 一个基于MFC读写的XML文件的类封装,功能完善代码齐全,对想了解MFC XML读写的朋友会有很大帮助-Read and write an XML file based on MFC class package, fully functional code is complete, about how the MFC XML reading and writing will be of great help to a friend
gridctrl_demo220
- Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some t
MyD3D
- 一个学习基于MFC的D3D9.0三维图形编程的入门案例源码。源码中附有详细的注释-MFC based on a study of three-dimensional graphics programming D3D9.0 entry-case source. Source with detailed annotations
X.T.Pro_12.0.2_cehx.com
- 与BCG Pro类似的第三方插件,专用于制作MFC界面,效果还不错,推荐给大家-BCG Pro with a similar third-party plug-in, dedicated to the production of MFC interface, the effect is also good, recommend to the U.S.
Activex
- MFC programming for Active x control
sin(x)
- WINDOWS 32 程序设计,绘制的SIN(X)函数,用的是WIN32API函数,进行直接操作,不用MFC.-using the win32 applition,drawing a sin(x) picture,not using the MFC.
PLAYER
- 一款用MFC active X 的多媒体播放器..可以播放视频与音频-multiplayer
sin(x)
- 界面画出sin(x)的曲线 opengl-Interface to draw a graph of sin (x) opengl mfc
regs-mfc-v6
- Register definition file for Samsung MFC V6.x Interface (FIMV) driver.
regs-mfc-v7
- Register definition file for Samsung MFC V7.x Interface (FIMV) driver.
regs-mfc-v6
- Register definition file for Samsung MFC V6.x Interface (FIMV) driver.
regs-mfc-v7
- Register definition file for Samsung MFC V7.x Interface (FIMV) driver.
regs-mfc-v8
- Register definition file for Samsung MFC V8.x Interface (FIMV) driver.
sin(x)
- 在MFC框架内绘出0到2PI范围内sin(x)图像,并能够显示坐标。-Plotted within the range of 0 to 2PI sin (x) in the MFC frame image, and can display the coordinates.
例2-3
- 本函数从当前位置绘制直线段,但不包括(x,y)点。不包括终点坐标是为了实现多线段连接时公共点的处理,即采用起点闭区间,终点开区间的处理方法。绘制直线段函数的参数不包含颜色,直线段的颜色通过画笔来指定。(This function draws a straight line segment from the current position, but does not include (x, y) points. The end point coordinate is not used to re
transform_new
- 二维几何变换的基本变换矩阵,包括向上/下平移,基于原点对称,相对x轴/y轴对称,相对中心点向左/右旋转,相对中心点缩小/放大,x轴/y轴正向及反向错切。(The basic transformation matrix of two-dimensional geometric transformation.)