代码搜索:CX SUPERVISOR
找到约 10,000 项符合「CX SUPERVISOR」的源代码
代码结果 10,000
www.eeworm.com/read/193210/8247554
asm 518.asm
data segment
buff db 16 dup('0'), "$"
data ends
code segment 'code'
assume cs:code, ds:data
start:
mov ax, data
mov ds, ax
mov cx, 16
www.eeworm.com/read/392884/8320712
bas alwaysontop.bas
Attribute VB_Name = "AlwaysOnTop"
Declare Function SetWindowPos Lib "User32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal X As Long, _
ByVal Y As Long, _
ByVal cX As Lon
www.eeworm.com/read/204523/15337388
asm xie3.asm
;--------------------------------------------------
DIS MACRO STR,ROW,DDL,CCX
MOV BP,OFFSET STR
MOV DH,ROW
MOV DL,DDL
MOV CX,CCX
MOV BX,0014H
MOV AX,13
www.eeworm.com/read/112771/15477148
asm myproc.asm
.MODEL SMALL
.STACK 100H
.DATA
Xmem DB 10 DUP(?)
Ymem DW 10 DUP(?)
.CODE
First: MOV AX, @DATA
MOV DS, AX
MOV CX, 10
LEA
www.eeworm.com/read/107558/15604976
atg cdecl3.atg
$CX /* Generate Main Module, C++ */
COMPILER Decl
/* Translate simple C declarations into English
Based on Kernighan and Ritchie: "C Programming language", page 122
See also: Parr et.al. "
www.eeworm.com/read/107558/15604982
atg cdecl2.atg
$CX /* Generate Main Module, C++ */
COMPILER Decl
/* Translate simple C declarations into English
Based on Kernighan and Ritchie: "C Programming language", page 122
See also: Parr et.al. "
www.eeworm.com/read/103074/15747077
h macros.h
/*
macros.h - some useful macros
-----------------------------
Copyright (C) 2003 by Michal Zalewski
*/
#ifndef _HAVE_MACROS_H
#define _HAVE_MACROS_H
#define ckope
www.eeworm.com/read/271244/11002193
m nsp3d.m
function nt3 = nsp3d(dat1,dat2,nnz,min_w,max_w,x0,x1)
%nt3 = nsp3d(cx,xc,nnz,min_w,max_w,x0,x1)
% cx: the matrix in x-direction resulted from sift2da
% xc: the array resulted from sif
www.eeworm.com/read/197649/7983193
m nsp3d.m
function nt3 = nsp3d(dat1,dat2,nnz,min_w,max_w,x0,x1)
%nt3 = nsp3d(cx,xc,nnz,min_w,max_w,x0,x1)
% cx: the matrix in x-direction resulted from sift2da
% xc: the array resulted from sif
www.eeworm.com/read/142092/12963442
m nsp3d.m
function nt3 = nsp3d(dat1,dat2,nnz,min_w,max_w,x0,x1)
%nt3 = nsp3d(cx,xc,nnz,min_w,max_w,x0,x1)
% cx: the matrix in x-direction resulted from sift2da
% xc: the array resulted from sif