代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/103694/6212969
c halmanu.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/hal/template/halmanu.c
Version : $Id: halmanu.c,v 1.2 2004/01/11 0
www.eeworm.com/read/103192/6220915
h exe.h
/* exe.h - structure of an exe file header */
/* Include some new .exe file info from \link\newexe.h */
#define EMAGIC 0x5A4D /* Old magic number */
#define ENEWEXE size
www.eeworm.com/read/102935/6230669
itsy
Itsy is a research project done by the Western Research Lab, and Systems
Research Center in Palo Alto, CA. The Itsy project is one of several
research projects at Compaq that are related to pocket com
www.eeworm.com/read/101015/6262359
h exe.h
/* exe.h - structure of an exe file header */
/* Include some new .exe file info from \link\newexe.h */
#define EMAGIC 0x5A4D /* Old magic number */
#define ENEWEXE size
www.eeworm.com/read/252441/6298478
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/252441/6298572
v adder_tp.v
`timescale 1ns/1ns
`include "adder4.v"
module adder_tp;
reg[3:0] a,b;
reg cin;
wire[3:0] sum;
wire cout;
integer i,j;
adder4 adder(sum,cout,a,b,cin);
always #5 cin=~cin;
initial
begin
www.eeworm.com/read/243897/6302712
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/175592/6341590
s tct.s
;************************************************************************
;*
;* Copyright Mentor Graphics Corpora
www.eeworm.com/read/493005/6403737
sha
NAME
sha - old Secure Hash Algorithm (SHS FIPS Pub 180)
SYNOPSIS
sha([arg1 [, val ...]])
TYPES
arg1 any
val any
return HASH or number
DESCRIPTION
The sha() builtin impleme