代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/298253/7969859
cpp sa.cpp
#include
#include
#include
#include
#include
#include
#define INIT_TEMP 200.0
#define myrandom(x) rand()%x
#define uniform
www.eeworm.com/read/297660/8005561
m sa.m
% ME6352
% Global Optimization: Heuristic Method
% Simulated Annealing Project--Dejong Function
%Date: Feb. 25th,2008
%Author: Jin Zhao
www.eeworm.com/read/297660/8005588
asv sa.asv
% ME6352
% Global Optimization: Heuristic Method
% Simulated Annealing Project
%Date: Feb. 25th,2008
%Author: Jin Zhao
function [Xstar
www.eeworm.com/read/197241/8010054
m sa.m
function y = Sa(x)
% File: SA.M
% CALL: y = Sa(x)
% This function computes sin(x)/x.
% x is assumed to be a "scalar" or a vector;
x = x(:);
y = zeros(length(x),1);
for (i = 1:length(x))
www.eeworm.com/read/144662/12777991
h sa.h
/* sa.h Prototypes for Simulated Annealing library */
/* rcsid: @(#)sa.h 1.2 15:54:42 3/30/93 EFC */
#ifndef SA_PACKAGE_H_
#define SA_PACKAGE_H_ 1.2
#ifdef NO_PROTO
typedef float (*CostFunct
www.eeworm.com/read/144662/12778002
c sa.c
/* a collection of C routines for general purpose Simulated Annealing
intended to be the C equivalent of the C++ Simulated Annealing object
SimAnneal
Uses Cauchy training
*/
static char r
www.eeworm.com/read/143994/12825064
sa flash.sa
;;
;本函数用于从flash的指定扇区读取指定长度的数据
.global _read_flash
_read_flash: .cproc
.reg status,error1,error2,exchange
.reg ar0,ar1,ar2,
www.eeworm.com/read/143826/12838071
doc sa.doc
0.138 0.1352 0.2334 0.6697 0.5615 0.3872 0.263 0.2594 0.1844 0.1411
0.3536 0.3509 0.4793 0.1264 0.0575 0.6876 0.5309 0.5254 0.1782 0.1327
0.5776 0.5727 0.695 0.2823 0.2166 0.1197 0.0423 0.0435 0.142
www.eeworm.com/read/331127/12847776