代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/202785/15372969
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/202785/15373386
m gobck.m
%
% when finished initial viewing of data return to
% the previous screen .....
close_btn=uicontrol(main,...
'Style','Push',...
'units','Pixels',...
'Position',[420 12
www.eeworm.com/read/202577/15378209
m kalman_filter.m
function [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, model)
% Kalman filter.
% [x, V, VV, loglik] = kalman_filter(y, A, C, Q, R, init_x, init_V, model)
%
% Inputs:
% y(:,t) - t
www.eeworm.com/read/202052/15390826
changelog
RELEASE pml-0.01 released on August 17th 2003
- initial alpha release
- limited functionality as stand-alone app
- No IGMPv3
- FEC through Reed-Solomon
www.eeworm.com/read/201585/15401412
c retarget.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/201384/15409186
cpp wordlist.cpp
#include
#include
#include
#include
using namespace std;
const int INITIAL_LIST_CAPACITY = 10;
void build_wordlist (string* &word_list, int &capacit
www.eeworm.com/read/200049/15441651
c usblib.c
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/113864/15446252
v me_tf.v
`timescale 1 ns / 1 ns
module me_tf ;
reg [7:0] din ;
reg rst ;
reg clk ;
reg wr ;
wire mdo ;
wire ready ;
me u1 (rst,clk,wr,din,ready,mdo) ;
initial begin
rst = 1'b0 ;
clk = 1'b0 ;
din = 8'h0 ;
wr
www.eeworm.com/read/111180/15517269
c retarget.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/108219/15590774
c jrand.c
From xuli Sun Feb 3 14:50:44 1991
Message-Id:
From: Xu Li-Qun
Date: Sun, 3 Feb 91 14:50:40 GMT
To: jims
Subject: random
Status: RO
#define