代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/397099/8068867
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/296686/8081733
py imagebrowser.py
#----------------------------------------------------------------------------
# Name: ImageBrowser.py
# Purpose: Image Selection dialog for wxPython demo
#
# Author: Lorne White
www.eeworm.com/read/396732/8092603
txt yabflex.txt
%{
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
FLEX - part
this Program is subject to the GNU General Public License;
see the file yabasic.c for detai
www.eeworm.com/read/196363/8097073
m main.m
% 把Henon映射产生的混沌现象控制到周期-1轨道上一个不动点上
% 不动点:xF=yF=(B-1+((1-B).^2+4*A).^0.5)/0.5
% -(1-1/ju)*hu*g*d
www.eeworm.com/read/196267/8108910
c hellowin.c
/*------------------------------------------------------------
HELLOWIN.C -- Displays "Hello, Windows 98!" in client area
(c) Charles Petzold, 1998
---------------------------
www.eeworm.com/read/195962/8119572
v comparetop.v
`timescale 1ns/100ps
`include "./blocking.v"
//`include "./non_blocking.v"
module compareTop;
wire[3:0]b1,c1,d,e,b2,c2;
reg[3:0]a;
reg clk;
initial
begin
clk=0;
www.eeworm.com/read/296104/8121842
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/296104/8121880
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/296104/8121881
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/296097/8122356
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