搜索资源列表
lp_solve_4.0.tar
- 利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,-use of language, compiled DLL from the Matlab Integer Programming Toolbox contains language source c,
一个在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
fftdll
- 快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
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.
BSplineInterpolatePrj
- B样条插值,基于散乱数据的B样条插值基本算发。做的动态链接库。-B-spline interpolation, scattered data on the B-spline interpolation basically been made. The dynamic link library.
Spherical_Harmonic
- 普林斯顿开发的快速球面调和变换算法,我把它移植到windows下,并做成链接库,可以直接调用-Princeton rapid development of the spherical harmonic transform algorithm, I transpose it to the windows, and causing link library, and can directly call
ZipDll
- 文件压缩/解压动态链接库,可以对整个目录/文件进行压缩和解压;-document compression / decompression dynamic link library that the entire directory / file compression and decompression;
MatrixCal
- 提供矢量点乘,矩阵相乘,以及矩阵求逆等算法源代码,同时以动态链接库的形式打包,让初学者一个动态库制作的例子。-point by providing vector and matrix multiplication, and matrix inversion algorithm source code, the same time as a dynamic link library in the form of packing for beginners for producing a dynam
bldc_1_sinusoidal
- 用C语言编写的S函数源代码,用于在MATLAB/Simulink环境下仿真永磁无刷直流电机,在MATLAB7.0以上环境下编译成动态链接库然后在Simulink中使用。模块信息见源码注释。-C language prepared by the S-function source code, for the MATLAB / Simulink environment simulation permanent magnet brushless DC motor, In the above circu
current_park
- 用C语言编写的在Simulink环境下对3相交流电机交直流帕克变换进行数值仿真的S函数源代码。特点:考虑到了便于在单片机中执行的特点,完全使用定点算法实现。在MATLAB中编译成动态链接库后就可在Simulink中使用。-C language in the Simulink environment for 3-phase AC and DC motor Parker transform few value of the S-function simulation source code. Fea
fftdll
- 实现正弦信号的快速傅里叶变换,其中FFT算法用动态链接库动态链接
program_VC_Matlab
- VC++中调用Matlab .m函数编译后的动态链接库,一程序
FFT_DLL
- FFT 算法的动态链接库 自己做的 算法复杂度一般
CMatrix_DLL
- 自己写的矩阵类,做成了动态链接库
VC++_Matlab
- 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。
lib
- 关于静态链接库的编辑,有一定使用价值,在自己所需要建库使用相关的方法!
Genetic-algorithm
- Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代
WinrarVB
- 仿WinRar解压缩VB版 这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希望感兴趣的网友继续进行挖掘和开发。 源代码附有详细的注释和文档说明。使用前请把压缩包里的 UnRar.dll拷贝到你的计算机的系统文件夹下,如 Windows\\System32下。
parzen
- Parzen窗估计法的C语言代码和Matlab应用的动态链接库。