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 received data are stored in the DST_Buffer.
The DMA channel transfer complete interrupt is enabled to generate an interrupt at
the end of the buffer transfer. As soon as the transfer is completed an interrupt is
generated and in the DMA channel interrupt Routine the transfer complete interrupt
pending bit is cleared.
The data counter is stored before and after the transfer to show that all data has been
transfered.
TransferStatus gives the data transfer status where it is PASSED if transmitted and
received data are the same otherwise it is FAILED
局部線性嵌入法,用于數據降維
.lle.m -- A simple matlab Routine to perform LLE.
.scurve.m -- Code to run the "s-curve" example.
.swissroll.m -- Code to run the "swiss roll" example.
c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use Routines
in STDIO.h to write to and read from the UART interface. The program
reads a character using the STDIO Routine getkey(), outputs that character
to the screen, and then outputs the ASCII hex value of that character.
The sample software includes, common library, peripheral APIs, and test modules
for the APIs. The common library include startup file, standard definition and
header files, processor specific setup module, generic interrupt related APIs,
timer Routine, and scatter loading file. The peripheral directories include,
GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external
interrupt, etc.
MATLAB的SVM算法實現,Matlab Support Vector Machine Toolbox,This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
Routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.
The "1818" is my first search word in this website, So I upload Lcd drive(Ssd1818a) C language code as my support.
96*64 dot matrix Graphic
LCD controller: SSD1818A
Parallel interface
Initial Routine code
Command write and Data write
Base functions and application code
Ascii font library
Product Photo
Mcu: Pic16F887...etc.
Keywords: Ssd1818a, dot matrix graphic, Parallel interface, Initial Routine, base font8x8 librarys
Lex helps write programs whose control flow is directed by instances of regular
expressions in the input stream. It is well suited for editor-script type transformations
and for segmenting input in preparation for a parsing Routine.
ST32
基于(英蓓特)STM32V100的EXTI程序
This example shows how to configure an external interrupt line.
In this example, the EXTI line 9 is configured to generate an interrupt on each
falling edge. In the interrupt Routine a led connected to PC.06 is toggled.
This led will be toggled due to the softawre interrupt generated on EXTI Line9
then at each falling edge.
This toolbox was designed as a teaching aid, which matlab is
particularly good for since source code is relatively legible and
simple to modify. However, it is still reasonably fast if used
with the supplied optimiser. However, if you really want to speed
things up you should consider compiling the matrix composition
Routine for H into a mex function. Then again if you really want
to speed things up you probably shouldn t be using matlab
anyway... Get hold of a dedicated C program once you understand
the algorithm.
Fortran 90 versions of all the Numerical Recipes Routines appear in the following
Chapters B1 through B20, numbered in correspondence with Chapters 1 through 20
in Volume 1. Within each chapter, the Routines appear in the same order as in Volume
1, but not broken out separately by section number within Volume 1鈥檚 chapters.
There are commentaries accompanying many of the Routines, generally following
the printed listing of the Routine to which they apply. These are of two kinds:
issues related to parallelizing the algorithm in question, and issues related to the
Fortran 90 implementation. To distinguish between these two, rather different, kind