this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.
標簽: recursions includes contents binary
上傳時間: 2017-05-28
上傳用戶:dengzb84
The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
This manual describes SAMSUNG s S3C2410A 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance micro-controller solution in small die size. To reduce total system cost, the S3C2410A includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.
標簽: This microprocessor describes S3C2410A
上傳時間: 2013-11-30
上傳用戶:GavinNeko
ucosII源碼分析,從CPU的執行順序來看吧,這樣也許清晰一些,并且我們暫時拋棄那些Event/MailBox、信號量等元素,還是先看看作為一個OS核心的Task Schedule部分內容吧。首先從main函數開始,下面是uC/OS-II main函數的大致流程:
上傳時間: 2017-06-19
上傳用戶:hwl453472107
FreeRTOS 的實現詳解,包括TCB實現,調度原理,以及task通訊物件介紹。
標簽: FreeRTOS
上傳時間: 2013-12-19
上傳用戶:gaojiao1999
多點溫度采集上位機程序(原程序),這是配合這是配套本人上傳的“多點溫度采集系統”的上位機程序,一整套的東西,通這RS232接收下位機傳來的數據,顯示和畫走勢圖,還可以控制下位機,通信協議在“Multi-point_temperature _system.rar”
上傳時間: 2013-12-09
上傳用戶:我干你啊
hese are the zip files that are associated with application note ADSP-BF533 Blackfin Booting Process (EE-240) example.zip: Used throughout the EE-note to explain in detail the various booting modes. BF533 Ez Kit Multiple DXE Boot.zip: Multi-DXE Boot Example used with the ADSP-BF533 Ez-Kit Lite. Host Boot.zip: Example Host code to demonstrate SPI Slave Mode Booting Program_Atmel.zip: Example code that programs the Atmel DataFlashes via an ADSP-BF532 Processor All programs have been written for VisualDSP++ 3.5
標簽: application associated are Blackfin
上傳時間: 2017-07-30
上傳用戶:tonyshao
A certification path is an ordered list of certificates starting with a certificate issued by the relying party s trust root, and ending with the target certificate that needs to be validated. Certification path validation procedures are based on the algorithm supplied in ITU-T Recommendation X.509 and further defined in Internet Engineering Task Force (IETF) Request for Comments (RFC) 3280. Certification path processing verifies the binding between the subject distinguished name and/or subject alternative name and the subject public key defined in the target certificate. The binding is limited by constraints, which are specified in the certificates that comprise the path, and inputs that are specified by the relying party. To ensure secure interoperation of PKI-enabled applications, the path validation must be done in accordance with the X.509 and RFC 3280 specifications. This document provides the test assertions and the test cases for testing path validation software against these specifications.
標簽: certification certificates certificate starting
上傳時間: 2017-07-31
上傳用戶:清風冷雨
To identify distinguishable clusters of data in an n-dimensional pixel value image. Given: Samples of multi-spectral satellite images
標簽: distinguishable n-dimensional identify clusters
上傳時間: 2017-08-08
上傳用戶:it男一枚
J-linkage 算法,可以用于多體擬合的一種策略,優于Multi-ransac
上傳時間: 2017-08-18
上傳用戶:hoperingcong