代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/110972/6161546

h sdlmain.h

/* SDLMain.m - main entry point for our Cocoa-ized SDL app Initial Version: Darrell Walisser Non-NIB-Code & other changes: Max Horn Feel
www.eeworm.com/read/103694/6212724

c tclwtx.c

/* ============================================================================ Project Name : jayaCard Module Name : proto/bios/tcl/tclwtx.c Version : $Id: tclwtx.c,v 1.13 2004/01/11 09:56:
www.eeworm.com/read/103694/6212933

c halap.c

/* ============================================================================ Project Name : jayaCard Module Name : proto/hal/simu/halap.c Version : $Id: halap.c,v 1.7 2004/01/11 09:56:33
www.eeworm.com/read/103694/6212959

c halap.c

/* ============================================================================ Project Name : jayaCard Module Name : proto/hal//halap.c Version : $Id: halap.c,v 1.7 2004/01/11 09:
www.eeworm.com/read/101130/6239103

cpp imrgb8.cpp

#include #include #include "imrgb8.h" // error handling int mgcImageRGB8::verbose = 0; unsigned mgcImageRGB8::error = 0; const unsigned mgcImageRGB8::zero_dimension
www.eeworm.com/read/101130/6239161

cpp imrgb5.cpp

#include #include #include "imrgb5.h" // error handling int mgcImageRGB5::verbose = 0; unsigned mgcImageRGB5::error = 0; const unsigned mgcImageRGB5::zero_dimension
www.eeworm.com/read/195193/6289383

h sspred_net2.h

#define IPERGRP (4) #define WINL (-7) #define WINR (7) #define NUM_IN ((WINR-WINL+1)*IPERGRP+3+1) /* number of input units */ #define NUM_HID (55) /* number of hidden units */ #define NUM_OUT (3)
www.eeworm.com/read/243897/6302710

m kalman_filter.m

function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin) % Kalman filter. % [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...) % % INPUTS: % y(:,t) -
www.eeworm.com/read/243897/6302711

asv kalman_filter.asv

function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, varargin) % Kalman filter. % [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, ...) % % INPUTS: % y(:,t) -
www.eeworm.com/read/491963/6429095

c ds1302.c

#include #include "LCD1602.h" #include "DS1302.h" void Delay1ms(unsigned int count) { unsigned int i,j; for(i=0;i