代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/415194/6281711

m greed_omp.m

function [s, err_norm, iter_time]=greed_omp(x,A,m,varargin) % greed_omp: Orthogonal Matching Pursuit using a range of implementations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/415194/6281716

m .15636-199117266-2.m

function [s, err_norm, iter_time]=greed_omp(x,A,m,varargin) % greed_omp: Orthogonal Matching Pursuit using a range of implementations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
www.eeworm.com/read/358610/6282127

cc test_hmm.cc

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/358610/6282142

cc test_hmm.cc

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/358610/6282456

cc test_hmm.cc

// file : hmm.cc // authors: Richard Myers and Jim Whitson // version: 1.03 [August 21, 1995] #include #include #include #include #include #
www.eeworm.com/read/252441/6298483

v funct_tp.v

`define clk_cycle 50 `include "funct.v" module funct_tp; reg[3:0] n; reg reset,clk; wire[31:0] result; initial begin n=0; reset=1; clk=0; for(n=0;n
www.eeworm.com/read/170690/6326725

m sample_markov_chain.m

function state = sample_markov_chain(initial_prob, trans, len, numex) % % Generate random sequences from a Markov chain. % state = sample_markov_chain(initial_prob, trans, len, numex) % % Each row of
www.eeworm.com/read/295538/6339745

m51 舵机的控制.m51

BL51 BANKED LINKER/LOCATER V6.05 09/13/2007 01:00:45 PAGE 1 BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY: D:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/175592/6341562

h tm_extr.h

/*************************************************************************/ /* */ /* Copyright Mentor Graphics Cor
www.eeworm.com/read/389070/6353186

m untitled2.m

clear; %程序C8-1 二阶R-K法 M=input('输入M(M~=0)的值:'); K=input('输入K的值:'); B=input('输入B的值:'); y=[1,0]';%initial condition b=K/M;a=B/M; n=0;t=0;h=0.05; y_rec(:,1)=y;t_rec(1)=0; while t