搜索结果

找到约 1,279 项符合 Two-input 的查询结果

DSP编程 fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);

fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
https://www.eeworm.com/dl/516/314129.html
下载: 155
查看: 1165

系统设计方案 Multirate filters provide a practical approach to designing and implementing finite response (FIR) f

Multirate filters provide a practical approach to designing and implementing finite response (FIR) filters with narrow spectral constraints. By changing the input data rate at one or more intermediate points the filter lengths and computational rates can be greatly reduced when compared to a standar ...
https://www.eeworm.com/dl/678/314969.html
下载: 86
查看: 1044

微处理器开发 This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not writ

This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link l ...
https://www.eeworm.com/dl/655/315381.html
下载: 139
查看: 1037

单片机开发 用AVR单片机设计的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB

用AVR单片机设计的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD work ...
https://www.eeworm.com/dl/648/315692.html
下载: 32
查看: 1089

其他 This assignment requires you to complete the dynamic drawing components of the Date/Time Control Pan

This assignment requires you to complete the dynamic drawing components of the Date/Time Control Panel from the previous two programming assignments. In particular, you will be moving the map found in the "Time Zone" tab when the time zone changes and will be drawing a clock face corresponding to th ...
https://www.eeworm.com/dl/534/315867.html
下载: 92
查看: 1047

Linux/Unix编程 Linux输入子系统和鼠标驱动的分析

Linux输入子系统和鼠标驱动的分析,详细分析drivers/input/mouse/amimouse.c的工作原理。给需要编写或修改鼠标驱动的兄弟一个参考!
https://www.eeworm.com/dl/619/319256.html
下载: 128
查看: 1064

JavaScript 自己写的

自己写的,实现不同类型的input显示不同样式的代码。使用非常简单。
https://www.eeworm.com/dl/685/319690.html
下载: 65
查看: 1022

微处理器开发 The MEASURE program uses analog and digital inputs to simulate a datalogger. You may watch the va

The MEASURE program uses analog and digital inputs to simulate a datalogger. You may watch the value of analog input POT1 and the state of S2, S3 Buttons on MCBSTM32 evaluation board.
https://www.eeworm.com/dl/655/321200.html
下载: 99
查看: 1057

嵌入式Linux linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-sm

linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看 ...
https://www.eeworm.com/dl/653/321444.html
下载: 101
查看: 1059

Linux/Unix编程 .ifnz I2C_SUPPORT ************************************************************** Function : fPro

.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: f ...
https://www.eeworm.com/dl/619/323086.html
下载: 138
查看: 1091