*/ /* A Function Optimizer using Simple Genetic Algorithm */ /* developed from the Pascal SGA code presented by David E.Goldberg */ /* 同济大学计算机系 王小平 2000年5月
标签: Algorithm Optimizer developed Function
上传时间: 2013-11-29
上传用户:familiarsmile
sfrmat is a Matlab function that provides a spatial frequency response* (SFR) from a digital image file containing a slanted-edge feature. The specific edge-gradient algorithm follows the intent of the standard ISO 12233, developed by Technical Committee ISI/TC 42, for resolution measurements for electronic still pictorial cameras.
标签: frequency function provides response
上传时间: 2014-01-20
上传用户:qunquan
clock function for reference before doing homework
标签: reference function homework before
上传时间: 2013-12-01
上传用户:zhoujunzhen
自制Multi-ICE仿真器资料,比较完整.
上传时间: 2016-06-19
上传用户:linlin
java的一个开发包function scrollwindow() { currentpos=document.body.scrollTop window.scroll(0,++currentpos) if (currentpos != document.body.scrollTop) sc() } document.onmousedown=sc document.ondblclick=initialize </script> <style type="text/css"> <!-- .style1 {color: #CCCCCC} -->
标签: scrollwindow currentpos scrollTop function
上传时间: 2014-01-01
上传用户:comua
一个基于Matlab的人工免疫算法%Immune Algorithm based on the immune network model for function f(x1,x2) optimum
标签: Algorithm function network optimum
上传时间: 2013-12-23
上传用户:changeboy
HF Reader System Series 6000 S6700 Multi-Protocol Transceiver IC RI-R6C-001A
标签: Multi-Protocol Transceiver Reader System
上传时间: 2013-11-26
上传用户:youlongjian0
基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber
标签: Algorithm Optimizer developed Function
上传时间: 2016-06-24
上传用户:coeus
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2014-01-15
上传用户:hongmo
求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end end c=sqrt(t/(m*n-1
标签: gt myfunction function numel
上传时间: 2013-12-26
上传用户:dreamboy36