代码搜索:adjustment
找到约 470 项符合「adjustment」的源代码
代码结果 470
www.eeworm.com/read/169775/5410695
c comsysntp.c
/* comSysNtp.c - vxcom NTP clock module */
/* Copyright (c) 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,29jun01,nel Add code to indirect interface through fun
www.eeworm.com/read/393394/8290167
m lms.m
function [h,y] = lms(x,d,delta,N)
% LMS Algorithm for Coefficient Adjustment
% ----------------------------------------
% [h,y] = lms(x,d,delta,N)
% h = estimated FIR filter
% y = output
www.eeworm.com/read/171718/9740203
h settings.h
#ifndef SETTINGS_H
#define SETTINGS_H
//$Id: Settings.h,v 1.6 2006/08/09 16:33:03 markus Rel $
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GN
www.eeworm.com/read/268260/11146998
m lms.m
function [h,y] = lms(x,d,delta,N)
% LMS Algorithm for Coefficient Adjustment
% ----------------------------------------
% [h,y] = lms(x,d,delta,N)
% h = estimated FIR filter
% y = output
www.eeworm.com/read/374163/9419029
c clock-ppc.c
/*
From t-matsuu@protein.osaka-u.ac.jp Sat Jan 22 13:43:20 2000
Date: Sat, 22 Jan 2000 21:42:54 +0900 (JST)
To: Andries.Brouwer@cwi.nl
Subject: Please merge the source for PPC
From: MATSUURA Takanori
www.eeworm.com/read/426125/10284942
hh rangewidgets.hh
#include
#include
#include
#include
#include
#include
using namespace GFC;
www.eeworm.com/read/348705/10872820
html gtk_tut_it-19.html
GTK Tutorial: Scrivere un proprio Widget
www.eeworm.com/read/271244/11002017
m acc2dis.m
function [data]=acc2dis(xa,dt)
% The function ACC2DIS computes velocity and displacement for acceleration data.
% The procedure includes creating the filter by processing the 1st column
% of inpu
www.eeworm.com/read/449504/7502491
m bal.m
function yb = bal(y,z);
% PURPOSE: Proportional adjustment of y to a given total z
% -----------------------------------------------------------------------------
% SYNTAX: res = bal(y,z);
% -----