代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/470954/6902305
m curve.m
%% Author: epokh
%% Website: www.epokh.org/drupy
%% This software is under GPL
function vect_vel=curve(initial_pos,final_pos,b,time)
%%This function compute the kinematics for a turn
%% giving
www.eeworm.com/read/470723/6906259
m nonlinear_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/221940/6956027
cs breadthfirstsolver.cs
namespace Opus6
{
using System;
[Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng."), Version("$Id: BreadthFirstSolver.cs,v 1.3 2001/09/11 12:04:04 brpreiss Exp $")]
public cl
www.eeworm.com/read/320898/6960890
vhd eafsm.vhd
----------------------------------------------------
--
-- VHDL code generated by Visual HDL
--
-- Design Unit:
-- ------------
-- Unit Name : EA_FSM_EACU
-- Library Nam
www.eeworm.com/read/435965/6962060
h ds1302.h
#ifndef _REAL_TIMER_DS1302_2003_7_21_
#define _REAL_TIMER_DS1302_2003_7_21_
#include"reg51.h"
void BurstRead1302(unsigned char ClockRtc[]);
void DateToStr(void);
void DS1302_SetProtect(bit flag);
www.eeworm.com/read/395952/6968383
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/395952/6968428
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/395952/6968473
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/467490/7004253
c timer0.c
#include "timer0.h"
//#include "LPC2294.h"
#include "uart0.h"
#include "uart1.h"
/************************************************/
/* function: void initial_timer0() */
/* 功能:实
www.eeworm.com/read/466107/7038250
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i