Equities Board Capital, Investment and Shares OTCBB and Carbon Exchange
标签: Investment and Equities Exchange
上传时间: 2016-11-27
上传用户:yd19890720
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until it hits the pixel at the center. It then sticks and a new walker is started randomly at one of the 4 corners of the screen. The random number generators for x and y steps are XOR feedback shift registers (see also Hamblen, Appendix A). The VGA driver, PLL, and reset controller from the DE2 CDROM are necessary to compile this example. Note that you must push KEY0 to start the state machine.
标签: diffusion-limited-aggregation DLA generates 320x240
上传时间: 2014-01-16
上传用户:225588
论坛BBS的英文全称是Bulletin Board System,翻译为中文就是“电子公告板”。BBS最早是用来公布股市价格等类信息的,早期的BBS与一般街头和校园内的公告板性质相同,只不过是通过电脑来传播或获得消息而已。一直
上传时间: 2014-01-25
上传用户:sz_hjbf
This example uses the AIC23 codec module of the DM642 EVM Board Support * Library to generate a 1KHz sine wave on the audio outputs for 5 seconds.
标签: the generate Support Library
上传时间: 2014-12-08
上传用户:lingzhichao
Samsung 500 series LCD-TV Edid and silicon-image Edid_Editor
标签: silicon-image Edid_Editor Samsung LCD-TV
上传时间: 2016-12-22
上传用户:zhuyibin
test code for nandflash on lumit board,it s designed with S3C4510
标签: nandflash designed S3C4510 board
上传时间: 2017-01-08
上传用户:sunjet
led control 在s3c2410 同时还有key board
上传时间: 2014-01-14
上传用户:shawvi
Schematics for Clabsys s WMB2443 board
标签: Schematics Clabsys board 2443
上传时间: 2017-01-17
上传用户:ayfeixiao
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