代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/309050/13683061
lst rs232.lst
C51 COMPILER V7.06 RS232 11/06/2006 10:15:55 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE RS232
OBJECT MODULE PLACED IN R
www.eeworm.com/read/308597/13699259
m lms_adaptive_filter.m
function LMS_adaptive_filter;%定义功能函数
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;
t
www.eeworm.com/read/306535/13742145
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/304602/13790663
bak lcd_lts350q1_pe1.h.bak
/**************************************************************
The initial and control for 240×320 16Bpp TFT LCD----LtS350Q1
**************************************************************/
void
www.eeworm.com/read/302667/13829415
m kalman_estimate.m
function [h, M] = kalman_estimate(initial_cir, y, num_ofdm)
% h0: a vector which describes the CIR of the pilot frequency in the first
% ofdm symbol. It is an initial values of the kalman estimator.
www.eeworm.com/read/152814/5666696
t030snmpv3usercreation
#!/bin/sh
. ../eval_tools.sh
HEADER SNMPv3 user creation and usage using snmpusm
#
# Begin test
#
# standard V3 configuration for initial user
. ./Sv3config
STARTAGENT
CAPTURE "snmpusm $SNMP_FLA
www.eeworm.com/read/147682/5728093
m init_mvsslms.m
% [w,x,d,y,e,g,mu] = init_mvsslms(L,w0,x0,d0,mu0,g0)
% Creates and initializes the variables required for the
% Variable Step Size LMS algorithm.
%
% Input Parameters::
% L : adapt
www.eeworm.com/read/140874/5778863
java untitled1.java
package myjms;
import java.util.*;
import javax.naming.*;
public class Untitled1 {
public static void main(String[] args) {
Jms1 myQueue=new Jms1();
Hashtable ht = new Hashtable();
ht.pu
www.eeworm.com/read/136812/5860159
h param.h
/* @(#) param.h 1.1 92/07/30 Copyr 1987 Sun Micro */
/* Copyright (C) 1987. Sun Microsystems, Inc. */
#ifndef __PARAM_H__
#define __PARAM_H__
/*
* Tunable constants
*/
#define MAXCTX 8 /* number
www.eeworm.com/read/136571/5869010
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