搜索资源列表
ZIP.DLL
- ZIP动态联接库,开发包,适合C++ Bulider,Delphi.-ZIP dynamic link libraries, development kits, for C Bulider, Delphi.
一个在MFC环境中使用的 InfoZip打包类
- 一个在MFC环境中使用的 InfoZip打包类,使用时需包含UNZDLL.DLL和ZIPDLL.DLL两个动态链接库-an environment in the use of the SDK package type, use and the need to contain UNZDLL.DLL ZIPDLL.DLL two dynamic link library
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文件,然后在VC中调用该dll文件。 -MATLAB Co
ga490
- 基于VB开发的遗传算法源程序,但提供的动态链接库文件NN50.DLL在使用时需要注册。 -based on VB source of the genetic algorithm. but the dynamic link library file used in NN50.DLL required to be registered.
matcom
- This application note is used to demonstrate the use of MATCOM software (by Mathtools Corporation) to generate Dynamic Link Library files (*.dll files) that can be used with ACOLADE.
vc调用matlab
- 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
HWinfo.dll.rar
- HWInfo.dll是本人开发的一个提取硬盘序列号、CPU相关信息、主板序列号以及网卡MAC地址的动态链接库,可用于为共享软件产生机器码提供硬件特征值。,Yes I HWInfo.dll developed a hard drive serial number extraction, CPU-related information, motherboard serial number and the network card MAC address dynamic link library th
GA
- GA.dll是封装遗传算法的动态连接库,内部潮流计算使用的是PQ方法,该潮流计算方法已封装在该DLL内。如果需要采用其他的潮流计算方法,需要重新来设计DLL的接口函数及更改遗传算法中目标函数的计算方法。-GA.dll genetic algorithm is encapsulated dynamic link library, the internal flow calculation using the PQ method, the power flow calculation method
WiMAX_Test_4
- 本程序是对IEEE 802.16e物理层和链路层的仿真。 使用matlab的simulink仿真工具,先运行data.m产生仿真数据,再运行WiMAX_Test_4.dll进行仿真。-This program is the physical and link layer simulation of IEEE 802.16e. The simulation uses the simulink tool of MATLAB. First,run data.m to generate data,
kdtree
- 有matlab和vc联合编程实现kd树实现过程,附有它们之间转化用的max文件和动态链接库dll文件。-Matlab and vc are the joint programming process to achieve the realization of kd tree, accompanied by their transformation with the max files and dynamic link library dll file.
ceshidll
- 将最小二乘法拟合程序做成动态链接库DLL文件,然后从VC界面调用该DLL文件。在实际项目应用中,这种方法很实用。-Least squares fitting procedure to create a dynamic link library DLL files, and then call the VC interface DLL file. In the actual project applications, this method is very practical.
vb_zip_unzip
- 在vb 环境中调用的用于压缩解压缩功能的例子,包含相关的动态链接库文件-In the vb environment calls for examples of compression decompression functions, including the relevant dynamic link library files
VC_and_matlab_mix_code
- VC++与MATLAB的混合编程的快速实现 讨论了如何用MATLAB的complier将*.m函数编译为动态链接库DLL,供VC++使用的方法。-VC++ and MATLAB programming for fast implementation of mixed discuss how to use MATLAB' s complier to*. m functions compiled as dynamic link library DLL, VC++ for the methods
Cell_search
- 具有动态链接库的小区搜索程序。这个程序的dll文件属于平台机密啊。-Dynamic link library cell search procedure. Dll file of this program is platform confidential ah.
VCPPcall-DLL-generated-from-Matlab
- 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
DLL
- 编写一个动态链接库, 实现对给定数目的数的排序. 并编写应用程序调用该dll提供的接口函数. 要求: 1)输入需要进行排序的原始数 2)选择升序或降序 3)显示排序后的结果-The preparation of a dynamic link library, to achieve a given number of numbers. And the writing application calls the DLL to provide the interface function。
Bayes
- 一个matlab写的动态链接库,实现贝叶斯运算,源码里面也有,C#可以直接调用其中的DLL文件,测试有效。-Write a matlab dynamic link library that implements the Bayesian computing source inside the C# can directly call the DLL files, test Effect.
xceedzip.dll
- VB中解压缩ZIP文件控件(可以不解压直接查看ZIP文件里的信息)。动态连接库D-Unzip the ZIP file control in VB (you can not extract the direct view of the information in the ZIP file). Dynamic Link Library (DLL)
FFT-DLL
- 自己开发的一个任意长度的FFT动态链接库,已通过测试-An arbitrary length FFT to develop their own dynamic link library, has been tested
DLL
- Double link list using pointer and structure