Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab vc
Search - matlab vc - List
DL : 0
使用VC读取地震数据文件-use VC read seismic data files
Date : 2025-12-29 Size : 52kb User : 廖礼萍

vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
Date : 2025-12-29 Size : 85kb User : 李晓辉

DL : 0
Vc中调用由Matlab文件转换的D-Vc call from the Matlab document conversion D
Date : 2025-12-29 Size : 44kb User : 王泽平

该代码为原创,用vc实现。代码实现的功能为计算网络流量的自相似指数hurst。里面包括了一个试验数据文件packetnumber1.dat,有需要的可以验证代码的正确性。-the original code using vc achieve. Code the function to calculate the flow of network self-similarity index hurst. Includes a pilot packetnumber1.dat data files, need can verify the correctness of code.
Date : 2025-12-29 Size : 51kb User : 颜若愚

广义预测算法MATLAB转化为VC++的程序,可用于三容水箱的数据的采集.-generalized predictive algorithm MATLAB into VC procedures can be used for three-tank of data acquisition.
Date : 2025-12-29 Size : 118kb User : 花兵

利用渐进结构优化算法(ESO)实现矩形板的第一阶频率的最大化。用VC实现界面,以Nastran作为频率求解器,用Matlab进行数值运算。
Date : 2025-12-29 Size : 449kb User : 交大宋洁

MatrixCalculator_VC++是一个完整的VC++程序,作为初学者或熟悉Matlab的你可能迷惑于用c/c++怎么编写矩阵、向量等,看看例子或许你就会有所明白了-MatrixCalculator_VC++ Is a complete VC++ Procedures, as a beginner or you might be familiar with Matlab
Date : 2025-12-29 Size : 61kb User : feijufeng

DL : 0
matlab可以方便地实现付利叶变换,为了在vc中实现这样的精度,有次程序。-matlab can easily achieve profits Fourier transform, in order to achieve vc such precision, there are times procedures.
Date : 2025-12-29 Size : 5kb User : liutao

DL : 0
矩阵运算,数值算法,vc++,奇异值分解,svd-Matrix computation, numerical algorithm, vc++, Singular value decomposition, svd
Date : 2025-12-29 Size : 5kb User : 耿海贤

这是雨流技术法的vc++版本,不同于以往的matlab版本,可能里面需要各位下载后调试一下,见谅-This is the rain-flow technology law vc++ Version of matlab is different from the previous version, there may need to debug what you download, will be forgiven
Date : 2025-12-29 Size : 281kb User : ljz

vc++和matlab语言相转化的接口软件,功能强大,工具箱互相兼容,转化成的代码质量好。-vc++ and language phase transformation matlab interface software, powerful, compatible toolbox, into the code of good quality.
Date : 2025-12-29 Size : 138kb User : chenxiaoan

该书主要讲述了电磁场数值计算的各种方法,讲述详细,是一本难得的好书,并且在书最后提供了vc和matlab程序,希望对大家有帮助。-The book focuses on the electromagnetic field numerical calculation methods, described in detail, is a rare book, and finally in the book provides a vc and matlab process, we hope to be helpful.
Date : 2025-12-29 Size : 6.14mb User : 徐云龙

DL : 0
空调控制系统最优算法,使用的是惩罚函数法的外点法,使用vc++编写-Air-conditioning control system for optimal algorithm, using a penalty function method of foreign-point method, the use of vc++ Prepared
Date : 2025-12-29 Size : 3kb User : 宝宝

vc下实现的分段线性插值、二次多项式插值、三次多项式插值、三次样条插值,并配有MATLAB测试程序-vc implementation of the piecewise linear interpolation, quadratic interpolation, cubic polynomial interpolation, cubic spline interpolation, and test procedures with MATLAB
Date : 2025-12-29 Size : 45kb User : ck

vc下的QR分解法,并配有MATLAB的测试程序-vc under the QR decomposition method, and MATLAB with test procedures
Date : 2025-12-29 Size : 32kb User : ck

DL : 0

Date : 2025-12-29 Size : 195kb User : 王建

贴片天线的FDTD三维编程,在VC++中实现,对于初学者有参考价值-The three-dimensional FDTD antenna programming in VC++ in the realization of a valuable reference for beginners
Date : 2025-12-29 Size : 221kb User : 杨永常

VC MATLAB 混编示例 ppWizard has created this matlab调用 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your matlab调用 application.-ppWizard has created this matlab调用 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your matlab调用 application.
Date : 2025-12-29 Size : 26kb User : lionel

VC 中调用MATLAB 程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\digital\df50\libeng.lib D:\MATLAB6p1\extern\lib\win32\digital\df50\libmx.lib 支持mx函数 -程序功能: 为了在vc中调用MATLAB而写的一个简单测试程序 设置路径: 根据MATLAB所在盘而定,例如我的matlab是装在D盘的,所以需要包含的路径为 D:\MATLAB6p1\extern\include\,在工程中设置 需包含的头文件: //matlab中的头文件调用matlab的函数 #include "engine.h" 需要连接的LIB库: D:\MATLAB6p1\extern\lib\win32\digital\df50\libeng.lib D:\MATLAB6p1\extern\lib\win32\digital\df50\libmx.lib 支持mx函数
Date : 2025-12-29 Size : 16kb User : lionel

DL : 0
上传程序是计算电磁学中麦克斯韦方程应用FDTD方法在二维的情况下应用C语言编程,MATLAB画图得出结果。-Upload process is calculated using the FDTD method of Maxwell equations in electromagnetics application of C programming language in the two-dimensional case, MATLAB drawing results.
Date : 2025-12-29 Size : 3.11mb User : 庞烁烁
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.