搜索资源列表
dll调用与嵌套调用
- 一.Win32动态链接库 1.制作的步骤: (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。 (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。 (3)MyDll.cpp的内容如下: ……
ffmpeg-php-win32-all.zip
- php语言编写,是php扩展包,压缩包中含有php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll等。功能:把用户上传的视频转化成.flv文件。,have : php_ffmpeg.dll,avcodec-51.dll,avutil-49.dll
grftool-win32-1.2.0
- This GRF Tool, the open source GRF utility. You can find the GRF website at: http://openkore.sourceforge.net/grftool/ The latest version and the source code can be found there. grf.dll is libgrf, the open source library for reading and wri
dll
- 测试显示、隐式dll和exe程序的调用关系。win32程序。-Testing has shown that implicit dll and exe to call the relationship between the procedure.
USEDLL01
- Win32/64 DLL Sample Code
link
- 链接库应用 动态链接库 源代码 链接库应用 1.Win32动态链接库:实现在Win32 DLL中使用对话框资源 2.Win32静态链接库:实现在字符界面下求某个数的平方 3、MFC 动态链接库: -Link Library application source code for dynamic link library dynamic link library application 1.Win32 link library: towards the use of dial
Capture_vc
- AVerMedia EZCapture Software Development Kit (DLL Version) We give one VC++ sample code to show how to use our SDK tool. This sample code contains code for Win2000 and Win98. Notice 1: After you compile our sample code,you need to p
dll
- 关于win32DLL的开发可调用的例子,里面涉及到累的简单导出-win32 dll and call
pTheads-win32-dll-2-8-0-release
- 视频流代码,专门解决视频传输,压缩等等的问题。希望能够帮助各位。-VIDEO STREAM CODING
pywin32-214.win32-py2.6.exe
- Python 2.6 Used PyWin32Api.dll 适合Py26版本使用的Win32模块.-Python 2.6 Used PyWin32Api.dll Py26 version for Win32 modules used.
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)
interp_src
- 使用WIN32 DLL生成供EXCEL调用的XLL实例,VS2002编译通过-EXCEL using WIN32 DLL build for XLL call instance, VS2002 compile
php-5.3.6-nts-Win32-VC9-x86
- php-5.3.6-nts-Win32-VC9-x86PHP是一种新型的CGI程序编写语言,易学易用,运行速度快,可以方便快捷地编写出功能强大,运行速度快,并可同时运行于 Windows、Unix、 Linux平台的Web后台程序, 内置了对文件上传、密码认证、Cookies操作、邮件收发、动态GIF生成等功能,PHP 直接为很多数据库提供原本的连接,包括Oracle、Sybase、Postgres、Mysql、Informix、Dbase、Solid、 Access等,完全支持 ODBC接口,
ExternVarDll
- vc 创建Win32 DLL导出一个全局变量\ExternVarDll的源码-vc create a Win32 DLL exported global variable \ ExternVarDll source
Win32-dll
- Win32下对DLL库的编写及调用,并对在调用DLL库的问题处理。-Under Win32 to write and call the DLL library, and in the library DLL dealing with problems.
Call-dll-from-C-sharp
- Very simple example showing how to call win32 DLL in C# source codes. Another PDF explains how to call old C dll in C# source codes.
ffmpeg-git-1eabd71-win32-shared.Zip
- ffmpgC++源代码,全功能的ffmpg,可以转码,也可用作播放器-ffmpgC++ source programs, super powerful, containing all the dll, only the C++
DLL
- 创建和使用一个WIN32 DLL,很适合初学者,大家下下来看下-Create and use a WIN32 DLL
Win32-Dll-example-projects
- Dll 动态链接库的创建与调用教程示例 让更多的DLL动态链接库初学者有个初步的形象认识,加快学习的进度-Dll dynamic link library creation and invocation tutorial example to allow more dynamic link library DLL image beginners have a preliminary understanding, to accelerate the progress of learning
标准win32 dll测试程序
- 标准win32 dll测试程序 可编译为基本32和64为的PE DLL文件