代码搜索:Array Signal Processing

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

代码结果 10,000
www.eeworm.com/read/11175/207054

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/11175/210096

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
www.eeworm.com/read/11316/222342

c signal.c

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free
www.eeworm.com/read/11316/222403

h signal.h

/* Copyright (C) 2004-2005 Li Yudong */ /* ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the
www.eeworm.com/read/11825/234852

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/11825/234872

c signal.c

/* * linux/kernel/signal.c * * (C) 1991 Linus Torvalds */ #include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据, // 还有一些有关描述符参数设置和获取的嵌入式汇编函数宏语句。 #include // 内核头文件。含有一些内核常用
www.eeworm.com/read/12867/251152

h signal.h

/* signal.h * * Copyright (C) Codemist Ltd., 1988-1993. * Copyright 1991-1999 ARM Limited. All rights reserved. * * RCS $Revision: 1.9.2.1 $ * Checkin $Date: 2001/02/22 16:23:35 $ * Revi
www.eeworm.com/read/12870/263270

h signal.h

/* signal.h * * Copyright (C) Codemist Ltd., 1988-1993. * Copyright 1991-1999 ARM Limited. All rights reserved. * * RCS $Revision: 1.15 $ * Checkin $Date: 2004/06/01 15:51:43 $ * Revisin
www.eeworm.com/read/13400/275527

c signal.c

/*fosc=12MHz,要求P2.0输出T=2ms的方波.*/ /*使用查询方式*/ #include void signal(void) {TMOD=0X01;TR0=1; for(;;) {TH0=-1000/256; TL0=-1000%256; do{}while(!TF0);//等待T0溢出 P2_0=!P2_0; TF0
www.eeworm.com/read/15142/433596

h signal.h