ARM2410 step motor controlARM2410 step motor controlARM2410 step motor controlARM2410 step motor controlARM2410 step motor controlARM2410 step motor control
标签: controlARM motor 2410 step
上传时间: 2014-01-09
上传用户:songyue1991
USACO chapter one.May hope it useful to someone
标签: chapter someone useful USACO
上传时间: 2017-06-05
上传用户:偷心的海盗
Novell.Press.Linux.Kernel.Development linux内核开发的经典书籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development
标签: Linux Development interes Novell
上传时间: 2017-06-06
上传用户:songyue1991
One programme use carrier of OFDM
标签: programme carrier OFDM One
上传时间: 2014-01-22
上传用户:tyler
迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your program should print a series of grid coordinates that start from m[0][0] * and go to m[9][9] * Hint: No need to find the shortest path, only need to find one path that gets * you to desitination. */
上传时间: 2013-12-27
上传用户:Divine
8051 assembly language source code for unipolar step motors
标签: assembly language unipolar source
上传时间: 2013-12-13
上传用户:zhangliming420
Create modern-looking & feature-rich Windows applications faster with over 300 components in one money and time saving bundle
标签: modern-looking feature-rich applications components
上传时间: 2017-06-11
上传用户:talenthn
this is a source code for usinf sd card with PIC this one is xith fat support
上传时间: 2014-11-26
上传用户:zhengjian
I always believe that one will easily lag behind unless he keeps on learning. Of course, if I am given a chance for advanced studies in this famous University , I will stare to effort to master a good command of advance my capability.
标签: learning believe always behind
上传时间: 2017-06-13
上传用户:极客
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