代码搜索:Array Signal Processing

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

代码结果 10,000
www.eeworm.com/read/124347/6051912

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
www.eeworm.com/read/124347/6051976

c signal.c

/* FUNCTION ---specify handler subroutine for a signal INDEX signal INDEX _signal_r INDEX raise INDEX _raise_r ANSI_SYNOPSIS #include void ( * signal(int , void(*
www.eeworm.com/read/124347/6051977

tex signal.tex

@node Signals @chapter Signal Handling (@file{signal.h}) A @dfn{signal} is an event that interrupts the normal flow of control in your program. Your operating environment normally defines the full s
www.eeworm.com/read/124347/6053241

cc signal.cc

/* signal.cc Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. Written by Steve Chamberlain of Cygnus Support, sac@cygnus.com Significant changes by Sergey Okhapkin
www.eeworm.com/read/123438/6059228

h signal.h

#ifndef _LINUX_SIGNAL_H #define _LINUX_SIGNAL_H typedef unsigned int sigset_t; /* 32 bits */ #define _NSIG 32 #define NSIG _NSIG #define SIGHUP 1 #define SIGINT 2 #defin
www.eeworm.com/read/123322/6060671

h signal.h

#ifndef CYGONCE_LIBC_SIGNAL_H #define CYGONCE_LIBC_SIGNAL_H //======================================================================== // // signal.h // // Definitions for ISO C and POSIX 10
www.eeworm.com/read/123322/6060675

inl signal.inl

#ifndef CYGONCE_LIBC_SIGNAL_INL #define CYGONCE_LIBC_SIGNAL_INL //======================================================================== // // signal.inl // // Inline functions for impleme
www.eeworm.com/read/123322/6060743

cxx signal.cxx

//======================================================================== // // signal.cxx // // ISO C and POSIX 1003.1 signals implementation // //=========================================
www.eeworm.com/read/121089/6069358

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/121089/6070679

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