代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/450040/7491311

bsf num_test1.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/450040/7491328

v num_test1.v

module NUM_TEST1(reset_,sclk,num); input reset_,sclk; output [31:0]num; reg [31:0]num; always @(posedge sclk or negedge reset_) begin if(!reset_) num
www.eeworm.com/read/446977/7561724

gif ppt_num_3.gif

www.eeworm.com/read/446977/7561739

gif ppt_num_2.gif

www.eeworm.com/read/446977/7561749

gif ppt_num_5.gif

www.eeworm.com/read/446977/7561755

gif ppt_num_4.gif

www.eeworm.com/read/446977/7561776

gif ppt_num_1.gif

www.eeworm.com/read/445555/7593643

cpp 004-queen_num.cpp

#include #include #include long sum, n_queen; clock_t start_time,end_time; void queen(long row, long left_clash, long right_clash) { long fsb_pos, cur_pos; if
www.eeworm.com/read/399115/7891198

gif ed_list_num.gif

www.eeworm.com/read/198734/7915138

bak num.pl0.bak

const a=45,b=27; var x,y,g; procedure mod; x:=x-x/y*y; begin x:=a; y:=b; g:=y; m:=a*b/g; write(g,m) end.