代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/474600/6813484
m hmm_forward_backward.m
function [a, b] = HMM_Forward_Backward(a, b, V)
% Find the probability transition matrices a,b from sample data using the forward-backward algorithm
%
% Inputs:
% a - Initial estimate of the
www.eeworm.com/read/359187/6841975
m hmm_forward_backward.m
function [a, b] = HMM_Forward_Backward(a, b, V)
% Find the probability transition matrices a,b from sample data using the forward-backward algorithm
%
% Inputs:
% a - Initial estimate of the
www.eeworm.com/read/473220/6849265
h 2440addr.h
//=============================================================================
// File Name : 2440addr.h
// Function : S3C2440 Define Address Register
// History
// 0.0 : Programming start (Fe
www.eeworm.com/read/473392/6851914
v t_booth.v
module T_Booth();
reg[7:0] A;
reg[8:0] B;
wire [8:0] B0,B1,B2,B3;
wire [15:0] SUM;
BoothMul boo(A,B,B0,B1,B2,B3,SUM);
initial
begin
A=0;
B=0;
#10 A=-9;
#10 B=17;
#100 $stop;
end
e
www.eeworm.com/read/473392/6851919
bak t_booth.v.bak
module T_Booth();
reg[7:0] A;
reg[8:0] B;
wire [8:0] B0,B1,B2,B3;
wire [15:0] SUM;
BoothMul boo(A,B,B0,B1,B2,B3,SUM);
initial
begin
A=0;
B=0;
#10 A=-9;
#10 B=17;
#100 $stop;
end
www.eeworm.com/read/473392/6851929
v t_hadd.v
module T_Hadd();
reg a,b;
Hadd add(a,b,sum,cout);
initial
begin
a=0;
b=0;
#10 a=1;
#10 b=1;
#10 a=0;
#10 $stop;
end
endmodule
www.eeworm.com/read/473392/6851931
v t_wallace.v
module T_Wallace();
reg[9:0] P0,P1,P2,P3;
wire[15:0] FINAL;
WallaceAdd WalAdd(P0,P1,P2,P3,FINAL);
initial begin
P0=0;P1=0;P2=0;P3=0;
#10 P0=12;
#10 P1=100;
#10 P2=554;
#10 P3=-219;
#10 $stop;
e
www.eeworm.com/read/295544/8155117
cpp traverselan.cpp
#include
#include
#include
#include
#pragma comment(lib, "Iphlpapi.lib")
#pragma comment(lib, "comctl32.lib")
#pragma comment(lib, "WS2_32.lib")
www.eeworm.com/read/295240/8178816
c 串口.c
#include
#define unchar unsigned char;
unchar temp;
void send_char(unsigned char txt);
void initial()
{
TMOD=0x20;
TH1=0xfd;
TL1=0xfd;
ET1=1;
TR1=1;
TR0=1;
EA=1;
SCON=0
www.eeworm.com/read/295240/8178907
lst 输出一连串的字符试验.lst
C51 COMPILER V7.50 输砡_涣_串的字符试验 11/17/2007 21:07:34 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 输砡_涣_串的字符试验
OBJECT MODULE PLACED IN 输出一连