代码搜索:CX SUPERVISOR
找到约 10,000 项符合「CX SUPERVISOR」的源代码
代码结果 10,000
www.eeworm.com/read/132807/5909264
s sti.s
.define .sti
.define .sts
.text
! #bytes in cx
! address in bx
! save di/si. they might be register variables
.sts:
mov dx,di ! save di
mov di,bx
pop bx ! return add
www.eeworm.com/read/113399/6131475
s sti.s
.define .sti
.define .sts
.text
! #bytes in cx
! address in bx
! save di/si. they might be register variables
.sts:
mov dx,di ! save di
mov di,bx
pop bx ! return add
www.eeworm.com/read/478193/6721828
m g_cc3_matrix.m
function [cx] = g_cc3_matrix(signal_1,signal_2,signal_3,C_LENGTH)
%------------------------------------------------------------------------
% g_cc3_matrix.m
% This function generate the third order
www.eeworm.com/read/478200/6721864
m g_cc3_matrix.m
function [cx] = g_cc3_matrix(signal_1,signal_2,signal_3,C_LENGTH)
%------------------------------------------------------------------------
% g_cc3_matrix.m
% This function generate the third order
www.eeworm.com/read/262883/11387038
bas glbf.bas
Attribute VB_Name = "GlbFunction"
Option Explicit
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long,
www.eeworm.com/read/403933/11498605
html help.add.html
Instruction : add
add
This instruction reads in the contents of the BX and CX registers and sums them together. The result of this o
www.eeworm.com/read/344090/11909148
txt alwaysontop.txt
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
www.eeworm.com/read/256529/11990585
bas modalwaysontop.bas
Attribute VB_Name = "modAlwaysOnTop"
Option Explicit
Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal Y As Long, ByVal cx As Lo