代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/467852/7002199
lib signal.lib
www.eeworm.com/read/467852/7002239
h signal.h
#ifndef _SIGNAL_H_
#define _SIGNAL_H_
#include "_ansi.h"
#include
typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
#if defined(__STDC__) || defined(__cplusplus)
#d
www.eeworm.com/read/465763/7045243
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/465763/7045264
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/378796/7069949
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
www.eeworm.com/read/378796/7069976
c signal.c
/*
* linux/kernel/<mark>signal</mark>.c
*
* (C) 1991 Linus Torvalds
*/
/*
注意:<mark>signal</mark>.c和fork.c文件的编译选项内不能有vc变量优化选项/Og,因为这两个文件
内的函数参数内包含了函数返回地址等内容。如果加了/Og选项,编译器就会在认为
这些参数不再使用后占用该内存,导致函数返回时出错。
math/math_emulat ...
www.eeworm.com/read/135045/7108914
h signal.h
www.eeworm.com/read/464339/7165130
h signal.h
www.eeworm.com/read/462821/7195337
h signal.h
/* signal.h
Definitions for ANSI defined signaling capability
Copyright (c) 1988, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __SIGNAL_H
#define __SIGNAL_H
www.eeworm.com/read/461713/7221686
h signal.h
/* signal.h
Definitions for ANSI defined signaling capability
Copyright (c) 1988, 1991 by Borland International
All Rights Reserved.
*/
#ifndef __SIGNAL_H
#define __SIGNAL_H