代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/142911/5761906
h signal.h
/* $Id: signal.h,v 1.1.1.1 2000/10/23 14:03:23 carstenl Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory
www.eeworm.com/read/142536/5764695
c signal.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* The signal routines for spice 3
www.eeworm.com/read/140704/5783722
h signal.h
// file: Signal.h
//
// make sure definitions are made only once
//
#ifndef __ISIP_SIGNAL
#define __ISIP_SIGNAL
// isip include files
//
#ifndef __ISIP_INTEGRAL
#include
#endif
#ifnde
www.eeworm.com/read/140467/5789787
h signal.h
#ifndef _ASMPPC_SIGNAL_H
#define _ASMPPC_SIGNAL_H
#include
/* Avoid too many header ordering problems. */
struct siginfo;
/* Most things should be clean enough to redefine this at
www.eeworm.com/read/136812/5857010
c signal.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)signal.c 1.1 92/07/30 SMI"; /* from UCB 5.1 85/06/05 */
#endif
/*
* Copyright (c) 1985 Regents of the University of California.
*
www.eeworm.com/read/136812/5857022
c signal.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)signal.c 1.1 92/07/30 SMI";
#endif
/*
* Backwards compatible signal.
*/
#include
void (*
signal(s, a))()
int s;
void
www.eeworm.com/read/136786/5862124
c signal.c
/*
* arch/s390/kernel/signal.c
*
* S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj
www.eeworm.com/read/136786/5862198
c signal.c
/* $Id: signal.c,v 1.21 2000/03/11 14:06:21 gniibe Exp $
*
* linux/arch/sh/kernel/signal.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-11-28 Modified for POSIX.1b signals by Richar
www.eeworm.com/read/136786/5862413
c signal.c
/*
* 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 archive
* for more details.
*
* Copyright (C) 1991
www.eeworm.com/read/136786/5862681
c signal.c
/*
* Architecture-specific signal handling support.
*
* Copyright (C) 1999-2001 Hewlett-Packard Co
* David Mosberger-Tang
*
* Derived from i386 and Alpha versions.
*/
#incl