代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/226066/14499843
m kalman_update.m
function [xnew, Vnew, loglik, VVnew] = kalman_update(A, C, Q, R, y, x, V, varargin)
% KALMAN_UPDATE Do a one step update of the Kalman filter
% [xnew, Vnew, loglik] = kalman_update(A, C, Q, R, y, x, V
www.eeworm.com/read/224759/14568252
m resetstate.m
function state=resetstate;
%RESETSTATE Resets the state variables for the GPLAB algorithm.
% RESETSTATE sets all the GPLAB algorithm state variables with the
% default initial values.
%
%
www.eeworm.com/read/224759/14568442
m setinitialprobs.m
function initialprobs=setinitialprobs(params,state,data)
%SETINITIALPROBS Sets the initial operator probabilities for the GPLAB algorithm.
% SETINITIALPROBS(PARAMS,STATE,DATA) returns the initi
www.eeworm.com/read/123719/14615233
s tct.s
;/*************************************************************************/
;/* */
;/* Copyright (c) 1993-1999 Accelerat
www.eeworm.com/read/223151/14652499
m sampletest.m
% This is a test program that tests the EZW
% matrix X is an example matrix same as Shapiro's paper given
X=[63 -34 49 10 7 13 -12 7;
-31 23 14 -13 3 4 6 -1;
15 14 3 -12 5 -7 3 9;
www.eeworm.com/read/122580/14682680
c 数据结构3.c
#include
void main()
{
struct childrec/*定义结构体*/
{
char initial; /* 姓名首字母 */
int age; /* 年龄 */
int grade; /* 考试成绩 */
}boy,girl;
www.eeworm.com/read/220696/14791535
m grtheorytest.m
% Test program for GrTheory functions
% Author: Sergiy Iglin
% e-mail: siglin@yandex.ru
% personal page: http://iglin.exponenta.ru
clear all
% select test:
% ntest=1 - grBase
% ntest=2 - gr
www.eeworm.com/read/220617/14795097
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/119112/14838958
h get_time.h
/* get elapsed time function
* Ben Lynn
*/
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "Lice