资源列表
FloatCalDLL
- 创建导出浮点数四则运算函数的Win32 DLL,VC++精选编程源码,很好的参考资料。-Create export floating point operations of four function of Win32 DLL, VC++ programming source code, a good reference.
UseFloatCalDLL1
- 使用显式方式调用DLL实现浮点数的四则运算,VC++精选编程源码,很好的参考资料。-The use of explicit call DLL achieve the four operations of floating point numbers, VC++ select programming source code, a good reference.
UseFloatCalDLL2
- 使用隐式方式调用DLL实现浮点数的四则运算,VC++精选编程源码,很好的参考资料。-The use of implicit invocation DLL operations of four floating point numbers, VC++ select programming source code, a good reference.
ExternVarDll
- 创建Win32 DLL导出一个全局变量,VC++精选编程源码,很好的参考资料。-Create a Win32 DLL is a global variable, VC++ select programming source code, a good reference.
UseExternVarDll
- 调用DLL,获取其导出的全局变量值,VC++精选编程源码,很好的参考资料。-Call DLL, global variables to obtain the value derived from, VC++ programming source code, a good reference.
ExportClassDll
- 创建Win32 DLL导出一个计算长方体表面积和体积的类,VC++精选编程源码,很好的参考资料。-Create a Win32 DLL derived a calculation of rectangular surface area and volume, VC++ select programming source code, a good reference.
UseExportClassDll
- 调用DLL,使用其导出类计算长方体的表面积和体积,VC++精选编程源码,很好的参考资料。-The call to DLL, use the derived class calculation of rectangular body surface area and volume, VC++ select programming source code, a good reference.
DlgRegularDll
- 创建MFC常规DLL,通过导出函数显示颜色信息对话框,VC++精选编程源码,很好的参考资料。-Create a MFC DLL, the function to display the color information dialog box, select the VC++ programming source code, a good reference.
UseDlgRegularDll
- 调用MFC常规DLL,显示颜色信息对话框,VC++精选编程源码,很好的参考资料。-Calls the MFC routine DLL, display color information dialog box, select the VC++ programming source code, a good reference.
ExtensionDll
- 创建MFC扩展DLL,实现圆形按钮类,VC++精选编程源码,很好的参考资料。-Create a MFC extension of DLL, to achieve circular button class, VC++ select programming source code, a good reference.
UseExtentionDll
- 调用MFC扩展DLL,创建圆形按钮,VC++精选编程源码,很好的参考资料。-Call the MFC extension DLL, creating a round button, VC++ select programming source code, a good reference.
KeyHook
- 创建记录键盘动作的全局钩子DLL,VC++精选编程源码,很好的参考资料。-Create the record keyboard action global hook DLL, VC++ programming source code, a good reference.
