代码搜索:CX SUPERVISOR
找到约 10,000 项符合「CX SUPERVISOR」的源代码
代码结果 10,000
www.eeworm.com/read/387219/2563332
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/375613/2723556
s em_iaar.s
.define .iaar
.text
.iaar:
pop cx
pop dx
cmp dx,#2
.extern .unknown
jne .unknown
pop bx ! descriptor address
pop ax ! index
sub ax,(bx)
mul 4(bx)
po
www.eeworm.com/read/364434/2905903
svn-base txd.c.svn-base
/*
* Renderware TeXture Dictionary (.txd) image decoder
* Copyright (c) 2007 Ivo van Poorten
*
* See also: http://wiki.multimedia.cx/index.php?title=TXD
*
* This file is part of FFmpeg.
*
* FF
www.eeworm.com/read/267439/4267211
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/252366/4408053
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/395522/8169696
asm p136.asm
assume cs:codesg,ds:datasg
datasg segment
db 'welcome to masm!'
db '................'
datasg ends
codesg segment
start: mov ax,datasg
mov ds,ax
mov si,0
mov cx,8
s
www.eeworm.com/read/395426/8173709
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/194767/8186721
m chebjudd.m
function txx = chebjudd(x, degree);
% Output: matrix of Chebchev polynomial expansion
% Input: x, degree of expansion
[rr, cx] = size(x);
txx(:,1) = ones(rr,1);
txx(:,2) = x;
for i = 3:degree
www.eeworm.com/read/193210/8247544
asm ex76.asm
.MODEL SMALL
.STACK 256
.CODE
ADDUP PROC NEAR C, parmcount:WORD, parmvalues:VARARG
XOR AX, AX
XOR SI, SI
MOV CX, parmcount
.REPEAT
ADD AX, parmvalues[SI]
INC SI
www.eeworm.com/read/415708/11057375
log frmlinkbookauthor.log
Line 32: Class VSFlex7Ctl.VSFlexGrid of control grdAuthor was not a loaded control class.
Line 38: The property name _cx in grdAuthor is invalid.
Line 39: The property name _cy in grdAuthor is inval