its a cool game that breaks the screen on the edges if you break ur screen fucking cool haha
上傳時間: 2017-03-27
上傳用戶:litianchu
Sample ADA program...How to create hello world....programs on if loop and switch case
標簽: programs program Sample create
上傳時間: 2017-04-04
上傳用戶:dreamboy36
Designing Embedded Hardware Ebook By John Catsoulis if you want to build your own embedded system, or tweak an existing one, this invaluable book gives you the understanding and practical skills you need.
標簽: Designing Catsoulis Embedded Hardware
上傳時間: 2014-01-18
上傳用戶:cazjing
Write a program to decide if a graph has a cycle or not. The given graph can be a directed or undirected graph, which is indicated at the time of reading the input (0 for directed graph and 1 for undirected graphs). The input is given as an adjacency list.
標簽: graph directed program decide
上傳時間: 2013-12-23
上傳用戶:cursor
This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
標簽: components definition seperates function
上傳時間: 2013-12-26
上傳用戶:葉山豪
OTG presentation from USB-if
標簽: presentation USB-if from OTG
上傳時間: 2014-01-16
上傳用戶:天涯
An exercise with thread of C. if you want to explore this programming language you must know the thread and parallel programming.
標簽: C. programming you exercise
上傳時間: 2014-01-06
上傳用戶:c12228
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are done accross classes.
標簽: the statement cannot method
上傳時間: 2013-12-22
上傳用戶:xaijhqx
垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD
標簽: Programs Windows rd_dir Clean
上傳時間: 2017-04-21
上傳用戶:lanhuaying
1. This BSP can support 2443EVT0 board. if you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick interrupt is occurred every 1ms. Variable tick means that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c
標簽: EVT0 followings BSP support
上傳時間: 2014-01-27
上傳用戶:fnhhs