代码搜索:CX SUPERVISOR
找到约 10,000 项符合「CX SUPERVISOR」的源代码
代码结果 10,000
www.eeworm.com/read/252366/4408038
s 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
www.eeworm.com/read/252366/4408077
s cuu.s
.define .ciu
.define .cui
.define .cuu
.text
.ciu:
.cui:
.cuu:
pop bx ! return address
! pop cx, dest. size
! pop dx, source size
! ax is low word of
www.eeworm.com/read/160303/5573330
control openswan.control
Package: openswan
Section: base
Priority: optional
Maintainer: Felix Fietkau
Source: buildroot internal
depends: gmp, ip, mawk
Description: Openswan IPSec software
www.eeworm.com/read/155856/5618649
h record.h
#define RecNo 19000 // 19000 records
#define RecSize 20 // with 20 bytes each
#if defined (__C51__) || defined (__CX51__)
struct record {
struct record far *next;
unsigne
www.eeworm.com/read/394343/8229820
asm 1.asm
;FILENAME:1.ASM
.486
DISP MACRO Y,X,LENGTH,FLAG,VAR
MOV AX,1301H
MOV BX,COLOR
MOV CX,LENGTH
MOV DH,Y
www.eeworm.com/read/193210/8247502
asm p130-18.asm
.model small
.data
msg db 16 dup('0'),'$'
.code
.startup
mov ax, 2122h
mov si, offset msg
mov cx, 16
.repeat
shl ax, 1
www.eeworm.com/read/266076/11243475
~dfm ucx.~dfm
object cx: Tcx
Left = 271
Top = 193
BorderStyle = bsDialog
Caption = #26597#35810#26465#20214#35774#32622
ClientHeight = 196
ClientWidth = 297
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/266076/11243594
dfm ucx.dfm
object cx: Tcx
Left = 271
Top = 193
BorderStyle = bsDialog
Caption = #26597#35810#26465#20214#35774#32622
ClientHeight = 196
ClientWidth = 297
Color = clBtnFace
Font.Charset =
www.eeworm.com/read/135395/13935951
mac score.mac
;宏调用
;关键字:pushall,popall,print,key,gosub
pushall macro
push si
push ax
push bx
push cx
push dx
endm
;*****************************************************
popall macro
p
www.eeworm.com/read/236853/13995137
m linprog.m
function [zmax,PHIiter,PHIIiter,xbasic,ibasic]=linprog(A,b,c);
%
%LINPROG uses the two phase simplex method to solve the linear
%program maximize cx subject to the constraints Ax = b and x >= 0 ,