代码搜索:Array Signal Processing

找到约 10,000 项符合「Array Signal Processing」的源代码

代码结果 10,000
www.eeworm.com/read/246537/4493535

c signal.c

/* include signal */ #include "unp.h" Sigfunc * signal(int signo, Sigfunc *func) { struct sigaction act, oact; act.sa_handler = func; sigemptyset(&act.sa_mask); act.sa_flags = 0; if (signo == S
www.eeworm.com/read/243634/4519913

c signal.c

/* File: signal.c */ #include #include #include #include #include void signal_handler(int n) { //这时已经有一个 zombie 进程 int child_s
www.eeworm.com/read/243567/4521030

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/243567/4521104

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/243567/4521319

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/243567/4521587

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
www.eeworm.com/read/243567/4521850

c signal.c

/* * linux/arch/arm/kernel/signal.c * * Copyright (C) 1995-2001 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/243567/4522095

h signal.h

/* $Id: signal.h,v 1.3 1998/04/12 06:20:33 davem Exp $ * signal.h: Signal emulation for Solaris * * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #define SOLARIS_SIGHUP 1 #def
www.eeworm.com/read/243567/4522096

c signal.c

/* $Id: signal.c,v 1.7 2000/09/05 21:44:54 davem Exp $ * signal.c: Signal emulation for Solaris * * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) */ #include #include
www.eeworm.com/read/243567/4522133

c signal.c

/* $Id: signal.c,v 1.56 2001/03/21 11:46:20 davem Exp $ * arch/sparc64/kernel/signal.c * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu