代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/228773/14363611

c menu5.c

#include #include #include #include #include static FILE *output_stream = (FILE *)0; char *menu[] = { "a - add new record", "d - delete r
www.eeworm.com/read/228118/14400376

c main.c

#define MAIN //定义主函数 #include "reg51.h" #include "intrins.h" #include "absacc.h" #include "io.h"//AT89C2051的IO定义 #include "spi.h"//将SPI子函数定义为外部函数 #include "sub.h"//激活子函数定义为外部函数 #include "ch
www.eeworm.com/read/228014/14403447

c main.c

/* main.c File The timer's main file Created by Computer-lov. Date: 2005.5.25 Last edited date:2005.5.25 Copyright (c) 2005 Computer-lov version 1.0 All rigths reserved 欢迎访
www.eeworm.com/read/227713/14417352

h tm_extr.h

/*************************************************************************/ /* */ /* Copyright (c) 1993-2001 Accelerated
www.eeworm.com/read/226004/14503680

h command.h

/*--------------------------------*-H-*---------------------------------* * File: command.h *----------------------------------------------------------------------* * * All portions of code are co
www.eeworm.com/read/222199/14701371

v test_hiz.v

module hiZ (out1, out2, a, b, s0, s1); output out1, out2; input a, b, s0, s1; bufif1 (out1, a, s0); bufif1 (out1, b, s1); and (out2, a, b); or (out2, a, b); endmodule module
www.eeworm.com/read/222199/14701426

v t_add_half.v

module Add_half (sum, c_out, a, b); output sum, c_out; input a, b; wire c_bar; xor M1 (sum, a, b); nand M2 (c_bar, a, b); not M3 (c_out, c_bar); endmodule module t_Add
www.eeworm.com/read/221666/14730361

cc test_hmm.cc

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/220618/14795037

v funct_tp.v

`define clk_cycle 50 `include "funct.v" module funct_tp; reg[3:0] n; reg reset,clk; wire[31:0] result; initial begin n=0; reset=1; clk=0; for(n=0;n
www.eeworm.com/read/118498/14866960

c main.c

/********************************************************************************************* * File: main.c * Author: embest * Desc: c main entry * History: ***********************************