代码搜索结果

找到约 10,000 项符合 Memory 的代码

memb.c

/** * \addtogroup exampleapps * @{ */ /** * \file * Memory block allocation routines. * \author Adam Dunkels * * The memory block allocation routines provide a simple

error.h

/* @(#)error.h 5.18 93/07/30 16:39:48, Srini, AMD */ /****************************************************************************** * Copyright 1991 Advanced Micro Devices, Inc. * * This software

api.c

/* libwmf (api/api.c): library for wmf conversion Copyright (C) 2000 - various; see CREDITS, ChangeLog, and sources The libwmf Library is free software; you can redistribute it and/or modify

ftsystem.h

/***************************************************************************/ /* */ /* ftsystem.h

fault.c

/* $Id: fault.c,v 1.5 2000/01/26 16:20:29 jsm Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this a

setup.s

/* * setup.S Copyright (C) 1991, 1992 Linus Torvalds * * setup.s is responsible for getting the system data from the BIOS, * and putting them into the appropriate places in system memory. * both

est8260.h

/* Board information for the EST8260, which should be generic for * all 8260 boards. The IMMR is now given to us so the hard define * will soon be removed. All of the clock values are computed fro

sovfilt.m

% y = sovfilt(h,x,L1,L2) % Returns the response of the nonlinear second % order Volterra filter h when the signal x is % applied at the filter input. L1 is the memory % length of th

init_sovrls.m

% [w,x,d,y,e,R]=init_sovrls(L1,L2,b,w0,x0,d0) % % Creates and initializes the variables required for the % Second Order Volterra Recursive Least Squares (RLS) % Adaptive Filter. %

asptsovrls.m

% [w,y,e,R,xb]=asptsovrls(xn,xb,w,d,R,a,L1,L2) % % Performs filtering and coefficient update using the % Second Order Volterra Recursive Least Squares (RLS) % adaptive algorithm. % % I