搜索资源列表
vb-dll
- vb调用dll,dll里面一个简单加法函数,一个结构参数赋初值,在窗体显示出来。在vb调用时,在文件目录中右键用vb运行,否则因为目录问题会出现找不到dll的现象。-call vb dll, dll inside a simple additive function, a structural parameter initial value, in the form displayed. In vb call, right in the file directory using vb run,
Bziwqfz.pos
- 该示例程序内容:1. 可视化窗体的继承和动态生成。2. 编写DLL以及动态装载DLL。3. 如何使用接口(interface)。4. 对象的继承、封装和多态。 5. 摒弃全局变量。-The content of the sample programs: 1. Visual form inheritance and dynamically generated. 2. Preparation of DLL and dynamic loading DLL. 3. How to use the
new7
- Delphi DLL Form 与 TDxDockSite-Delphi DLL Form & TDxDockSite
TestSkinLoad
- VC++使用SkinLoad.dll美化窗体的实例,不是太好,只能通过这个程序了解一些SkinLoad.dll的用法,本控件可以美化打开对话框、窗体的按钮、颜色对话框、保存、浏览文件等常用对话框,使用方法简单方便-VC++ using SkinLoad.dll beautify the form of examples, not very good, only through this process to understand the use of some SkinLoad.dll, thi
RezQv3.3a
- 一款VB 工具,能够反编译VB5/VB6的源码-RELEASE NOTES- Version 3.3a ============================ VB RezQ provides an accurate framework on which you can rebuild your VB application. It identifies all the source files, recovers the project file, the grap
TExtraDevices_3.03_report_builder
- Features: No external libraries or dll s needed No runtime license fees Full source is included with registered version Drop one component on your main form and every report in your project has the ability to export! Export reports to HTML,
Bayesian-posterior-probability
- 实现贝叶斯概率计算过程。假设进行n次试生产,计算最后得到后验概率,即可信度。样本数据集个数和观测值从文件中读入,计算过程封装为动态链接库,以.dll形式提供, 主程序提供界面输入先验分布值、边缘分布值,显示计算结果。 -Bayesian probability calculation process. Assuming that the n-th trial production, and calculate the final posterior probability that cr
memoryloader
- 从内存加载dll,在系统中不存在dll。实现dll从系统中完全隐藏。-load dll form memory,hide dll in system
tcc-2
- 用pediy修改dll的节属性达到进程间另一种形式共享内存/通讯-Between the modified section properties dll reached by pediy process another form of shared memory/communication
test4
- 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
Delphi DLL Form Used Demo
- DLL Form call and used by MainForm. DLL Form open in MainForm and visible with PageControl. - Turbo Delphi Explore
