FREEBSD 中文問題合集(how to) ~
上傳時間: 2013-12-24
上傳用戶:TF2015
C++ Programming How To ebook
標簽: Programming ebook How To
上傳時間: 2016-04-24
上傳用戶:xieguodong1234
This example describes how to use the ADC and DMA to transfer continuously converted data from ADC to a data buffer. The ADC is configured to converts continuously ADC channel14. Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data from ADC1 DR register to the ADC_ConvertedValue variable. The ADC1 clock is set to 14 MHz.
標簽: continuously ADC describes converted
上傳時間: 2014-01-03
上傳用戶:徐孺
This example provides a description of how to set a communication with the bxCAN in loopback mode: - transmit and receive a standard data frame by polling at 100Kbit/S - transmit and receive an extended data frame with interrupt at 500Kbit/S - lit some LEDs depending of the program succeed or not
標簽: communication description provides loopback
上傳時間: 2016-04-24
上傳用戶:frank1234
This example shows how to use CortexM3 Bit-Band access to perform atomic read-modify-write and read operations on a varaible in SRAM.
標簽: read-modify-write CortexM3 Bit-Band example
上傳時間: 2013-12-23
上傳用戶:1427796291
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
標簽: description provides transfer example
上傳時間: 2016-04-24
上傳用戶:ecooo
Gibphone is CSharp Program, it can tell you how to design p2p chat.
標簽: Gibphone Program CSharp design
上傳時間: 2013-12-18
上傳用戶:hongmo
介紹matlab在控制過程中的應用。They are designed to help you learn how to use Matlab for the analysis and design of automatic control systems.
標簽: analysis designed matlab Matlab
上傳時間: 2014-08-17
上傳用戶:sk5201314
c++ how to program 里面詳細介紹了從第1章到第24章的代碼學習實例。是初學者很好的學習資料。 第1章 計算機、Internet和萬維網簡介 第2章 C++編程入門 第3章 類和對象介紹 第4章 控制語句(第Ⅰ部分) 第5章 控制語句(第Ⅱ部分) 第6章 函數和遞歸入門 第7章 數組與CC+標準庫類模板vector 第8章 指針和基于指針的字符串 第9章 類的深入剖析(第Ⅰ部分) 第10章 類的深入剖析(第Ⅱ部分) 第11章 運算符重載:字符串和數組對象 第12章 面向對象編程:繼承 第13章 面向對象編程:多態性 第14章 模板 第15章 輸入/輸出流 第16章 異常處理 第17章 文件處理 第18章 String類和字符串流處理 第19章 Web編程 第20章 搜索和排序 第21章 數據結構 第22章 位、字符、C字符串和結構體 第23章 標準模板庫 第24章 其他主題
上傳時間: 2014-01-13
上傳用戶:yuzsu
his paper discuss how to design data acquisition and process system based on USB Transmitting. We further introduce some system’s structure such as Operation
標簽: Transmitting acquisition discuss process
上傳時間: 2013-12-26
上傳用戶:qoovoop