代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/237551/4625028
c signal.c
/* We need this file since otherwise `signal' would be handled as a
system call. */
#include
www.eeworm.com/read/234134/4660682
h signal.h
/***
*signal.h - defines signal values and routines
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the signal values and declares t
www.eeworm.com/read/234134/4662003
h signal.h
/***
*signal.h - defines signal values and routines
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the signal values and declares the s
www.eeworm.com/read/233554/4666270
h signal.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
www.eeworm.com/read/233448/4690172
h signal.h
// -*- C++ -*- compatibility header.
// Copyright (C) 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute i
www.eeworm.com/read/233448/4692609
h signal.h
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"fixinc/tests/inc/sys/signal.h"
This had to be done to correct non-standard usages in the
original, manufacturer
www.eeworm.com/read/233396/4692780
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/229812/4730862
c signal.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4740891
h signal.h
#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
#define SIG_DFL ((__sighandler_t)0) /* default signal handling */
#define SIG_IGN ((__sighandler_t)1) /* ignore signal
www.eeworm.com/read/229812/4740899
h signal.h
#define SIG_ERR ((__sighandler_t)-1)
#define SIG_DFL ((__sighandler_t)0)
#define SIG_IGN ((__sighandler_t)1)
#define SIGHUP 1 /* hangup */
#define SIGINT 2 /* interrupt