代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/135761/5877824

c if_pn.c

/* if_pn.c - proNET-80 network interface driver */ /* Copyright 1984,1985,1986,1987,1988,1989 Wind River Systems, Inc. */ extern char copyright_wind_river[]; static char *copyright=copyright_wind_riv
www.eeworm.com/read/133287/5906846

h inffast.h

/* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be
www.eeworm.com/read/132649/5915998

app makefile.fasthello.app

# # =========================================================================== # PRODUCTION $Log: Makefile.fasthello.app,v $ # PRODUCTION Revision 1000.0 2004/06/01 18:32:03 gouriano # PRODUCT
www.eeworm.com/read/130382/5959213

c jfdctflt.c

/* * jfdctflt.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/129875/5968918

c jfdctflt.c

/* * jfdctflt.c * * Copyright (C) 1994, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/129770/5970078

dat asslandat12.dat

从存储器取出32位地址的指令LES 指令格式:LES OPRD1,OPRD2 其中的OPRD1为任意一个16位的寄存器;OPRD2为32位的存储器地址。 例如:LES SI,ABCD LES BX,FAST[SI] LES DI,[BX] 上面LES DI,[BX]指令的功能是把BX所指的32位地址指针的段地址送入ES,偏移地址送入DI。
www.eeworm.com/read/129770/5970084

dat asslandat11.dat

从存储器取出32位地址的指令LDS 指令格式:LDS OPRD1,OPRD2 其中的OPRD1为任意一个16位的寄存器;OPRD2为32位的存储器地址。 例如:LDS SI,ABCD LDS BX,FAST[SI] LDS DI,[BX] 上面LDS DI,[BX]指令的功能是把BX所指的32位地址指针的段地址送入DS,偏移地 址送入DI。
www.eeworm.com/read/129770/5970437

dat asslandat19.dat

从存储器取出32位地址的指令LES 指令格式:LES OPRD1,OPRD2 其中的OPRD1为任意一个16位的寄存器;OPRD2为32位的存储器地址。 例如:LES SI,ABCD LES BX,FAST[SI] LES DI,[BX] 上面LES DI,[BX]指令的功能是把BX所指的32位地址指针的段地址送入ES,偏移地址
www.eeworm.com/read/129770/5970460

dat asslandat21.dat

从存储器取出32位地址的指令LDS 指令格式:LDS OPRD1,OPRD2 其中的OPRD1为任意一个16位的寄存器;OPRD2为32位的存储器地址。 例如:LDS SI,ABCD LDS BX,FAST[SI] LDS DI,[BX] 上面LDS DI,[BX]指令的功能是把BX所指的32位地址指针的段地址
www.eeworm.com/read/123865/6057052

c jfdctflt.c

/* * jfdctflt.c * * Copyright (C) 1994-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READ