代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/241728/13123810

inc pcplay.inc

//======================================================================================== // Progarm: The head file for pcplay.asm // Arranged by: Andy Hsu // Last modified date: // 2000/06/23
www.eeworm.com/read/240985/13181784

cpp emp4_16.cpp

// eg 4.16 tracelst2 #include "linklist.h" void main() { dulink p,q,l; dptrlink pt,qt; initial_llist(); create_cchdllist(l); display_cchdllist("llist",l); initial_
www.eeworm.com/read/240985/13181874

cpp emp9_03.cpp

#include"grary2.h" main() { BB2 a,b; int i,j; GrpArr2 ag1,ag2; for(i=1;i
www.eeworm.com/read/240985/13182517

h seqlists.h

#ifndef __SEQLISTS_H #define __SEQLISTS_H #if !defined(__GRARY1_H) #include"grary1.h" #endif struct SeqList { string name; bb1 data; ArrPtr PLast; int La
www.eeworm.com/read/325719/13187984

s 91x_init.s

;******************** (C) COPYRIGHT 2006 STMicroelectronics ******************** ;* File Name : 91x_init.s ;* Author : MCD Application Team ;* Date First Issued : 05/18/2006
www.eeworm.com/read/138846/13208232

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/240633/13209799

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/240631/13210082

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/240617/13211057

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // // Lastest modified date: // 2000/06/2
www.eeworm.com/read/138798/13212527

m dhmm_sample.m

function [obs, hidden] = dhmm_sample(initial_prob, transmat, obsmat, numex, len) % SAMPLE_DHMM Generate random sequences from a Hidden Markov Model with discrete outputs. % % [obs, hidden] = sample_dh