代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/136733/13363469

runpom2k

# # Runscript for pom2k with example of reading IC from file. # IC file generated by /GRID-DATA/GRID.f (T.E. Dec04) # # ------------------ PARAMETER FILES FOR EACH CASE ----------- # # -- SEAMOU
www.eeworm.com/read/321459/13404345

uv2 mp3.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, File 1,1, File 1
www.eeworm.com/read/320560/13423813

c qep.c

// 该程序用于测试TMS320LF240X的EVB模块的正交编码脉冲(QEP)电路, #include "register.h" // 初始化子程序 initial() { asm(" setc INTM"); // 禁止所有中断 asm(" setc SXM"); // 抑制符号位扩展 asm(" clrc OVM"); // 累加器中结果正
www.eeworm.com/read/319906/13439883

m51 gps.m51

BL51 BANKED LINKER/LOCATER V6.00 05/20/2008 17:39:32 PAGE 1 BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY: C:\KEIL\C51\BIN\BL51.EXE main.o
www.eeworm.com/read/319367/13452887

v test_multiplier.v

module test_multiplier; reg [15:0] x; reg [15:0] y; reg clk; wire [31:0] p; multiplier multiplier( .x (x), .y (y), .p (p) ); always #320 clk = ~clk; initial begin
www.eeworm.com/read/318986/13464773

v random_tp.v

`timescale 10ns/1ns module random_tp; integer data; integer i; parameter delay=10; initial $monitor($time,,,"data=%b",data); initial begin for(i=0; i
www.eeworm.com/read/318986/13464786

v time_dif.v

`timescale 10ns/1ns module time_dif; reg ts; parameter delay=2.6; initial begin #delay ts=1; #delay ts=0; #delay ts=1; #delay ts=0; end initial $monitor($time,,,"
www.eeworm.com/read/318986/13464787

v mult_tp.v

`timescale 10ns/1ns module mult_tp; reg[7:0] a,b; wire [15:0] out; integer i,j; mult8 m1(out,a,b); initial begin a=0;b=0; for(i=1;i
www.eeworm.com/read/317622/13500885

m hmm_forward_backward.m

function [a, b] = HMM_Forward_Backward(a, b, V) % Find the probability transition matrices a,b from sample data using the forward-backward algorithm % % Inputs: % a - Initial estimate of the
www.eeworm.com/read/317547/13502511

c text1.c

#include #include #include #include #define CON_8279 XBYTE [0x5fff] #define DAT_8279 XBYTE [0x5eff] sbit clflag=ACC^7; unsigned char data disgram[6]={0x0