test code for nandflash on lumit board,it s designed with S3C4510
标签: nandflash designed S3C4510 board
上传时间: 2017-01-08
上传用户:sunjet
Bluetooth core spec 2.1 + edr
上传时间: 2013-12-21
上传用户:wfeel
多项式拟合的MATLAB工具。只要具有以下几个函数 POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN2SYM - A conversion tool to generate a symbolic toolbox object from the results of polyfitn
标签: n-dimensional polynomial POLYFITN POLYVALN
上传时间: 2014-11-30
上传用户:s363994250
led control 在s3c2410 同时还有key board
上传时间: 2014-01-14
上传用户:shawvi
Schematics for Clabsys s WMB2443 board
标签: Schematics Clabsys board 2443
上传时间: 2017-01-17
上传用户:ayfeixiao
A pet management. To do a project like that in general, pointing hope.
标签: management pointing general project
上传时间: 2013-12-22
上传用户:3到15
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上传时间: 2014-01-17
上传用户:cxl274287265
car dvd schmatic of board
上传时间: 2013-12-20
上传用户:hongmo
UrJTAG package is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for UrJTAG. Please read COPYING file for more info.
标签: software General License package
上传时间: 2013-11-29
上传用户:lanjisu111
ADI Nand boot bsp file for ADI board
上传时间: 2017-01-26
上传用户:zhouchang199