代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/142573/12938798

txt yabflex.txt

%{ /* YABASIC --- a tiny integrated Basic Compiler/Interpreter FLEX - part this Program is subject to the GNU General Public License; see the file yabasic.c for detai
www.eeworm.com/read/242799/12983986

lst pl.lst

C51 COMPILER V8.02 PL 03/06/2007 17:42:15 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE PL OBJECT MODULE PLACED IN PL.O
www.eeworm.com/read/242365/13010099

c qep.c

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

c main.c

//==============================================================// //工程:HM6264(8KX8Bit RAM)驱动程序 //连线:IOA0~IOA12 接13位地址线 输出口 // IOB0~7 接8位数据线 输入口/输出口 默认输入口 // IOB8 WE 输出口
www.eeworm.com/read/140711/13065260

txt yabflex.txt

%{ /* YABASIC --- a tiny integrated Basic Compiler/Interpreter FLEX - part this Program is subject to the GNU General Public License; see the file yabasic.c for detai
www.eeworm.com/read/241389/13147815

s heap.s

;*********************************************************************************************** ;**File Name: heap.s ;**Function: lpc21xx initial heap ;********************************************
www.eeworm.com/read/326135/13163290

m boundaries.m

function B = boundaries(BW, conn, dir) %BOUNDARIES Trace object boundaries. % B = BOUNDARIES(BW) traces the exterior boundaries of objects in % the binary image BW. B is a P-by-1 cell array,
www.eeworm.com/read/326116/13165362

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/326116/13165403

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/326116/13165405

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