搜索结果
找到约 501 项符合
multi-interrupt 的查询结果
单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro
This example provides a description of how to use a DMA channel to transfer a
word data buffer from memory (Flash) to memory (RAM).
The dedicated DMA channel is configured to transfer once a time a 32 word data buffer
stored as constant in the Flash memory to another buffer in the RAM memory.
The r ...
人工智能/神经网络 The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB lan
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2.
The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples.
The returned model has the fo ...
单片机开发 This exercise is aimed at exploring how rate control and adaptation of carrier sense threshold can a
This exercise is aimed at exploring how rate control and adaptation of carrier sense threshold can affect spatial reuse (and hence aggregate throughput) in a multi-hop network.
Java编程 Swarm是一个非常有用的仿真工具
Swarm是一个非常有用的仿真工具,这是Swarm的Java程序编写教程,从最简单的程序开始一步一步教会读者如何使用Swarm来编写程序,最终依据所建立的数学模型实验Multi-agent的仿真
汇编语言 This zip file provides Getting Started quickly on the AT91RM9200 Evaluation Kit (AT91RM9200-EK) with
This zip file provides Getting Started quickly on the AT91RM9200 Evaluation Kit (AT91RM9200-EK) with Green Hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
单片机开发 This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the I
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the IAR-STM32-SK evaluation board. It shows
basic use of I/O, timer and the interrupt controllers.
Displays running lights on the board LED s.
matlab例程 JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the p
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for c ...
单片机开发 A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman inter
A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman intercom environment. Including the handset condition detection, LCD controller, keypad controller, interrupt handling and ADC.
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];
SCSI/ASPI 一个iscsi实现源码
一个iscsi实现源码,值得参考。It is a high-performance, transport independent,
multi-platform implementation of RFC3720 iSCSI.