代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/224377/14595410
h config.h
/* rough config.h */
/*
* History
*
* 2002-01-16: Nandy Lyu
* - Initial code
*
*/
#ifndef _CONFIG_H_
#define _CONFIG_H_
#include "autoconf.h"
#endif /* _CONFIG_H_ */
www.eeworm.com/read/123658/14618590
fns cpp.fns
\initial {#}
\entry {\code {#assert}}{37}
\entry {\code {#cpu}}{36}
\entry {\code {#define}}{10}
\entry {\code {#elif}}{33}
\entry {\code {#else}}{32}
\entry {\code {#error}}{38}
\entry {\code {#ident
www.eeworm.com/read/123310/14638603
txt readme.txt
Build 3
=======
Build 3 of the example implements scatterloading, and contains a retargeted __user_initial_stackheap.
The following modifications were made to build 2 of the example project:
www.eeworm.com/read/223151/14652494
m checkancestors1.m
function zerotree = checkancestors1(j,R,zerotree)
% zerotree=1 means coefficient is descended from zerotree root
% initial set zerotree=0
global N;
i = floor((j+3)/4 );
whi
www.eeworm.com/read/122672/14676560
c hellowin.c
/*------------------------------------------------------------
HELLOWIN.C -- Displays "Hello, Windows 95!" in client area
(c) Charles Petzold, 1996
---------------------------
www.eeworm.com/read/220620/14794958
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/220620/14794986
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/220620/14794988
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/120207/14810027
h dcptpkt.h
#ifndef _DCPTPKT_H
#define _DCPTPKT_H
/*--------------------------------------------------------------------*/
/* d c p t p k t . h */
/*
www.eeworm.com/read/219389/14883256
changelog
vlc (0.1.99-1) unstable; urgency=low
* Initial Release.
-- Samuel Hocevar Mon, 13 Mar 2000 02:21:45 +0100
Local variables:
mode: debian-changelog
End: