代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/344684/11867669

s strcmp.s

; fast strcmp ; .text _strcmp:: mov r30,r16 mov r31,r17 mov r26,r18 mov r27,r19 ; Z points to s1 ; X points to s2 loop: ld r16,z+ ld r17,x+ sub r16,r17 brne done tst r17 bre
www.eeworm.com/read/155317/11884823

s strcmp.s

; fast strcmp ; .text _strcmp:: mov r30,r16 mov r31,r17 mov r26,r18 mov r27,r19 ; Z points to s1 ; X points to s2 loop: ld r16,z+ ld r17,x+ sub r16,r17 brne done tst r17 bre
www.eeworm.com/read/344321/11888594

c mbxi2c.c

/* mbxI2c.c - I2C bus interface for PPC 8xx */ /* Copyright 1998-2001 Wind River Systems, Inc. */ /* Copyright 1997,1998,1999 Motorola, Inc., All Rights Reserved */ /* modification history ---------
www.eeworm.com/read/257509/11922528

h stream.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/257509/11922543

h quant.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/257509/11922599

h dct.h

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //
www.eeworm.com/read/154491/11950566

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/154258/11976542

txt 使用说明.txt

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

txt 使用说明.txt

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

txt 让计算机启动更快的十五招 .txt

让计算机启动更快的十五招 加入时间:2003-10-6 源码之家 嫌计算机启动太慢是每个计算机迷的共同心病,让计算机启动更快是大家的共同心愿,本人在使用计算机过程中总结了加快计算机启动速度的“十五式”,与您分享。 一、bios的优化设置    在bios设置的首页我们进入“advanced bios features”选项,将光标移到“frist boot de ...