搜索资源列表
ResourceDllCall
- 多语言DLL 源码程序,实现DLL的动态链接功能,代码简单实用-Multiple language DLL full source
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
mydll
- 简单的加减法dll文件,功能函数int Sum(int a,int b),int Sub(int a,int b)-Simple addition and subtraction dll files, features, functions int Sum (int a, int b), int Sub (int a, int b)
MFCtest
- 简单的MFC界面,实现加、减,求最大最小值,通过调用dll动态库文件实现-Simple MFC interface, add, subtract, seeking maximum and minimum, by calling the dll file to achieve dynamic library
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
DLLDemo
- DLL开发Demo示例,教学示例,简单易学。(Depvelopment Dll demo)