代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/373828/9433997
sa bitrev.sa
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* Copyright
www.eeworm.com/read/373828/9434364
sa factclasmfunc.sa
;Factclasmfunc.sa Linear ASM function called from C to find factorial
.ref _factclasmfunc ;Linear ASM func called from C
_factclasmfunc: .cproc number ;start of linear ASM func
www.eeworm.com/read/373828/9434406
sa bitrev.sa
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* Copyright
www.eeworm.com/read/373828/9434522
sa bitrev.sa
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* Copyright
www.eeworm.com/read/373828/9434616
sa bitrev.sa
*===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* Copyright
www.eeworm.com/read/371640/9543524
for sa1.for
www.eeworm.com/read/170101/9820201
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/170101/9820204
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/365914/9840914
txt sa.txt
遗传算法求解f(x)=xcosx+2的最大值
其中在尺度变换部分应用到了类似模拟退火算法部分,所有变量均使用汉语拼音很好懂
//中国电子科技集团公司
//第一研究室
//呼文韬
//hu_hu605@163.com
//随机初始种群
//编码方式为格雷码
//选择方法为随机遍历
//采用了精英保存策略
//采用了自适应的交叉率和变 ...
www.eeworm.com/read/166836/9995607
m sa.m
% Main Program sa.m
Tinit=120; % Initial Simulated Temperature
l=0.98; % Temperature Decrement Parameter
Tfinal=0.00001; % Final Temperature
x=-1:0.1:1; % Computation and Display of objecti