西北工业大学吧 关注:257,120贴子:7,131,899

ʕ •ᴥ•ʔ 敢不敢粘贴你剪贴板上的东西

只看楼主收藏回复

女神拿出来镇个楼


来自iPhone客户端1楼2016-05-08 00:26回复
    宝宝先来
    Night gathers, and now my watch begins. It shall not end until my death. I shall take no wife, hold no lands, father no children. I shall wear no crowns and win no glory. I shall live and die at my post. I am the sword in the darkness. I am the watcher on the walls. I am the fire that burns against the cold, the light that brings the dawn, the horn that wakes the sleepers, the shield that guards the realms of men. I pledge my life and honor to the Night's Watch, for this night and all the nights to come.
    …竟然是这个


    来自iPhone客户端2楼2016-05-08 00:27
    收起回复
      2025-06-06 05:16:45
      广告
      ——【此贴已坟,请勿回复】——


      IP属地:上海来自Android客户端4楼2016-05-08 00:32
      收起回复
        .model small
        .586
        p8255 equ 0C800h ;片选地址
        p_ctl equ 90h ;8255控制字
        s_l_a equ 0C820h ;573锁存地址
        .data
        table db 3fh,06h,5bh,4fh
        db 66h,6dh,7dh,07h
        db 7fh,6fh
        db 77h,7ch,39h,5eh,79h,71h;补充字型表
        .code
        .startup
        mov dx,0C81Ah
        mov al ,1
        out dx,al
        call near ptr delay
        ;8255初始化
        mov dx,p8255+3
        mov al , p_ctl
        out dx,al
        ;点亮数码管SM0
        mov dx , p8255 +1
        mov al,01h
        out dx,al
        lop:
        mov ah,06h ;键入“e”结束执行
        mov dl,0ffh
        int 21h
        cmp al,'e'
        je scan_end
        mov dx,p8255 ;读开关
        in al,dx
        and al,0fh
        mov bx,offset table
        xlat ;查表,[BX+AL]送AL
        mov dx, s_l_a ;输出对应的数字
        out dx, al
        jmp lop ;循环扫描
        scan_end:
        nop
        mov dx,0C81Ah
        mov al ,0
        out dx,al
        .exit
        Delay proc near uses cx ;延时子程序
        mov bx,56ffh ;设第二时常数
        Delay1 :mov cx,0h
        loop $ ;自身循环CX次
        dec bx ;第二时常数减1
        jnz delay1 ;不为零循环
        ret
        Delay endp
        end


        来自iPhone客户端5楼2016-05-08 00:33
        收起回复
          六楼


          IP属地:陕西来自Android客户端6楼2016-05-08 00:48
          收起回复
            认识的举个爪


            IP属地:北京来自Android客户端7楼2016-05-08 01:00
            收起回复
              对楼上的图有感觉


              IP属地:江苏来自Android客户端8楼2016-05-08 01:02
              收起回复
                公为天下,报效祖国。
                诚实守信,襟怀坦荡。
                勇猛精进,敢为人先。
                毅然果决,坚韧不拔。

                        --EterNaLEnVy


                IP属地:上海来自Android客户端10楼2016-05-08 01:31
                收起回复
                  2025-06-06 05:10:45
                  广告


                  IP属地:安徽来自Android客户端12楼2016-05-08 03:22
                  收起回复
                    拉普拉斯变换与反变换
                    --------------------------------------------
                      ----我曾想陪你去很多很多地方,后来都成了遥不可及的远方。


                    IP属地:陕西来自Android客户端14楼2016-05-08 06:26
                    收起回复
                      没加我好友的赶紧了
                           ——人的一生就是不断得到和不断失去的过程。失望在先,希望在后,有希望就不是悲。(✿◡‿◡)


                      来自Android客户端15楼2016-05-08 07:10
                      收起回复
                        哈哈


                        来自Android客户端17楼2016-05-08 08:40
                        收起回复
                          来自iPhone客户端19楼2016-05-08 09:31
                          收起回复


                            来自iPhone客户端20楼2016-05-08 09:32
                            回复