代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/169681/5415985
c sa1100intrctl.c
/* sa1100IntrCtl.c - Digital Semiconductor SA-1100 interrupt controller driver */
/* Copyright 1984-1998, Wind River Systems, Inc. */
/*
modification history
--------------------
01b,21sep98,cdp fi
www.eeworm.com/read/191902/8417145
m stochastic_sa.m
function [features, targets] = Stochastic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the stochastic simulated annealing algorithm
%Inputs:
www.eeworm.com/read/191902/8417358
m deterministic_sa.m
function [features, targets] = Deterministic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the deterministic simulated annealing algorithm
%Inp
www.eeworm.com/read/390892/8435527
sa liquid snow.sa
www.eeworm.com/read/390892/8435530
sa crazy caterpillar.sa
www.eeworm.com/read/390892/8435532
sa cloud9.sa
www.eeworm.com/read/389274/8537086
m sa_dist.m
function [x,y,dist,cities]=sa_Dist(mapmatrix)
[m,n]=size(mapmatrix);
count=1;
for i=1:n
for j=1:m
if mapmatrix(i,j)==1
locate(count,count,1)=i;
locate(count,count
www.eeworm.com/read/389274/8537170
m sa_length.m
function rod=sa_length(perm,dist)
[m,n]=size(perm);
rod=0;
for i=1:n-1
rod=rod+dist(perm(i),perm(i+1));
end
rod=rod+dist(perm(n),perm(1));
www.eeworm.com/read/388838/8572029
gif sa24.gif
www.eeworm.com/read/388838/8572057