It is a dark time for the Rebellion. Although the Death Star has been destroyed, Imperial troops have driven the Rebel forces from their hidden base and pursued them across the galaxy."
標簽: Rebellion destroyed the Although
上傳時間: 2017-07-04
上傳用戶:yangbo69
this is develop in java. you can see how to print a kind of star. its very usefull to learn a java programming. how the logic can be write to code in java
標簽: java develop usefull print
上傳時間: 2017-07-25
上傳用戶:changeboy
Star Trek_ Deep Space Nine - A Stitch in Time - Andrew J. Robinson 英文版 格式 epub
標簽: Stitch Space Star Deep Nine Trek Time in
上傳時間: 2021-06-17
上傳用戶:potato
a_bit equ 20h ;個位數存放處 b_bit equ 21h ;十位數存放處 temp equ 22h ;計數器寄存器 star: mov temp,#0 ;初始化計數器 stlop: acall display inc temp mov a,temp cjne a,#100,next ;=100重來 mov temp,#0 next: ljmp stlop ;顯示子程序 display: mov a,temp ;將temp中的十六進制數轉換成10進制 mov b,#10 ;10進制/10=10進制 div ab mov b_bit,a ;十位在a mov a_bit,b ;個位在b mov dptr,#numtab ;指定查表啟始地址 mov r0,#4 dpl1: mov r1,#250 ;顯示1000次 dplop: mov a,a_bit ;取個位數 MOVC A,@A+DPTR ;查個位數的7段代碼 mov p0,a ;送出個位的7段代碼
上傳時間: 2013-11-06
上傳用戶:lx9076
機械手說明及接口
上傳時間: 2013-11-01
上傳用戶:shanxiliuxu
本程序只用于個人EXCEL密碼遺忘時,試圖探測密碼; 減少重復勞動,不可進行其它不當使用,否則后果由使用者自負; 在文本框中輸入EXCEL文檔的全路徑名稱,例如: C:\doc\book1.xls; 適用于WINDOWS95/98/NT系統 ,安裝了EXCEL97 。 此源碼公開,歡迎感興趣的網友優化提高。 稍加修改即可用于探測ACCESS ,WORD 文檔的密碼。 適當修改或增加密碼字典:dict.DIC(純文本),可提高探測速度。 可探測1~12位密碼,可擴展為15位。 可先以4位數字密碼來測試本程序,然后再用其它組合。 我發現網上也有類似程序,是共享程序。可能速度快一些.
上傳時間: 2015-04-13
上傳用戶:ayfeixiao
常用搜索算法,包括8數碼游戲,A star算法類的實現,以及黑白棋算法等
標簽: 搜索算法
上傳時間: 2014-02-22
上傳用戶:zq70996813
驅動模擬LCD,實現OSD控制。 使用M-star的單片機
上傳時間: 2016-02-24
上傳用戶:hebmuljb
The simulator GUI is started with command ui_start in Matlab command window. WLAN simulation starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before set number of packets have been reached by pressing control-C .
標簽: command simulation simulator ui_start
上傳時間: 2016-06-11
上傳用戶:sevenbestfei
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and extensions. CD-ROM contains all code examples from the book -- plus bonus code examples not found in the book. About the Author: Steven John Metsker is a researcher and author focused on advanced techniques for magnifying the abilities of object-oriented software developers. A rising star in the patterns community, he was recently invited to join the acclaimed Hillside Group. He is author of Building Parsers with Java? (Addison-Wesley).
標簽: Java-centric companion hands-on Patterns
上傳時間: 2013-12-01
上傳用戶:1079836864