代码搜索结果
找到约 10,000 项符合
Input 的代码
seqsrch.m
function [input_index, elapsed_time] = ...
seqsrch(in_n, trn_data, chk_data, input_name, mf_n, epoch_n)
%SEQSRCH Sequential forward search for input selection in ANFIS modeling
% SEQSRCH performs
seqsrch.m
function [input_index, elapsed_time] = ...
seqsrch(in_n, trn_data, chk_data, input_name, mf_n, epoch_n)
%SEQSRCH Sequential forward search for input selection in ANFIS modeling
% SEQSRCH performs
seqsrch.m
function [input_index, elapsed_time] = ...
seqsrch(in_n, trn_data, chk_data, input_name, mf_n, epoch_n)
%SEQSRCH Sequential forward search for input selection in ANFIS modeling
% SEQSRCH performs
l.txt
this ia s input disk file.
zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.0.4, Jul 24th, 1996.
Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler
This software is provided '
l.txt
this ia s input disk file.
mdata.inc
INPUT .sect "INPUT"
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word 8000
.word -8000
.wor
ex3_20.m
m=input('m=');
p=1:m; p(1)=0;
for i=2:sqrt(m)
for j=2*i:i:m
p(j)=0;
end
end
n=find(p~=0);
p(n)
main1.m
x=input('Please input x=:');
y=input('Please input y=:');
[rho,the]=tran(x,y);
rho
the
testvector.m
function [ output ] = testVector( input )
input
output = input + 1;