代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/194581/8190405
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/294538/8220272
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/394345/8229664
txt 使用说明.txt
·中华电脑书库下载文件说明 (http://www.pcbookcn.com)
您下载的该文件来自中华电脑书库(http://www.pcbookcn.com)
使用前请您先阅读以下条款,否则请勿使用本站提供的文件!
1) 本站不保证所提供软件或程序的完整性和安全性。
2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。
3) 由本站提供 ...
www.eeworm.com/read/294235/8245415
h ccs_p16.h
/* CCS compiler-sepcific definitions for PIC16F877 or PIC18C452 */
#ID CHECKSUM // ID bytes are checksum
#ZERO_RAM // Wipe RAM for safety
#define WORD unsigned
www.eeworm.com/read/293996/8259764
cpp jfdctflt.cpp
/*
* 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/293706/8277753
txt 使用说明.txt
·中华电脑书库下载文件说明 (http://www.pcbookcn.com)
您下载的该文件来自中华电脑书库(http://www.pcbookcn.com)
使用前请您先阅读以下条款,否则请勿使用本站提供的文件!
1) 本站不保证所提供软件或程序的完整性和安全性。
2) 请在使用前查毒 (这也是您使用其它网络资源所必须注意的) 。
3) 由本站提供 ...
www.eeworm.com/read/392350/8349177
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/292398/8358085
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/292398/8358101
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/174377/9590002
hpp fastslam.hpp
/*
* Bayes++ the Bayesian Filtering Library
* Copyright (c) 2004 Michael Stevens
* See accompanying Bayes++.htm for terms and conditions of use.
*
* $Header: /cvsroot/bayesclasses/Bayes++/SLAM/fa