代码搜索:prepare 开发教程

找到约 10,000 项符合「prepare 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/181418/9255783

m prepare_comparelist.m

function [promptstr]= prepare_comparelist(maxNum,SaveData) promptstr={}; for ResultNum=1:(maxNum+1) if(SaveData(ResultNum).preprocessid==1) DataPreprocess='Remove Mean '; elseif
www.eeworm.com/read/180440/9307811

h prepare_pcap.h

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2
www.eeworm.com/read/180440/9307938

c prepare_pcap.c

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2
www.eeworm.com/read/365492/9861214

m prepare_savedata.m

function [SaveData,maxNum]= prepare_savedata(FinalResults,handles,hObject); % Retreive old data structure % handles.menu_saveasflag if (isfield(handles,'SaveData') & ~isempty(handles.Sa
www.eeworm.com/read/365492/9861289

m prepare_comparelist.m

function [promptstr]= prepare_comparelist(maxNum,SaveData) promptstr={}; for ResultNum=1:(maxNum+1) if(SaveData(ResultNum).preprocessid==1) DataPreprocess='Remove Mean '; elseif
www.eeworm.com/read/360732/10080577

m nn_prepare.m

%tstoolbox/mex/nn_prepare % The intention of this mex-file was to reduce the computational % overhead of preprocessing for nearest neighbor or range searching. % With nn_prepare it is possible t
www.eeworm.com/read/360732/10080589

dll nn_prepare.dll

www.eeworm.com/read/276579/10728499

jsp project_prepare.jsp

www.eeworm.com/read/417866/10973558

m prepare_database.m

clear all clc close all database_latih_dft=double(zeros(480,640,36)); for m=1:36 image=imread(sprintf('latih%d.bmp',m)); image=rgb2gray(image); image=imadjust(image); image=med