代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/151071/5686878
v top.v
`include "defs.h"
module input_signal(out, reset, clk);
output [64-1:0]out;
input reset, clk;
reg [`S-1:0] enc_bit01, enc_bit02, enc_bit11, enc_bit12,
enc_bit21, enc_bit22, enc_bit31,
www.eeworm.com/read/140180/5794260
h preset_types.h
#ifndef PRESET_TYPES_H
#define PRESET_TYPES_H
#include "splaytree_types.h"
#include "expr_types.h"
#include "per_pixel_eqn_types.h"
typedef enum {
ALPHA_NEXT,
ALPHA_PREVIOUS,
RANDOM_NEXT,
R
www.eeworm.com/read/139804/5797002
h tm_extr.h
/*************************************************************************/
/* */
/* Copyright (c) 1993-1996 Accelerated
www.eeworm.com/read/138847/5813499
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
//
// Lastest modified date:
// 2000/06/2
www.eeworm.com/read/136989/5832408
cpp client.cpp
//
// client.cpp,v 1.6 2003/11/04 08:12:58 dhinton Exp
//
#include "Stock_Consumer.h"
#include
#include
#include "ace/streams.h"
#include "a
www.eeworm.com/read/136989/5832435
cpp server.cpp
//
// server.cpp,v 1.6 2003/07/23 18:21:59 dhinton Exp
//
#include "Stock_Factory_i.h"
#include
#include "ace/streams.h"
int main (int argc, char* argv[])
{
try {
www.eeworm.com/read/124465/6046906
h bioshelper.h
#ifndef __BIOS_HELPER_H
/* ============================================================================
Project Name : jayaCard TCK
Module Name : proto/tck/bios/common/bioshelper.h
Version :
www.eeworm.com/read/103694/6212820
h bioshelper.h
#ifndef __BIOS_HELPER_H
/* ============================================================================
Project Name : jayaCard TCK
Module Name : proto/tck/bios/common/bioshelper.h
Version :
www.eeworm.com/read/170690/6326744
m sample_dhmm.m
function [obs, hidden] = sample_dhmm(initial_prob, transmat, obsmat, numex, len)
% SAMPLE_DHMM Generate random sequences from a Hidden Markov Model with discrete outputs.
% [obs, hidden] = sample_dhmm
www.eeworm.com/read/214114/6332721
inc pcplay.inc
//========================================================================================
// Progarm: The head file for pcplay.asm
// Arranged by: Andy Hsu
// Last modified date:
// 2000/06/23