代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/450040/7491271
bak num_test1.v.bak
module NUM_TEST1(reset_,sclk,num);
input reset_,sclk;
output [31:0]num;
reg [31:0]num;
reg [3:0]counter;
always @(posedge sclk or negedge reset_)
begin
if(!reset_) begin
num
www.eeworm.com/read/447585/7549325
dbk last loaded show_num.dbk
www.eeworm.com/read/445954/7587411
m ga_bit2num.m
function num = GA_bit2num(bit, range)
% GA_BIT2NUM Conversion from bit string representations
% to decimal numbers.
% num= GA_BIT2NUM(BIT, RANGE) converts a bit string
% representation BIT ( a 0-
www.eeworm.com/read/439651/7704100