代码搜索:Array Signal Processing
找到约 10,000 项符合「Array Signal Processing」的源代码
代码结果 10,000
www.eeworm.com/read/136565/13301182
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/137612/13308958
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/238917/13315068
exe signal.exe
www.eeworm.com/read/321827/13397704
h signal.h
/***
*signal.h - defines signal values and routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the signal values and dec
www.eeworm.com/read/320955/13415406
c signal_.c
#include "f2c.h"
#include "signal1.h"
#ifdef __cplusplus
extern "C" {
#endif
ftnint
#ifdef KR_headers
signal_(sigp, proc) integer *sigp; sig_pf proc;
#else
signal_(integer *sigp, sig_pf proc)
#endif
www.eeworm.com/read/320714/13419268
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/320714/13419295
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/320714/13419425
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/320714/13419445
c signal.c
/*
* linux/kernel/signal.c
*
* (C) 1991 Linus Torvalds
*/
#include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据,
// 还有一些有关描述符参数设置和获取的嵌入式汇编函数宏语句。
#include // 内核头文件。含有一些内核常用
www.eeworm.com/read/318888/13467807
c signal.c
/*
signal.c - Sinewave plus additive zero-mean random noise
*/
#define USE_DATA 1
#if USE_DATA /* Use noise data file */
#pragma CODE_SECTION(cos_