DEbug 關于制作瑞星殺毒軟件密鑰盤的源碼 MOV BX,200 ;內存基址(0面) MOV DH,00 ;磁頭號00 MOV DL,00 ;驅動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續讀取9個扇區 INT 13 ;調用13號中斷 INT 3 MOV BX,300 ;內存基址(1面) MOV DH,01 ;磁頭號01 MOV DL,00 ;驅動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續讀取9個扇區 INT 13 ;調用13號中斷 INT 20 ;返回dos 初學匯編,請各位多多指教!
上傳時間: 2015-01-07
上傳用戶:我干你啊
PowerFish is a class library, intended to provide a broad functionALity base for any application. ALthough the focus is on game and demo development. PowerFish是一個類庫,旨在為應用程序提供一個廣泛的功能基礎,雖然其重點是在游戲和演示開發。
標簽: functionALity application PowerFish intended
上傳時間: 2013-11-28
上傳用戶:2467478207
程序首先定義一個hello的函數調用int 21h mov ah ,09來顯示字符串,ds:dx定義字符串位置 來使用一個80×25的界面使整個程序更加美觀 游戲主程序調用BIOS int 10 的9號功能實現對目標文本的顏色和定位,。游戲主程序可以用int 16 mov ah,00從鍵盤讀取輸入的字符在調用int 21 mov ah,01 讓鍵盤輸入顯示在屏幕中 AL=輸入的字符,用cmp指令對輸入的文本和目標文本進行比較,再利用選擇語句將錯誤的輸入字符顯示為紅色,將正確的輸入字符顯示為綠色。在整個字符串結束后直接退到dos環境
上傳時間: 2014-11-23
上傳用戶:waitingfy
This toolbox contains Matlab code for severAL graph and mesh partitioning methods, including geometric, spectrAL, geometric spectrAL, and coordinate bisection. It ALso has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to instALl the interface to Chaco. It ALso contains a Matlab interface to Karypis et AL. s Metis partitioning package, using Robert Bridson s "metismex" code.
標簽: partitioning including contains toolbox
上傳時間: 2015-05-25
上傳用戶:tzl1975
8253的初始化程序舉例: 例1:選擇2號計數器,工作在3方式,計數初值為533H(2個字節),采用二進制計數。其初始化程序段為 MOV DX,307H ;命令口 MOV AL,10110110B ;2號計數器的初始化命 令字 OUT DX,AL ;寫入命令寄存器 MOV DX,306H ;2號計數器數據口 MOV AX,533H ;計數初值 OUT DX,AL ;選送低字節到2號計數器 MOV AL,AH ;取高字節送AL OUT DX,AL ;后送高字節到2號計數器
上傳時間: 2015-06-24
上傳用戶:zhangzhenyu
MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified by Bruce Land %--Data via globALs to anaylsis programs %--3D plotting with color coded groups %--Mapping of MDS space to spike train temporAL profiles as described in %Aronov, et.AL. "NeurAL coding of spatiAL phase in V1 of the Macaque" in %press J. Neurophysiology
標簽: MULTIDIMENSIONAL optimization Modified Steyvers
上傳時間: 2015-08-26
上傳用戶:kytqcool
This paper presents severAL low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock solution by Carloni et AL. (1999, 2000, and 2001) (for “latency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. InitiAL simulations for both latency and throughput are promising.
標簽: mixed-timing low-latency interfaces first-out
上傳時間: 2015-10-08
上傳用戶:dapangxie
The CUBA library provides new implementation of four generAL-purpose multidimensionAL integration ALgorithms: Vegas, Suave, Divonne, and Cuhre. Suave is a new ALgorithm, Divonne is a known ALgorithm to which important details have been added, and Vegas and Cuhre are new implementations of existing ALgorithms with only few improvements over the originAL versions. ALl four ALgorithms can integrate vector integrands and have very similar Fortran, C/C++, and Mathematica interfaces.
標簽: multidimensionAL generAL-purpose implementation integration
上傳時間: 2014-09-09
上傳用戶:gxf2016
英語詞匯起源及妙記 1、Chemistry 化學 古代的煉金術士們總想找到一種方法,將低賤的金屬變為金子。現在通過原子裂變的原理表明,他們的這種想法并非一般人們想象的那么愚蠢。古埃及人入侵歐洲后,將他們所研究的煉金術,連同其命名AL-kimia一起傳入歐洲。后來,這個詞變成ALchemy,“煉金的人”叫做ALchemist,最后成了chemistry。“化學”的概念就是從“煉金術”演變來的.
上傳時間: 2013-12-08
上傳用戶:hxy200501
功能為neighborhood components anALysis,a quick matlab implementation of NCA (see Goldberger et AL, NIPS04).
標簽: neighborhood components anALysis
上傳時間: 2013-12-11
上傳用戶:tianjinfan