代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/408584/11380293
lc signal.lc
/* include signal */
#include "unp.h"## 1 ##src/lib/signal.c##
Sigfunc *## 2 ##src/lib/signal.c##
signal(int signo, Sigfunc *func)## 3 ##src/lib/signal.c##
{## 4 ##src/lib/signal.c##
struc
www.eeworm.com/read/408584/11380320
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/262644/11397469
dat signal.dat
1.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.0000000000e+000
0.00000000
www.eeworm.com/read/406786/11435676
h signal.h
#ifndef _SIGNAL_H
#define _SIGNAL_H
#include
typedef int sig_atomic_t;
typedef unsigned int sigset_t; /* 32 bits */
#define _NSIG 32
#define NSIG _NSIG
#define SIGHUP
www.eeworm.com/read/406786/11435697
c signal.c
/*
* linux/kernel/signal.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
volatile void do_exit(int error_code
www.eeworm.com/read/405944/11452942
html signal.html
<signal.h>
<signal.h>
Include the standard header <signal.h>
www.eeworm.com/read/405944/11453828
html signal.html
<signal.h>
<signal.h>
Include the standard header <signal.h>
www.eeworm.com/read/402294/11538822
c signal.c
/*
* Copyright (C) 1996-2000 Michael R. Elkins
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens
www.eeworm.com/read/402196/11541197
my_signal
www.eeworm.com/read/402163/11542038