Bayes

所属分类:matlab编程
开发工具:matlab
文件大小:785KB
下载次数:16
上传日期:2012-03-11 16:25:14
上 传 者bluesheep
说明:  一个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.)

文件列表:
Bayes\distrib\Bayes.dll (220672, 2011-11-27)
Bayes\distrib\Bayes.h (2372, 2011-10-22)
Bayes\distrib\Bayes.lib (2884, 2011-10-22)
Bayes\distrib\BayesNative.dll (220160, 2011-11-27)
Bayes\distrib\Bayes_overview.html (30460, 2011-11-27)
Bayes\src\Bayes.c (4077, 2011-10-22)
Bayes\src\Bayes.dll (220672, 2011-11-27)
Bayes\src\Bayes.exp (1542, 2011-10-22)
Bayes\src\Bayes.exports (115, 2011-10-22)
Bayes\src\Bayes.h (2372, 2011-10-22)
Bayes\src\Bayes.lib (2884, 2011-10-22)
Bayes\src\Bayes.xml (35135, 2011-11-27)
Bayes\src\BayesClass.cs (13034, 2011-11-27)
Bayes\src\BayesClassNative.cs (12138, 2011-11-27)
Bayes\src\BayesNative.dll (220160, 2011-11-27)
Bayes\src\BayesNative.xml (28029, 2011-11-27)
Bayes\src\Bayes_overview.html (30460, 2011-11-27)
Bayes\src\MathAnlyClass.cs (24899, 2011-11-27)
Bayes\src\MathAnlyClassNative.cs (19606, 2011-11-27)
Bayes\src\mccExcludedFiles.log (700401, 2011-11-27)
Bayes\distrib (0, 2011-11-27)
Bayes\src (0, 2011-11-27)
Bayes (0, 2011-10-22)

MATLAB Builder NE (.NET Component) 1. Prerequisites for Deployment . Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you have installed version 7.14. . If the MCR is not installed, run MCRInstaller.exe, located in: *\toolbox\compiler\deploy\win***\MCRInstaller.exe For more information on the MCR Installer, see the MATLAB Compiler documentation. 2. Files to Deploy and Package -Bayes.dll -contains the generated component using MWArray API. -BayesNative.dll -contains the generated component using native API. -This readme file . If the target machine does not have version 7.14 of the MCR installed, include MCRInstaller.exe. Auto-generated Documentation Templates: MWArray.xml - This file contains the code comments for the MWArray data conversion classes and their methods. This file can be found in either the component distrib directory or in *\toolbox\dotnetbuilder\bin\win***\v2.0 Bayes_overview.html - HTML overview documentation file for the generated component. It contains the requirements for accessing the component and for generating arguments using the MWArray class hierarchy. Bayes.xml - This file contains the code comments for the Bayes component classes and methods. Using a third party documentation tool, this file can be combined with either or both of the previous files to generate online documentation for the Bayes component. 3. Resources To learn more about: See: ====================================================================================================== The MWArray classes MATLAB product help or *\ help\toolbox\dotnetbuilder\MWArrayAPI\MWArrayAPI.chm Examples of .NET Web Applications MATLAB Application Deployment Web Example Guide 4. Definitions MCR - MATLAB Builder NE uses the MATLAB Compiler Runtime (MCR), which is a standalone set of shared libraries that enable the execution of M-files. The MCR provides complete support for all features of MATLAB without the MATLAB GUI. When you package and distribute an application to users, you include component assemblies generated by the builder as well as the MATLAB Compiler Runtime (MCR). If necessary, run MCRInstaller.exe to install version 7.14 of MCR. For more information about the MCR, see the MATLAB Compiler documentation. MWArray - Use the MWArray class hierarchy, which maps to MATLAB data types, to pass input/output arguments to MATLAB Builder NE generated functions. These classes consist of a thin wrapper around a MATLAB array. It provides full marshaling and formatting services for all basic MATLAB data types including sparse arrays, structures, and cell arrays. These classes provide the necessary constructors, methods, and operators for array creation and initialization, serialization, simple indexing, and formatted output. MWArray API - The MWArray API is the standard API that has been used since the introduction of MATLAB Builder NE. This API requires the MATLAB MCR to be installed on the target machine as it makes use of several primitive MATLAB functions. For information about using this API, see the MATLAB Builder NE documentation. Native .NET API - The Native API was designed especially, though not exclusively, to support .NET remoting. It allows you to pass arguments and return values using standard .NET types. This feature is especially useful for clients that need to access a remoteable component on a machine that does not have the MCR installed. In addition, as only native .NET types are used in this API, there is no need to learn semantics of a new set of data conversion classes. This API does not directly support .NET analogs for the MATLAB structure and cell array types. For information about using this API, see see the MATLAB Builder NE documentation. .NET Framework - The Microsoft .NET Framework is a large library of pre-coded solutions to common programming problems that uses the CLR (Common Language Runtime) as the execution engine. MATLAB Builder NE currently supports Microsoft .NET Framework 2.0. * NOTE: is the directory where MCR is installed on the target machine.

近期下载者

相关文件


收藏者