代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/282072/9122010
h keypwm.h
#ifndef _keypwm_h_
#define _keypwm_h_
void Pwm(void);
void T0InterruptInitial(void);
void Initial(void);
void SendTemperature(unsigned char Temperature);
#endif
www.eeworm.com/read/183805/9137623
c pgn.c
/* GNU Chess 5.0 - pgn.c - pgn game format code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian and Gazeb
www.eeworm.com/read/379620/9191386
bak lcd_lts350q1_pe1.h.bak
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/182453/9203723
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/181256/9262813
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement
www.eeworm.com/read/180026/9322245
makefile
################################################################################
# FILE NAME : Makefile
#
# DESCRIPTION: This makefile defines the rules to build DBM
#
# $Log: Makefile $
# R
www.eeworm.com/read/374305/9411708
m lms_adaptive_filter2.m
function LMS_adaptive_filter2;%定义功能函数
samples_per_period=40;%周期采样频率
N=10*samples_per_period-1;%总采样次数
signal=sin(2*pi*0.02*[0:N-1]);%初始输入信号
figure;%作图1的第一子图
subplot(2,1,1);
plot(signal);
grid;
www.eeworm.com/read/177752/9433271
m51 t2cal33x.m51
BL51 BANKED LINKER/LOCATER V5.03 08/15/2006 15:20:20 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\SILABS\MCU\IDEFILES\C51\BIN\BL51.EXE D:\WORKING\IR_MCU\IR_RX_TX\IR.OBJ
www.eeworm.com/read/177286/9460784
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement
www.eeworm.com/read/372725/9495791
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i