代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/130916/14167533
v me_tf.v
`timescale 1 ns / 1 ns
module me_tf ;
reg [7:0] din ;
reg rst ;
reg clk ;
reg wr ;
wire mdo ;
wire ready ;
me u1 (rst,clk,wr,din,ready,mdo) ;
initial begin
rst = 1'b0 ;
clk = 1'b0 ;
din = 8'h0 ;
wr
www.eeworm.com/read/129915/14217695
m hmm_forward.m
function [Pout, Alpha] = HMM_Forward(a, b, initial_state, V)
% Find the probability of a finite state in a Markov chain using the HMM forward algorithm
%
% Inputs:
% a - Transition probabili
www.eeworm.com/read/129915/14217723
m hmm_generate.m
function out = HMM_generate(a,b,initial,seq_len)
% Generate a Markov sequence
%
% Inputs:
% a - Transition probability matrix
% b - Output generator matrix
% initial - Initial state
% seq
www.eeworm.com/read/129337/14250441
c menu4.c
#include
#include
#include
char *menu[] = {
"a - add new record",
"d - delete record",
"q - quit",
NULL,
};
int getchoice(char *greet, char *choices[
www.eeworm.com/read/230800/14273776
m51 mxulie.m51
BL51 BANKED LINKER/LOCATER V5.12 07/15/2007 14:39:39 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/230442/14288969
h 25431.h
#ifndef __25431_h__
#define __25431_h__
#define uchar unsigned char
#define uint unsigned int
// write your header here
extern void lcd_init(void);
extern void delay2543(int us);
extern void io
www.eeworm.com/read/128535/14291901
bas constring.bas
Attribute VB_Name = "constring"
Public Const CONSTRING1 = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=cargo;Data Source=10.130.1.128"
www.eeworm.com/read/128535/14291940
bas constring.bas
Attribute VB_Name = "CONSTRING"
Public Const CONSTRING1 = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=cargo;Data Source=10.130.1.128"
www.eeworm.com/read/230262/14294919
v ham_code_tt.v
`timescale 1ns/1ns
module Ham_Code_TT();
//input signa
www.eeworm.com/read/230262/14294958
v ham_code_rt.v
`timescale 1ns/1ns
module Ham_Code_RT();
//input signal
reg clk,rst;
reg req;
reg [3:0] datain;