代码搜索:MATlab

找到约 10,000 项符合「MATlab」的源代码

代码结果 10,000
www.eeworm.com/read/397433/8050725

m decode_ldpc_matlab.m

function [vhat,iteration]=decode_ldpc_matlab(rx_waveform,No,h,rows,cols,ind,r,c,max_iter) % bit to check % check to bit % update APP LLR % hard decision % if valid codework, then exit vhat(1
www.eeworm.com/read/397142/8064900

h svm_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model); const char *matlab_matrix_to_model(struct svm_model *model, const mxArray *matlab_struct);
www.eeworm.com/read/397142/8064922

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] = { "Parameters", "nr_class", "totalSV", "rho", "Label
www.eeworm.com/read/397102/8068644

matlab5 qld.dll.matlab5

www.eeworm.com/read/397067/8070056

doc matlab实验3.doc

www.eeworm.com/read/296306/8110347

txt matlab builder for.net .txt

VC++调用<mark>Matlab</mark> Builder for.NET 的COM组件 作者:卞晓波 1.VC++与<mark>Matlab</mark>几种常用的集成方法   <mark>Matlab</mark>与VC++混合编程的具体方式有多种,根据<mark>Matlab</mark>是否运行可大致分为两类:<mark>Matlab</mark>在后台运行和可以脱离<mark>Matlab</mark>环境运行。<mark>Matlab</mark> 5.0以后版本均自带C/C++编译器,可将其程序文件(M文件)转换为C-MEX或C/C++程序。 ...