代码搜索:功耗优化
找到约 4,261 项符合「功耗优化」的源代码
代码结果 4,261
www.eeworm.com/read/393847/8259716
m main.m
%标准粒群优化算法程序
% 2007.1.9 By 郏宣耀
%测试函数:f(x,y)=100(x^2-y)^2+(1-x)^2, -2.048
www.eeworm.com/read/415995/11045740
asv main.asv
%标准粒群优化算法程序
% 2007.1.9 By 郏宣耀
%测试函数:f(x,y)=100(x^2-y)^2+(1-x)^2, -2.048
www.eeworm.com/read/415995/11045744
m main.m
%标准粒群优化算法程序
% 2007.1.9 By 郏宣耀
%测试函数:f(x,y)=100(x^2-y)^2+(1-x)^2, -2.048
www.eeworm.com/read/267744/11165257
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/249743/12477023
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/249392/12507703
m main.m
%标准粒群优化算法程序
% 2007.1.9 By 郏宣耀
%测试函数:f(x,y)=100(x^2-y)^2+(1-x)^2, -2.048
www.eeworm.com/read/248277/12586207
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/205100/15326514
txt const.txt
{测试常表达式优化}
program aa
type t1=integer;
var t1 v1,v2;
integer a,b,c;
char o1;
procedure p(integer x; var integer y);
begin
x:=x+1 ;
y:=y+1
end
begin
v1:=10;
www.eeworm.com/read/205098/15326663
txt const.txt
{测试常表达式优化}
program aa
type t1=integer;
var t1 v1,v2;
integer a,b,c;
char o1;
procedure p(integer x; var integer y);
begin
x:=x+1 ;
y:=y+1
end
begin
v1:=10;