代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5723369
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/147766/5723587
c signal.c
/*
* linux/arch/ppc/kernel/signal.c
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
*
* Derived from "arch/i386/kernel/signal.c"
* Copyright (C) 1991, 199
www.eeworm.com/read/147708/5727824
c signal.c
/*
Copyright (C) 2004-2005 Li Yudong
*/
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free
www.eeworm.com/read/147708/5727883
h signal.h
/*
Copyright (C) 2004-2005 Li Yudong
*/
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the
www.eeworm.com/read/147331/5730833
s signal.s
/ According to the iBCS2 book, signal() has 0x30 in %eax, and the address
/ of a function in %edx. This function is where a signal handler will
/ return to; it should just adjust the stack pointer, a
www.eeworm.com/read/147331/5730966
s signal.s
;@(#)signal.s 2.15 90/10/14 21:57:55, AMD
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copyright 1990 Advanced Micro Devices, Inc.
;
; This software is the propert
www.eeworm.com/read/147331/5731085
h signal.h
/* libc/sys/linux/sys/signal.h - Signal handling */
/* Written 2000 by Werner Almesberger */
#ifndef _SYS_SIGNAL_H
#define _SYS_SIGNAL_H
#define _SIGNAL_H
#include
#include
www.eeworm.com/read/147331/5731394
c signal.c
/* BSD-like signal function.
Copyright (C) 1991, 1992, 1996, 1997, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can red
www.eeworm.com/read/147331/5732426
h signal.h
/* sys/signal.h */
#ifndef _SYS_SIGNAL_H
#define _SYS_SIGNAL_H
#ifdef __cplusplus
extern "C" {
#endif
#include "_ansi.h"
#include
/* #ifndef __STRICT_ANSI__*/
#if defined(_POSIX_
www.eeworm.com/read/147331/5732463
h signal.h
#ifndef _SIGNAL_H_
#define _SIGNAL_H_
#include "_ansi.h"
#include
_BEGIN_STD_C
typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
#define SIG_DFL ((_sig_func_ptr)0) /* Defau