搜索资源列表
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
scanner
- 调用scannerdll生成dll的程序,功能跟操作系统附件-图像处理的功能差不多-scannerdll generation dll called the procedure, function with the operating system Annex-image processing functions almost
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少
vcmatlab7src
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
SmsComm
- 利用AT命令发短信,采用com方式生成dll,外部调用方法。-use AT commands to send text messages using com generation dll way, the external call methods.
RegularDll
- 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static
keyboardHook
- 禁止Windows的键盘程序,生成dll文件,通过简单函数调用可以禁止或者允许特殊键盘消息的屏蔽-Windows keyboard prohibited procedures, to generate dll file, through a simple function call can prohibit or permit the special keyboard news shielding
lowlevelhook
- C++全局鼠标钩子,调用WinAPI,生成DLL文件-C++ Global mouse hook, call the WinAPI, generate DLL files
vb-labview
- vb中Labview的应用,labview可以生成DLL文件,然后在VB中调用 -vb in Labview application, labview can generate DLL files, and then call in VB
vc-dll-function
- VC动态链接库的实例程序,包括动态链接库(调用函数)的生成和调用。-VC Examples of dynamic-link library procedures, including dynamic link library (call function) the generation and call.
VC-DLL-CLASS
- VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例。-VC Examples of dynamic-link library procedures, including dynamic link library (call type) the generation and call examples.
MFCDLL
- 使用MFC写DLL的程序,编译后可以生成DLL文件。可以被其它程序调用。谢谢~-DLL use MFC to write the procedures, the compiler can generate DLL files. Other programs can be called. Thank you ~
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
DLL
- DLL除了可同时被多个应用程序共享外,还可以在不改变调用接口(从而不需修改使用它的应用程序)的情况下,改进和升级里面的库函数。而且DLL与编写它的语言无关,例如,用VC生成的规则DLL,可以被VB、Delphi等生成的应用程序使用-Apart from the DLL can be shared by multiple applications, but also can change the call interface (so no
DLL
- 一个用VISUAL BASIC调用FORTRAN生成的DLL的例子,-VISUAL BASIC calls with a FORTRAN-generated DLL example
CSharp调用Cpp代码完整实例
- c#调用C实例。c通过生成DLL,里面有方法,需要一定格式。(C# invokes the C instance. C through the generation of DLL, there are methods, you need a certain format.)
DLL举例
- delphi生成dll举例,以及调用 delphi生成dll举例,以及调用(delphi create dll delphi create dll)
TesIESDLL
- 使用VS2013,包括所有工程文件,能够生成和调用DLL,其中,生成DLL分两种情况:一是通过已有代码创建项目生成DLL;另一种是直接新建项目生成DLL。(Using VS2013, including all engineering files, can generate and invoke DLL, and generate DLL in two cases. One is to create DLL through existi
dll
- Java程序生成dll,c#调用时需要的dll动态库,ikvm库 非常好用(The Java program generates DLL dynamic libraries that need DLL when calling c#. Ikvm library is very useful.)