代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/445224/7597872
m sis_novel_func.m
function f=SIS_novel_func(x,func_num)
% SIS novel composition functions
% Including six composition functions
% f=SIS_novel_func(x,func_num)
% func_num: 1:6
% reference:
% J. J. Liang, P. N.
www.eeworm.com/read/444804/7606053
m51 cs16-1.m51
BL51 BANKED LINKER/LOCATER V5.03 02/11/2007 09:55:29 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE CS16-1
www.eeworm.com/read/438680/7728156
cfg cwdata.cfg
{{1 breakpoint keep y__ 0x00d3501e in initial(void) at memManager.cpp:73} {} 0 {}}
www.eeworm.com/read/437709/7742110
lkf debug.lkf
-z -c -m"./Debug/PMSM.map" -o"./Debug/PMSM.out" -x -i"C:/ti/c2400/cgtools/lib"
"E:\works\c-dsp\total_motor\PMSM\Debug\arithmetic.obj"
"E:\works\c-dsp\total_motor\PMSM\Debug\initial.obj"
"E:\works\c
www.eeworm.com/read/437709/7742118
lkv debug.lkv
-z -c -m"./Debug/PMSM.map" -o"./Debug/PMSM.out" -x -i"C:/ti/c2400/cgtools/lib"
"E:\works\c-dsp\total_motor\PMSM\Debug\arithmetic.obj"
"E:\works\c-dsp\total_motor\PMSM\Debug\initial.obj"
"E:\works\c
www.eeworm.com/read/434951/7799900
h lcd_ltv350qv_f05.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/434942/7799991
h lcd_ltv350qv_f05.h
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/399996/7816784
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/399996/7816825
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/399963/7818836
c menu4.c
#include
#include
#include
char *menu[] = {
"a - add new record",
"d - delete record",
"q - quit",
NULL,
};
int getchoice(char *greet, char *choices[