搜索资源列表
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
TestMAPI
- windows mobile 下读写短信收发件箱的所有c++代码,同时生成dll,可以用c#来调用-Under the windows mobile messaging inbox to read and write all the c++ code, while creating dll, you can use c# to call
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 need to amend the application
DLL
- 一个用VISUAL BASIC调用FORTRAN生成的DLL的例子,-VISUAL BASIC calls with a FORTRAN-generated DLL example
Dll_file_generation_call--MFC_form
- Dll文件的生成调用示例——MFC语言形式,示例中MFCDll 生成.dll文件,拷贝该文件到CalMFCDLL中,然后调用-An example for generating a Dll file and then the dll file is called. Generation is in the MFCDll Folder and is called in the CalMFCDLL folder.
dll
- CVI动态库技术,创建*面动态库及有界面动态库,并对生成的动态库进行显式调用-CVI dynamic library technology to create dynamic libraries, and there is no interface, interface, dynamic libraries, and generate dynamic libraries make explicit calls
FloatToChar
- IEEE754标准 单精度浮点型数据转四个字节的字符数据 Win32 DLL(生成DLL可以静态和动态调用)-IEEE754 standard single-precision floating-point data transfer four bytes of character data Win32 DLL (DLL can generate static and dynamic calls)
Plugins_DLL_Example
- delphi环境下生成dll来实现插件的动态调用和撤销!-The dll in delphi generated in the context to achieve the dynamic invocation and revocation of the plugin!
ExcelDLL2
- Excel报表自动生成DLL,此程序是一个dll程序,调用此dll编程者不用了解Excel在编程时的具体使用方法,能够自动生成一个.xls格式报表。-Excel reports automatically generated DLL, this program is a dll program, call this dll in Excel programmers do not understand the specific use of programming that can automat
VB-Modbus-RTU
- VB串口通行程序RTU格式,其中直接生成DLL,可直接调用-VB serial port access program in RTU format, which directly generated DLL, can be called directly
VB-form-in-DLL
- 纯VB生成DLL带窗体可正常注入,Dll中的的窗体,可以随dll的被调用而加载-The pure VB generate a DLL with form normal injection Dll in form, can be loaded with the dll is called
Use-labview2011-to-make-dll
- 使用labview2011,生成dll给其他开发环境调用的方法和范例。-Using labview2011, generate DLL to other call method and example of the development environment.
dll源程序
- 1、DLL源程序,只为帮助初学者/ 2、C# 调用labview生成的DLL(1, DLL source code, just to help beginners / 2, C# calls the LabVIEW generated by DLL)
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)
xmldll
- 一个自定义格式的xml解析实例,采用VC++生成DLL,然后在其他工程中调用。(A custom format examples of XML parsing, using VC++ to generate DLL, and then call in other projects)
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 existing code, and the other is to g
dll
- Java程序生成dll,c#调用时需要的dll动态库,ikvm库 非常好用(The Java program generates DLL dynamic libraries that need DLL when calling c#. Ikvm library is very useful.)
delphi7二维码生成实例bmp
- 这是用delphi7写的一个二维码生成实例,可供参考。在应用程序里PtImageRW.dll和PtQREncode.dll两个文件,然后在你的delphi源码里添加,就可以调用生成二维码图片保存在指定目录下