搜索资源列表
project3
- 此程序用于VC调用VB编写的DLL文件,文件包含了DLL文件,以及源码解释,有助于VC和VB的混合编程
Upload
- 计算工厂2经典插件合集 (把编译后的插件DLL文件放入cf1127\\features\\文件夹,双击CalculationFactory.exe,单击“公式/工具箱”下压式按钮,“工具箱”选项卡,即可看到插件工具。剩余的9个文件夹里包含不同的工程,全部都编译成类库,即为计算工厂2插件DLL文件) 详情请见 http://cf.johnbill.cn/cf2/toolbox/zym.aspx
DEPENDS
- DEPENDS可以反编译DLL文件,看到其中包含的函数名。-DEPENDS
COM
- COM组件对象的设计与应用 试验目的:通过对简单COM组件的编写,加深对COM理论知识的理解,为更深层的COM应用做准备。 试验任务:按照组件化程序设计方法,用Visual C++编写实现包含IAdd、IStr、IMul三个接口的.dll组件,并利用客户端应用程序完成对各接口的充分测试 -COM Component Object Design and Application of Test Objective: To write a simple COM component to e
mydll1
- 简单的dll文件,包含求两个数的最大值最小值得功能函数,函数接口int Max(int a,int b),int Min(int a,int b)-Simple dll file that contains the maximum number of minimum requirements two worthy performance function, the function interface int Max (int a, int b), int Min (int a, int b)
ScanfDLL
- 简单的dll文件,包含接收一串整数输入的功能函数,以回车结束输入,函数接口int *scan()-Simple dll file that contains the function receives a string of integer input function to enter the end of the input function interface int* scan ()
PrintfDLL
- 简单的整数数组输出dll文件,包含输出一串整数的功能函数,函数接口void prin(int *buff).(说明:其中buff第一个整数为后面有效输出整数的个数)-Simple integer array output dll file containing a string of integers output function, function interfaces void prin (int* buff). (Note: buff first integer which is the
opengl
- 包含opengl的lib,dll,h文件 GL.H、GLAUX.LIB、opengl.lib、OPENGL.DLL、GLEXT.H、GLU32.LIB、GLU.DLL、GLU.H、glu.lib、GLUT32.DLL、GLUT.DLL、glut.lib、OPENGL32.LIB、GLAUX.H、GLUT.H、WGLEXT.H
LoadDllResoure
- 在Visual C++ 上创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 -Create a resource DLL in Visual C++ contains resources (such as icons, bitmaps, strings, and dialog boxes) in DLL.