代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/214534/15097215
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/214372/15104470
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/212063/15166255
cpp utility.cpp
bool user_says_yes()
{
int c;
bool initial_response = true;
do { // Loop until an appropriate input is received.
if (initial_response)
cout
www.eeworm.com/read/212063/15166280
cpp utility.cpp
bool user_says_yes()
{
int c;
bool initial_response = true;
do { // Loop until an appropriate input is received.
if (initial_response)
cout
www.eeworm.com/read/210566/15196481
c lcd1602.c
#include
#include "LCD1602.h"
#include "stdio.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/207186/15280197
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/205842/15305635
v tb_fir_compiler.v
// Copyright (C) 1988-2005 Altera Corporation
// Any megafunction design, and related net list (encrypted or decrypted),
// support information, device programming or simulation file, and any other
www.eeworm.com/read/205842/15305683
v tb_fir32a.v
// Copyright (C) 1988-2005 Altera Corporation
// Any megafunction design, and related net list (encrypted or decrypted),
// support information, device programming or simulation file, and any other
www.eeworm.com/read/205561/15312244
uv2 mp3.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1, 0x
www.eeworm.com/read/167185/5465222
wait_for
#! /bin/sh
#wait_for @(#)wait_for 1.2 6/5/90
#wait an initial $1 seconds, then check lockfile every second before
#returning when lockfile is gone (see also lock_play)
lock_file=/tmp/erlplay.lock