搜索资源列表
Matlab_ASP.NET_Csharp
- 开发环境: Matlab Version 7.8.0.347(R2009a) Visual Studio 2005(.NET 2.0, C#) 演示如何在ASP.NET(C#)网页中调用MATLab函数的例子。-Development Environment: Matlab Version 7.8.0.347 (R2009a) Visual Studio 2005 (. NET 2.0, C#) to demonstrate how in ASP.NET (C#) page MATL
MatlabVS
- link matlab to visual studio
cuba
- CAR game using Visual studio 2010 C++ console application
binlessinfo
- file dlll very important for the file spike to run under matlab code and visual studio 10.
turbo_7_5
- Visual Studio C/C++平台下开发Turbo编码调制源程序
[emuch.net]WinFormCallMatlab
- 结合各种材料,我使用visual studio 2012+ matlab 2013a实现了从 Winfrom调用Matlab命令行绘图-Combined with a variety of materials that I use visual studio 2012+ matlab 2013a realized from Winfrom call Matlab command line drawing
scene
- content based image retri for functioning with matlab java visual studio -content based image retri for functioning with matlab java visual studio
Modified-lbest-PSO-on-GPU
- 这个是基于环形拓扑结构的约束微粒群算法,对原来的算法做了改进,只用到了一个邻居节点,效果与基本的微粒群算法大致相当。但是在对多模函数的计算上,优于基本的微粒群算法。这个算法的运行平台是GPUmat,需要的运行环境有:Matlab, GPU, GPUmat, Visual Studio.-This the modified particle swarm optimization algorithm that based on ring toplopy with constrain conditio
SVM
- 该算法用Visual Studio编写 ,用于实现对样本的训练以及测试,并可以转换成matlab语言,直接调用子程序(The algorithm is written in Visual Studio, which is used to train and test the sample, and can be converted into a matlab language and directly invoked the subroutine.)
VS2015 与 Matlab2016b编译环境设置
- 64位编译,VS2015调用Matlab2016编译生成的DLL,搞定各种运行错误,调试错误。32位编译下,VC++(Visual studio)调用Matlab编译生成的DLL本来是一件很容易的事情,现在转到64位了,编译环境设置不当,程序无法调通。另外,参照别人的帖子copy代码,不仔细思考,容易出现各种运行报错。(VS2015 call the DLL by Matlab2016. Enviroment setting in the Visual studio 2015. Solve th