代码搜索:subfunction

找到约 229 项符合「subfunction」的源代码

代码结果 229
www.eeworm.com/read/312165/13616966

m thresh_tool.m

function [level,bw] = thresh_tool(im,cmap,defaultLevel) %mainfunction %THRESH_TOOL Interactively select intensity level for image thresholding. % THRESH_TOOL launches a GUI (graphical user interf
www.eeworm.com/read/140847/5779536

m my_sample_discrete.m

function M = my_sample_discrete(prob) % A faster version that calls a c subfunction. Will update one % day to have r and c parameters as well R = rand (1,1); M = sample_single_discrete(R, prob)
www.eeworm.com/read/133943/5897718

m my_sample_discrete.m

function M = my_sample_discrete(prob) % A faster version that calls a c subfunction. Will update one % day to have r and c parameters as well R = rand (1,1); M = sample_single_discrete(R, prob)
www.eeworm.com/read/160391/5571582

m my_sample_discrete.m

function M = my_sample_discrete(prob) % A faster version that calls a c subfunction. Will update one % day to have r and c parameters as well R = rand (1,1); M = sample_single_discrete(R, prob)
www.eeworm.com/read/357089/10216272

inc sub_func.inc

;----------------------------------------------------------- ;SubFunction ;----------------------------------------------------------- ;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/162831/10267045

c ioctl.c

/* * dos\ioctl.c perform DOS IOCTL calls * * This file is part of the BETA version of DISKLIB * Copyright (C) 1998, Gregg Jennings * * See README.TXT for information about re-distribu
www.eeworm.com/read/450594/7480704

m pca_svm_trainx.m

%本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练 %图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。 %预处理后的图像以向量的形式按行排列 %%%%%%%%%%% 图像预处理部分 %%%%%%%%%%%%%%%%%%%%% function main clear all disp('程序正在运行') clear all
www.eeworm.com/read/327219/13094602

m pca_svm_trainx.m

%本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练 %图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。 %预处理后的图像以向量的形式按行排列 %%%%%%%%%%% 图像预处理部分 %%%%%%%%%%%%%%%%%%%%% function main clear all disp('程序正在运行') clear all
www.eeworm.com/read/261664/11629950

m pca_svm_trainx.m

%本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练 %图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。 %预处理后的图像以向量的形式按行排列 %%%%%%%%%%% 图像预处理部分 %%%%%%%%%%%%%%%%%%%%% function main clear all disp('程序正在运行') clear all
www.eeworm.com/read/222287/14698061

cpp bashuma.cpp

/********************* 求解八数码问题的程序******************/ // the subfunction of solving the question int Data_Result[3][3] = {{1,2,3},{8,0,4},{7,6,5}}; void Ba_Shu_Ma(int ** Data) { int i,j,Num