代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/345013/11846557
c main.c
#include "include.h"
extern void RUNBOOT();
extern void test0();
extern void test1();
extern void test2();
extern void test3();
extern void test4();
extern void test5();
extern void test6()
www.eeworm.com/read/344792/11860054
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/344792/11860080
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/344792/11860081
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/344550/11873355
bak mp3_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/344550/11873368
lnp mp3.lnp
"main.obj",
"IDE.obj",
"file_system.obj",
"Initial.obj",
"keyboard.obj",
"MP3.obj",
"LCD.obj",
"Usb.obj"
TO "MP3"
RAMSIZE(256)
www.eeworm.com/read/344550/11873381
plg mp3.plg
礦ision3 Build Log
Project:
G:\MP3_OK\MP3.uv2
Project File Date: 08/01/2008
Output:
Build target 'Target 1'
compiling main.c...
compiling IDE
www.eeworm.com/read/344239/11897243
java initialvalues2.java
//: initialization/InitialValues2.java
// Providing explicit initial values.
public class InitialValues2 {
boolean bool = true;
char ch = 'x';
byte b = 47;
short s = 0xff;
int i = 9
www.eeworm.com/read/344108/11908507
c main.c
//==============================================================//
//工程:HM6264(8KX8Bit RAM)驱动程序
//连线:IOA0~IOA12 接13位地址线 输出口
// IOB0~7 接8位数据线 输入口/输出口 默认输入口
// IOB8 WE 输出口
www.eeworm.com/read/154760/11928599
m cnvpl35n.m
function cnvplt35(xs,ys,tx,ty,ts)
%Support file for CONVPLOT for use with MATLAB 3.5
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2nd Ed.
% Published by