代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/365783/9847414

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/169221/9874989

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/167690/9955770

_c main._c

//=======头文件============ #include #include #include "3510i.h" #include "bit.h" //#include "tu.h" #include "keyscan.h" #include "buzzpr.h" #include "chinese_12x12_pixel.h"
www.eeworm.com/read/167690/9955779

c main.c

//=======头文件============ #include #include #include "3510i.h" #include "bit.h" #include "tu.h" #include "keyscan.h" #include "buzzpr.h" #include "chinese_12x12_pixel.h"
www.eeworm.com/read/362310/10005912

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/360322/10102686

m mc_tm_1d_nc.m

function time=MC_TM_1D_NC(N,dt,t) % MACCORMACK`S TECHNIQUE % Nonconservation Form % Time Marching tic; initial_data(t,N); for h=1:t preCal(h); predictor_step(N,h,dt); BoundaryC
www.eeworm.com/read/359102/10165878

c intial.c

#include #include "define.h" #include "command.h" void Initial(void) { IE = 0x9f; //允许T1、T0中断,INT0、INT1中断,串口中断 IP = 0x15; //设定两个外部中断及串口中断优先级为高 IT0 = 1; //外部中断设为边延触发方式
www.eeworm.com/read/355936/10241164

v wallace_tb.v

`timescale 10ns/100ps module wallace_wallace_tb_v_tf(); // DATE: 09:37:37 04/08/2005 // MODULE: wallace // DESIGN: wallace // FILENAME: wallace_tb.v // PROJECT: mult // VERSION:
www.eeworm.com/read/355389/10271048

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/355337/10274865

m ut_sigmas.m

%UT_SIGMAS - Generate Sigma Points for Unscented Transformation % % Syntax: % X = ut_sigmas(M,P,c); % % In: % M - Initial state mean (Nx1 column vector) % P - Initial state covariance % c - Pa