Welcome![Sign In][Sign Up]
Location:
Search - MFC lib

Search list

[Other resourcevtkcube(mfc)

Description: 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtkRendering.lib vtkzlib.lib(注意 各个文件名之间用空格分隔), 确定-this is where I vc6 confused VTK procedures. Procedure is very simple, but very suitable for beginners study. Vc attention to the next set VTK in compiler environment, in addition to the field VTK lib directory, etc., but also in the works -
Platform: | Size: 245228 | Author: 肖小 | Hits:

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add \"*.Lib\",\"*.h\" to the project if USING MFC DLL, the files in \"DLL\" Folder, if using static lib,the files in \"static\" folder 3.add #include\"SkinMagicLib.h\" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(\".\\\\Tusk.smf\") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , \"MainFrame\" ) SetDialogSkin(\"Dialog\") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add # include "sk inMagicLib.h "to the C * C * APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \\ \\ Tusk.smf ") SetWindo wSkin (AfxGetApp () -
Platform: | Size: 502104 | Author: 好军 | Hits:

[ADO-ODBCLib

Description: 图书管理系统,使用c++的mfc编程,连接sql server2000数据库,但尚未全部完成。
Platform: | Size: 55448 | Author: scw | Hits:

[ADO-ODBClib

Description: 我的一个设计,图书馆管理程序,方面熟悉MFC,数据库的有关知识。
Platform: | Size: 633400 | Author: 熊浩 | Hits:

[Windows Developringsdk

Description: RingSDK 是一个基于C++语言的应用程序开发类库,与OWL、MFC相比,在图象处理与界面方面有所加强。 Operating System: Windows Programming Language: Assembly, C, C-RingSDK is based on the C language application procedure development class storehouse, with OWL, MFC compares, has in the imagery processing and the contact surface aspect strengthens. Operating System: Windows Programming Language: Assembly, C, C
Platform: | Size: 2011136 | Author: 阳昌珠 | Hits:

[Booksmfcx library

Description: MFC类库,很好用的-MFC good use
Platform: | Size: 976896 | Author: 李斯 | Hits:

[OpenGL programC__DocumentsandSettings_cq_桌面_VC

Description: 二维图像的三维显示 详细信息 < OpenGL > 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。本代码在Windows2000下编译通过。 -two-dimensional images of three-dimensional display detailed information <OpenGL> Image Processing himself to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initializatio
Platform: | Size: 106496 | Author: 李茜 | Hits:

[OpenGL program二维图像三维显示

Description: 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing to the needs and would like to achieve th ree-dimensional two-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introduced OpenG
Platform: | Size: 106496 | Author: 张立强 | Hits:

[GUI DevelopCJ60LibDllApp

Description: 应用MFC扩展库CJ60Lib.DLL的一个实例,该例子实现通过操作左边的船坞菜单在多个FormView中切换-application MFC extension of a CJ60Lib.DLL example, examples of the operation to achieve through the left side in the dock menu to switch between multiple FormView
Platform: | Size: 256000 | Author: pys | Hits:

[GUI Developplayer_test

Description: 运用lib进行解码,运用directdraw进行显示,运用MFC实现控制的自己写的程式。-use lib decode, using DirectDraw for, MFC use their control of the program to write.
Platform: | Size: 259072 | Author: 陈伟 | Hits:

[Picture Viewervtkcube(mfc)

Description: 这个是我在vc6下弄得vtk程序。程序很简单,不过很适合初学者研究。注意在vc下设定vtk得编译环境,除了田间vtk得lib等目录外,还要在工程->设定->link 选项卡, 在Object/library modules 中添加:vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib vtkRendering.lib vtkzlib.lib(注意 各个文件名之间用空格分隔), 确定-this is where I vc6 confused VTK procedures. Procedure is very simple, but very suitable for beginners study. Vc attention to the next set VTK in compiler environment, in addition to the field VTK lib directory, etc., but also in the works-
Platform: | Size: 244736 | Author: 肖小 | Hits:

[GUI DevelopVC++(MFC)Face

Description: 说明: 1.copy these four files to your pragram folder, 2.add "*.Lib","*.h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib,the files in "static" folder 3.add #include"SkinMagicLib.h" to the C*APP.cpp 4.In C*APP::InitInstance(), before show window, add: InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL) LoadSkinFile(".\\Tusk.smf") SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" ) SetDialogSkin("Dialog") -: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: | Size: 501760 | Author: 好军 | Hits:

[ADO-ODBCLib

Description: 图书管理系统,使用c++的mfc编程,连接sql server2000数据库,但尚未全部完成。-Library management system, the use of c++ The mfc programming, connect sql server2000 database, but not yet fully completed.
Platform: | Size: 3562496 | Author: scw | Hits:

[Windows DevelopMFC42UD

Description: 把lib放到vc的mfc\lib下,dll放到windows\system32下。
Platform: | Size: 914432 | Author: wf1230 | Hits:

[GUI DevelopVC-SKIN-LIB

Description: 包含libuidk-vc界面库,MFC扩展界面库,sysgui的例子,和通用的一个VC界面库,还有vclskin破解版,个人感觉都非常不错,值得借鉴和学习.-Libuidk-vc interface includes library, MFC library expansion interface, sysgui example, a VC and common interface library, personal feeling is very good, and learning to learn.
Platform: | Size: 10807296 | Author: willydong | Hits:

[VC/MFCThedetailanswersMFClibclass

Description: MFC的所有类详解加例子,入门者必下,MFC学习的好资料-The detail answers MFC lib class.chm
Platform: | Size: 1444864 | Author: 阮卫挺 | Hits:

[Streaming Mpeg4jrtplib-3.7.1.mfc

Description: jrtp lib mfc compile version you can compile jrtp library(RTSP/RTP)
Platform: | Size: 5820416 | Author: calmgale | Hits:

[ADO-ODBClib

Description: C++ MFC图书管理系统(Access数据库)-C++ MFC Library management system (Access database)
Platform: | Size: 4512768 | Author: chaochupin | Hits:

[Education soft systemLib

Description: C++ MFC图书管理系统(Access数据库)-C++ MFC Library management system (Access database)
Platform: | Size: 3046400 | Author: chaochupin | Hits:

[Software Engineeringmfc-lib

Description: windows下vs2010开发MFC界面用到的mfc库一览图-the mfc library windows MFC interface used under vs2010 development Glance Figure
Platform: | Size: 232448 | Author: 安仔 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net