代码搜索:Block
找到约 10,000 项符合「Block」的源代码
代码结果 10,000
www.eeworm.com/read/385506/8802981
for block6.for
www.eeworm.com/read/385506/8802983
for block4.for
www.eeworm.com/read/385506/8802985
for block1.for
www.eeworm.com/read/385506/8802986
for block5.for
www.eeworm.com/read/429004/8824879
v block.v
module block(c,b,a,clk);
output c,b;
input clk,a;
reg c,b;
always @(posedge clk)
begin
b=a;
c=b;
end
endmodule
www.eeworm.com/read/384940/8828404
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = values{11};
switch type
case 'Voltage_control'
prompts{10} = ['Reference dc voltage limits (Vr_max, Vr_min, Vi_max, ' ...
www.eeworm.com/read/384940/8828483
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
display1 = ['plot([1 0.8],[0.5 0.5],' ...
'[0 0.2],[0.5 0.5],' ...
'[0.8 0.8 0.2 0.2 0.8],[0 1 1 0 0]), ',
www.eeworm.com/read/384940/8828576
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = values{2};
switch type
case 'constant_power'
enables([3 7]) = {'on'; 'on'};
otherwise
enables([3 7]) = {'off'; 'off'};
www.eeworm.com/read/384940/8828687
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
type = str2num(values{1});
switch type
case 1, enables([2 5 6 7 8 9 10]) = {'off','on', 'off','off','off','off','off'};
case 2, e
www.eeworm.com/read/384940/8829503
m block.m
function [enables,prompts] = block(a,object,values,enables,prompts)
colors = {'black','blue','green','red','yellow', ...
'cyan','orange','darkgreen','lightblue','gray'};
numc = rem(round(st