代码搜索:CX SUPERVISOR

找到约 10,000 项符合「CX SUPERVISOR」的源代码

代码结果 10,000
www.eeworm.com/read/263024/11379720

c vicam.c

/* -*- linux-c -*- * USB ViCAM driver * * Copyright (c) 2001 Christopher L Cheney (ccheney@cheney.cx) * Copyright (c) 2001 Pavel Machek (pavel@suse.cz) sponsored by SuSE * * This program is
www.eeworm.com/read/347853/11631616

c ch22ex10.c

/* Turbo Prolog 2.0 Chapter 22, Example Program 10 Copyright (c) 1986, 88 by Borland International, Inc */ pascal mydate_0(int Year, int Month, int Day) { asm mov cx
www.eeworm.com/read/345303/11822627

asm 算术运算与数制转换-水平移位.asm

DATAREA SEGMENT X DB 0 DATAREA ENDS MYPROG SEGMENT ASSUME CS:MYPROG,DS:DATAREA START: MOV AX,DATAREA MOV DS,AX MOV BX,0 MOV CX,4 MOV
www.eeworm.com/read/345303/11822631

asm 算术运算与数制转换-循环移位.asm

DATAREA SEGMENT X DW 0 DATAREA ENDS MYPROG SEGMENT ASSUME CS:MYPROG,DS:DATAREA START: MOV AX,DATAREA MOV DS,AX MOV BX,0 MOV CX,4 MOV
www.eeworm.com/read/250746/12386985

m tdma.m

function X = TDMA(A,D,C,B) % Tridiagonal Matrix Algorithm(三对角阵算法) % % Function: to solve the Tridiagonal system CX=B, where C is a Tridiagonal matrix % % Input - A is the subdiagonal of the
www.eeworm.com/read/223633/14621709

lby macro1.lby

OPEN MACRO msg, nn ; 打开文件的宏 MOV DX, OFFSET msg ; 虚参:msg - 文件名地址 MOV CX, nn ; nn - 文件属性 MOV AH
www.eeworm.com/read/120207/14809775

h tsr.h

/* TSR Prototype file and common variables */ #define INTERRUPT void interrupt far typedef struct { unsigned es, ds, di, si, bp, sp; unsigned bx, dx, cx, ax, ip, cs, flags; } INTE
www.eeworm.com/read/219334/14887656

h wea.h

typedef struct Size { int cx,cy; }SIZE; typedef union Control { struct { unsigned select:4; unsigned k1:1; /*dense*/ unsigned ls:1; /*empty */ unsigned unused:2; } _bit;
www.eeworm.com/read/480930/1306435

c ptrace.c

/* * Kernel support for the ptrace() and syscall tracing interfaces. * * Copyright (C) 2000 Hewlett-Packard Co, Linuxcare Inc. * Copyright (C) 2000 Matthew Wilcox * Copyright (C)
www.eeworm.com/read/479151/1338405

c vicam.c

/* -*- linux-c -*- * USB ViCAM driver * * Copyright (c) 2001 Christopher L Cheney (ccheney@cheney.cx) * Copyright (c) 2001 Pavel Machek (pavel@suse.cz) sponsored by SuSE * * This program is