亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Al-Ahmad

  • DEbug 關(guān)于制作瑞星殺毒軟件密鑰盤的源碼 MOV BX,200 ;內(nèi)存基址(0面) MOV DH,00 ;磁頭號00 MOV DL,00 ;驅(qū)動器號00(A盤) MOV CX,4F01 ;4F(即

    DEbug 關(guān)于制作瑞星殺毒軟件密鑰盤的源碼 MOV BX,200 ;內(nèi)存基址(0面) MOV DH,00 ;磁頭號00 MOV DL,00 ;驅(qū)動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區(qū) 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續(xù)讀取9個扇區(qū) INT 13 ;調(diào)用13號中斷 INT 3 MOV BX,300 ;內(nèi)存基址(1面) MOV DH,01 ;磁頭號01 MOV DL,00 ;驅(qū)動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區(qū) 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續(xù)讀取9個扇區(qū) INT 13 ;調(diào)用13號中斷 INT 20 ;返回dos 初學(xué)匯編,請各位多多指教!

    標(biāo)簽: MOV 00 DEbug 200

    上傳時間: 2015-01-07

    上傳用戶:我干你啊

  • PowerFish is a class library, intended to provide a broad functionality base for any application. Al

    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是一個類庫,旨在為應(yīng)用程序提供一個廣泛的功能基礎(chǔ),雖然其重點(diǎn)是在游戲和演示開發(fā)。

    標(biāo)簽: functionality application PowerFish intended

    上傳時間: 2013-11-28

    上傳用戶:2467478207

  • 程序首先定義一個hello的函數(shù)調(diào)用int 21h mov ah

    程序首先定義一個hello的函數(shù)調(diào)用int 21h mov ah ,09來顯示字符串,ds:dx定義字符串位置 來使用一個80×25的界面使整個程序更加美觀 游戲主程序調(diào)用BIOS int 10 的9號功能實(shí)現(xiàn)對目標(biāo)文本的顏色和定位,。游戲主程序可以用int 16 mov ah,00從鍵盤讀取輸入的字符在調(diào)用int 21 mov ah,01 讓鍵盤輸入顯示在屏幕中 al=輸入的字符,用cmp指令對輸入的文本和目標(biāo)文本進(jìn)行比較,再利用選擇語句將錯誤的輸入字符顯示為紅色,將正確的輸入字符顯示為綠色。在整個字符串結(jié)束后直接退到dos環(huán)境

    標(biāo)簽: hello 21h int mov

    上傳時間: 2014-11-23

    上傳用戶:waitingfy

  • This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr

    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.

    標(biāo)簽: partitioning including contains toolbox

    上傳時間: 2015-05-25

    上傳用戶:tzl1975

  • 8253的初始化程序舉例: 例1:選擇2號計(jì)數(shù)器

    8253的初始化程序舉例: 例1:選擇2號計(jì)數(shù)器,工作在3方式,計(jì)數(shù)初值為533H(2個字節(jié)),采用二進(jìn)制計(jì)數(shù)。其初始化程序段為 MOV DX,307H ;命令口 MOV AL,10110110B ;2號計(jì)數(shù)器的初始化命 令字 OUT DX,AL ;寫入命令寄存器 MOV DX,306H ;2號計(jì)數(shù)器數(shù)據(jù)口 MOV AX,533H ;計(jì)數(shù)初值 OUT DX,AL ;選送低字節(jié)到2號計(jì)數(shù)器 MOV AL,AH ;取高字節(jié)送AL OUT DX,AL ;后送高字節(jié)到2號計(jì)數(shù)器

    標(biāo)簽: 8253 初始化程序 舉例 計(jì)數(shù)器

    上傳時間: 2015-06-24

    上傳用戶:zhangzhenyu

  • MULTIDIMENSIONAL SCALING in matlab by Mark Steyvers 1999 %needs optimization toolbox %Modified b

    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

    標(biāo)簽: MULTIDIMENSIONAL optimization Modified Steyvers

    上傳時間: 2015-08-26

    上傳用戶:kytqcool

  • This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs t

    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 “l(fā)atency-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.

    標(biāo)簽: mixed-timing low-latency interfaces first-out

    上傳時間: 2015-10-08

    上傳用戶:dapangxie

  • The CUBA library provides new implementation of four general-purpose multidimensional integration al

    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.

    標(biāo)簽: multidimensional general-purpose implementation integration

    上傳時間: 2014-09-09

    上傳用戶:gxf2016

  • 英語詞匯起源及妙記 1、Chemistry 化學(xué) 古代的煉金術(shù)士們總想找到一種方法

    英語詞匯起源及妙記 1、Chemistry 化學(xué) 古代的煉金術(shù)士們總想找到一種方法,將低賤的金屬變?yōu)榻鹱印,F(xiàn)在通過原子裂變的原理表明,他們的這種想法并非一般人們想象的那么愚蠢。古埃及人入侵歐洲后,將他們所研究的煉金術(shù),連同其命名al-kimia一起傳入歐洲。后來,這個詞變成alchemy,“煉金的人”叫做alchemist,最后成了chemistry?!盎瘜W(xué)”的概念就是從“煉金術(shù)”演變來的.

    標(biāo)簽: Chemistry 英語 化學(xué) 詞匯

    上傳時間: 2013-12-08

    上傳用戶:hxy200501

  • 功能為neighborhood components analysis

    功能為neighborhood components analysis,a quick matlab implementation of NCA (see Goldberger et al, NIPS04).

    標(biāo)簽: neighborhood components analysis

    上傳時間: 2013-12-11

    上傳用戶:tianjinfan

主站蜘蛛池模板: 高陵县| 北流市| 洪泽县| 海林市| 六盘水市| 定远县| 台湾省| 白山市| 云南省| 宁津县| 门头沟区| 清流县| 永平县| 奎屯市| 闸北区| 西盟| 商南县| 望谟县| 应城市| 池州市| 江陵县| 古丈县| 大荔县| 唐河县| 阳西县| 彰武县| 大安市| 宝山区| 吉木萨尔县| 清远市| 凤冈县| 桦南县| 裕民县| 汶上县| 思茅市| 定兴县| 浦东新区| 泌阳县| 当阳市| 张家港市| 漯河市|