代码搜索:TNP
找到约 13 项符合「TNP」的源代码
代码结果 13
www.eeworm.com/read/445174/7598244
m fartmap.m
function fartmap(tnp,rho,alpha)
figure(1)
aa=trainfam(tnp,rho,alpha);
%save aa;
xx=0:1/tnp:1;
yy=0:1/tnp:1;
clf
h=gcf;
axis([0 1 0 1]);
set(h,'colormap',cool);
set(h,'name','Fuzzy ARTMAP');
image(xx
www.eeworm.com/read/204938/15331125
m fartmap.m
function fartmap(tnp,rho,alpha)
figure(1)
aa=trainfam(tnp,rho,alpha);
%save aa;
xx=0:1/tnp:1;
yy=0:1/tnp:1;
clf
h=gcf;
axis([0 1 0 1]);
set(h,'colormap',cool);
set(h,'name','Fuzzy ARTMAP');
image(xx
www.eeworm.com/read/146268/5739054
c ostimer.c
/*
* Copyright (C) 2001-2004 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/172593/5383567
c ostimer.c
/*
* Copyright (C) 2001-2004 by egnite Software GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo
www.eeworm.com/read/146268/5739069
c ostimer.c
/*
* Copyright (C) 2004 by Jan Dubiec. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi
www.eeworm.com/read/172593/5383582
c ostimer.c
/*
* Copyright (C) 2004 by Jan Dubiec. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi
www.eeworm.com/read/484493/6577823
m ex05ch1.m
function ex05ch1
% Contrast local and global error
% Initialize output arrays.
t = [];
le = [];
ge = [];
% Initialize for integration.
tn = 0;
yn = 0.08;
h = 0.1;
for i = 1:20
tnp1 = tn + h;
y
www.eeworm.com/read/292144/3955397
pem ssl_client.pem
-----BEGIN RSA PRIVATE KEY-----
MIIBPAIBAAJBAL6Ym/bgUvhhnPkw08sggGg8Tnp759ThGMEjkmDzhuJ3w3PfnF65
mgHcgunku4G6LxAQfEUougJWf9Phmjj3oRUCAwEAAQJBAKMjvVvzZxFzfAlP4flc
OI0AEayFokp04dtvtzuFN09f+aBo2dP18xHmKL
www.eeworm.com/read/445174/7598242
m trainfam.m
function map=trainfam(TNP,rho_init,alpha)
F1=4;
F2max=10000;
F2b=2;
CAT=0;
epsilon=0.01;
rho_ab=0.8;
wij = ones(1,F1);
wjk = ones(1,F2b);
wijold=1;
wjkold=1;
spiral=spitrain;
strain=size(spiral);
nt