代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5732524
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/147331/5732525
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/146972/5734096
c signal.c
/* protable signal() like */
#include
/* Portable signal() from R.Stevens,
* modified to reset the handler */
void (*Signal(int signo, void (*func)(int)))(int)
{
struct sigaction act, o
www.eeworm.com/read/146341/5738875
h signal.h
/* $Id: signal.h,v 1.2 2002/02/01 12:10:00 kjelde Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of th
www.eeworm.com/read/145991/5741626
s signal.s
/ int signal ( int signal , sig_h handler )
.globl _signal
_signal:
movl 4(%esp), %ecx
movl 8(%esp), %edx
movw $0x7f0c, %ax
int $0x21
cmpl $-1, %eax
jne 1f
movl $22, _err
www.eeworm.com/read/145991/5741631
h _signal.h
/* This is file SIGNAL.H */
#ifndef _SYS_SIGNAL_H_
#define _SYS_SIGNAL_H_
#define SIG_ERR ((void (*)(int))(-1))
#define SIG_DFL ((void (*)(int))(0))
#define SIG_IGN ((void (*)(int))(1))
#def
www.eeworm.com/read/145991/5741668
h signal.h
/* sys/signal.h (emx+gcc) */
#if !defined (_SYS_SIGNAL_H)
#define _SYS_SIGNAL_H
#if defined (__cplusplus)
extern "C" {
#endif
typedef int sig_atomic_t;
#define SIGTY void
#define SIG
www.eeworm.com/read/145973/5742304
h signal.h
#define DATA_SIGNAL_SIZE 144
#ifdef __LOAD_SDRAM
static CCHAR _cData_SIGNAL[DATA_SIGNAL_SIZE] = {
0x98, 0xb5, 0x30, 0x42, 0x8e, 0x00, 0x80, 0x7c, 0xc9, 0x7d, 0x73, 0x7b, 0x9c, 0x78, 0x50, 0x53, 0x9
www.eeworm.com/read/145973/5742328
h signal.h
#define DATA_SIGNAL_SIZE 144
#ifdef __LOAD_SDRAM
static CCHAR _cData_SIGNAL[DATA_SIGNAL_SIZE] = {
0x98, 0xb5, 0x30, 0x42, 0x8e, 0x00, 0x80, 0x7c, 0xc9, 0x7d, 0x73, 0x7b, 0x9c, 0x78, 0x50, 0x53, 0x9