代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/288527/8625005
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/288527/8626916
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/432140/8626939
h lcd_ltv350qv_f05.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/187515/8634469
lst 2.lst
C51 COMPILER V7.50 2 11/01/2006 22:48:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 2
OBJECT MODULE PLACED IN 2.OBJ
www.eeworm.com/read/187515/8634506
lst 1.lst
C51 COMPILER V7.50 1 11/01/2006 22:49:56 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE 1
OBJECT MODULE PLACED IN 1.OBJ
www.eeworm.com/read/387826/8651859
c main.c
// Use SED1565 for EG096064A
#include
#include "inc/datatype.h"
#include "inc/delay.h"
#include "inc/ssd1815.h"
#include "inc/graphics.h"
#include "inc/txtdisplay.h"
void main(voi
www.eeworm.com/read/431057/8711072
h timeouth.h
/*------------------------------------------------------------------*-
TimeoutH.H (v1.00)
------------------------------------------------------------------
Simple timeout delays for
www.eeworm.com/read/430402/8750130
h lcd_lts350q1_pe1.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/286662/8751802
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/286662/8751828
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
%