freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

?循環(huán)程序設(shè)計?分支程序設(shè)計-展示頁

2024-10-10 04:10本頁面
  

【正文】 … mov ax, n mov array_head2, 0ffffh mov si, 0 pare: cmp array_end [si], ax jle insert mov bx, array_end [si] mov array_end [si+2], bx sub si, 2 jmp short pare insert: mov array_end [si+2], ax …… 3 5 15 23 37 49 52 65 78 99 105 32 1 array_head? array_end? n ? x ? 例 : 將首地址為 A的字?jǐn)?shù)組從小到大排序 ( 氣泡算法 , 多重循環(huán) ) 32,85,16,15, 8 序號 地址 數(shù) 比 較 遍 數(shù) 1 2 3 4 1 A 32 2 A+2 85 3 A+4 16 4 A+6 15 5 A+8 8 32 16 15 8 85 16 15 8 32 85 15 8 16 32 85 8 15 16 32 85 mov cx, 5 。 ‘a(chǎn)’~‘f’ cmp al, 0ah jl exit 。 9退出 cbw xchg ax, bx mov cx, 10 mul cx xchg ax, bx add bx, ax jmp newchar exit: …… 例:從鍵盤接收十進(jìn)制數(shù)并存入 BX ( ( 0 10)+1 ) 10+2 ) 10+5 1 2 5 31 32 35 …… mov bx, 0 newchar: mov ah, 1 ;鍵盤輸入 int 21h sub al, 30h jl exit 。 ’A’~’F’ ASCII 41H~46H printit: mov dl, al mov ah, 2 int 21h dec ch jnz rotate …… …… mov bx, 0 newchar: mov ah, 1 ;鍵盤輸入 int 21h sub al, 30h jl exit 。? 循環(huán)程序設(shè)計 ? 分支程序設(shè)計 第 5章 循環(huán)與分支程序設(shè)計 分支結(jié)構(gòu) 子程序結(jié)構(gòu) 程序結(jié)構(gòu): 復(fù)
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1