代码搜索:功耗优化
找到约 4,261 项符合「功耗优化」的源代码
代码结果 4,261
www.eeworm.com/read/480084/6676599
m sacpmde.m
function [tr,bj,bm,n] = SACPMDE(VTR,XVmin,XVmax,D,NP,fname)
% 参数自适应差分进化算法,对Rastrigrin函数起作用
% aa 当前计算到第几次
% VTR 优化的目标值
% fname 选择测试函数
% XVmin 搜索空间下限
% XVmax 搜索空间上限
itermax = 8000;
www.eeworm.com/read/405263/11467319
m example5_17.m
%维数n=3
%设置参数边界
bounds =[1 4;1 7;1 7];
%遗传算法优化
%二进制编码
options=[1e-6 2];
%initPop=initializega(10,bounds,'f553',[],options);
%[m endPop] = ga(bounds,'f553',[],initPop,[1e-6 1 1],'maxGenTerm',100,
www.eeworm.com/read/402018/11543928
txt readme.txt
reg4.vhd,reg4_1.vhd,reg8.vhd,add4.gdf,add8.gdf 流水线加法器
mul_8.vhd,mul8.gdf 流水线乘法器
first.vhd,second.vhd 寄存器VHDL优化编码
www.eeworm.com/read/157533/11693585
m example5_17.m
%维数n=3
%设置参数边界
bounds =[1 4;1 7;1 7];
%遗传算法优化
%二进制编码
options=[1e-6 2];
%initPop=initializega(10,bounds,'f553',[],options);
%[m endPop] = ga(bounds,'f553',[],initPop,[1e-6 1 1],'maxGenTerm',100,
www.eeworm.com/read/149368/12384949
m example5_17.m
%维数n=3
%设置参数边界
bounds =[1 4;1 7;1 7];
%遗传算法优化
%二进制编码
options=[1e-6 2];
%initPop=initializega(10,bounds,'f553',[],options);
%[m endPop] = ga(bounds,'f553',[],initPop,[1e-6 1 1],'maxGenTerm',100,
www.eeworm.com/read/230933/14266050
rdf example.rdf
“EXAMPLE”气举排水采气优化设计结果$0
设计参数$13 $12 $14 第一只阀 第二只阀
置阀深度(m)$13 $12 $14 2125. 2338.
选择阀孔径(mm)$13 $12 $14 6. 10.07
计算阀孔径(mm)$13 $12 $14 5.6000000000000
www.eeworm.com/read/114381/15055946
m example5_17.m
%维数n=3
%设置参数边界
bounds =[1 4;1 7;1 7];
%遗传算法优化
%二进制编码
options=[1e-6 2];
%initPop=initializega(10,bounds,'f553',[],options);
%[m endPop] = ga(bounds,'f553',[],initPop,[1e-6 1 1],'maxGenTerm',100,
www.eeworm.com/read/211745/15174552
txt readme.txt
reg4.vhd,reg4_1.vhd,reg8.vhd,add4.gdf,add8.gdf 流水线加法器
mul_8.vhd,mul8.gdf 流水线乘法器
first.vhd,second.vhd 寄存器VHDL优化编码
www.eeworm.com/read/205619/15311319
m main.m
%标准粒群优化算法程序
% 2007.1.9 By 郏宣耀
%测试函数:f(x,y)=100(x^2-y)^2+(1-x)^2, -2.048
www.eeworm.com/read/481665/1294606
txt 调试记录.txt
此程序采用的是占用RAM区较少的一维数组,基本实现了一行数据的直方图显示。下一步:进一步优化程序代码;保存一帧数据,循环显示;定时采集数据,进行显示。