北方站长站
客服热线:0632-5117766

变速齿轮Delphi实现

[2007-11-16 00:00:00] 作者:Northz.com 来源:北方站长站

Tags:实现 mov ebx ptr procedure Sender: TObject end word

  

htS北方站长站
type htS北方站长站
  TForm1 = class(TForm) htS北方站长站
    Button1: TButton; htS北方站长站
    Button2: TButton; htS北方站长站
    Button3: TButton; htS北方站长站
    procedure Button1Click(Sender: TObject); htS北方站长站
    procedure Button2Click(Sender: TObject); htS北方站长站
    procedure Button3Click(Sender: TObject); htS北方站长站
  private htS北方站长站
    { Private declarations } htS北方站长站
  public htS北方站长站
    { Public declarations } htS北方站长站
  end; htS北方站长站
var htS北方站长站
  Form1: TForm1; htS北方站长站
implementation htS北方站长站
{$R *.dfm} htS北方站长站
procedure speed(count:word);stdcall; htS北方站长站
const htS北方站长站
  ExceptionUsed=$03; htS北方站长站
var htS北方站长站
  IDT:array [0..5]of byte; htS北方站长站
  lpOldGate:dword; htS北方站长站
begin htS北方站长站
  asm htS北方站长站
    sidt IDT htS北方站长站
    mov ebx,dword ptr [IDT+2] htS北方站长站
    add ebx,8*ExceptionUsed htS北方站长站
    cli htS北方站长站
    mov dx,word ptr [ebx+6] htS北方站长站
    shl edx,16d htS北方站长站
    mov dx,word ptr [ebx] htS北方站长站
    mov [lpOldGate],edx htS北方站长站
    mov eax,offset @@Ring0Code htS北方站长站
    mov word ptr [ebx],ax htS北方站长站
    shr eax,16d htS北方站长站
    mov word ptr [ebx+6],ax htS北方站长站
    int ExceptionUsed htS北方站长站
    mov ebx,dword ptr[IDT+2] htS北方站长站
    add ebx,8*ExceptionUsed htS北方站长站
    mov edx,[lpOldGate] htS北方站长站
    mov word ptr [ebx],dx htS北方站长站
    shr edx,16d htS北方站长站
    mov word ptr [ebx+6],dx htS北方站长站
    jmp @@exit htS北方站长站
htS北方站长站
    @@Ring0Code: htS北方站长站
    mov al,$34 htS北方站长站
    out $43,al htS北方站长站
    mov ax,Count htS北方站长站
    out $40,al htS北方站长站
    mov al,ah htS北方站长站
    out $40,al htS北方站长站
    iretd htS北方站长站
  @@exit: htS北方站长站
  end; htS北方站长站
end; htS北方站长站
procedure TForm1.Button1Click(Sender: TObject); htS北方站长站
begin htS北方站长站
  speed($6000);//慢 htS北方站长站
end; htS北方站长站
procedure TForm1.Button2Click(Sender: TObject); htS北方站长站
begin htS北方站长站
Speed($1044); htS北方站长站
end; htS北方站长站
procedure TForm1.Button3Click(Sender: TObject); htS北方站长站
begin htS北方站长站
speed($500); htS北方站长站
end; htS北方站长站
end.htS北方站长站

htS北方站长站

 

News

 

info

 

down

出售手机裁听器,手机跟踪定位系统    企业网站,网城,购物网,都市导购,校园网    网上书店系统    上海电信机房服务器托管,双线主机托管    美女图片馆    15G 高清晰图片资源 无水印    室内装潢材料新产品杰威尔艺术漆    收一万ip的美女图片    大量收购个人网址导航网站    出售网址站PR=4alexa=119,764    

下一篇链接:Delphi拖放编程(2)

上一篇链接:为Delphi程序添加自动滚动的工具栏

评论】 【打印】 【加入收藏】 【关闭→论坛 →博客 →数据中心

 共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面