代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/176085/9517312

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/176085/9517863

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/176085/9517905

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/175764/9534407

c layer2.c

/* layer2.c: the layer 2 decoder, root of mpg123 copyright 1994-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://m
www.eeworm.com/read/175242/9554553

txt 使用说明.txt

·中华电脑书库下载文件说明 (http://www.pcbookcn.com) 您下载的该文件来自中华电脑书库(http://www.pcbookcn.com) 使用前请您先阅读以下条款,否则请勿使用本站提供的文件! 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。 3) 由本站提供 ...
www.eeworm.com/read/371349/9555064

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 README fi
www.eeworm.com/read/175201/9555711

c layer2.c

/* layer2.c: the layer 2 decoder, root of mpg123 copyright 1994-2006 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://m
www.eeworm.com/read/174996/9565113

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 used
www.eeworm.com/read/169217/9875192

txt 使用说明.txt

·中华电脑书库下载文件说明 (http://www.pcbookcn.com) 您下载的该文件来自中华电脑书库(http://www.pcbookcn.com) 使用前请您先阅读以下条款,否则请勿使用本站提供的文件! 1) 本站不保证所提供软件或程序的完整性和安全性。 2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。 3) 由本站提供 ...
www.eeworm.com/read/364857/9891105

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