-
-
什么是API.zip
什么是API--所谓API本来是为C和C++程序员写的。API说来说去,就是一 种函数,他们包含在一个附加名为DLL的动态连接库文件中。
-
-
fast_DB.rar
快速数据库的编程实现 一定要用微软的数据引擎吗?一定要承受巨大的 DLL 文件?本程序说: No.
-
控制音量.rar
本程序主要实现对音量的控制和实现。调用了windows的dll文件。
-
dllTest.rar
步骤:编译DLL: CL / LD f.cpp的。查看出口DUMPBIN /出口f.dll 。编译exe文件:CL Test.cpp的。运行:测试
-
Java_JNI_Callback.rar
How to run: 1. compile Callback.java 2. compile the native code into a shared lib cl /Ie:\j2sdk1.4.0\include /Ie:\j2sdk1.4.0\include\win32 /LD /FeMyImpOfCallback.dll Callback.c 3. run: java Callback
-
Win32_JVM_App.rar
... \include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . set searching path for jvm.dll
-
-
tldemo2.zip
By Alexei O.Sabline.演示如何使用TLameCoder与TCDRIP控件。 Dephi开发环境。需要CDRip.dll.
-
PingIp.rar
用vb实现ping功能,调用 windows dll 和 注册表,源代码非控件。可以学习如何使用动态链接库和注册表。
-