代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/125688/6026504
h signal.h
/*
* Copyright (c) 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificatio
www.eeworm.com/read/125688/6026622
h signal.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/125688/6026754
h signal.h
/* $NetBSD: signal.h,v 1.42 1998/12/21 10:35:00 drochner Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1991, 1993
* The Regents of the University of California. All rights reserved.
* (c) UNIX Sy
www.eeworm.com/read/124910/6037584
c signal.c
/* We need this file since otherwise `signal' would be handled as a
system call. */
#include
www.eeworm.com/read/124910/6038218
s signal.s
/* Copyright (C) 1992, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/124347/6050838
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/124347/6050971
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/124347/6051030
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/124347/6051117
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/124347/6051875
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_