代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/443386/1742769
s ipcsum.s
.text
.align 32
.globl ip_fast_csum
ip_fast_csum: /* %o0 = iph, %o1 = ihl */
sub %o1, 4, %g7
lduw [%o0 + 0x00], %o2
lduw [%o0 + 0x04], %g2
lduw [%o0 + 0x08], %g3
addcc %g2, %o2, %o2
lduw [%
www.eeworm.com/read/291921/8387656
c dm9ks.c
/*
dm9ks.c: Version 2.03 2005/10/17
A Davicom DM9000A/DM9010 ISA NIC fast Ethernet driver for Linux.
This program is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/291887/8389918
c nftllite.c
/*
* $Log: V:/nftllite.c_v $
*
* Rev 1.21 01 Mar 1998 12:59:46 amirban
* Add parameter to mapSector, and use fast-mount procedure
*
* Rev 1.20 23 Feb 1998 17:08:38 Yair
www.eeworm.com/read/189325/8475308
c 8139too.c
/*
8139too.c: A RealTek RTL-8139 Fast Ethernet driver for Linux.
Maintained by Jeff Garzik
Copyright 2000,2001 Jeff Garzik
Much code comes from Donald Becke
www.eeworm.com/read/290293/8491365
htm chap07.htm
order information
7.82 Algorithm Data Encryption Standard (DES)
des (11,555)
7.94 Algorithm Fast Data Encipherment Algori
www.eeworm.com/read/290066/8508054
c sis900.c
/* -*- Mode:C; c-basic-offset:4; -*- */
/*
sis900.c: An SiS 900/7016 PCI Fast Ethernet driver for Etherboot
Copyright (C) 2001 Entity Cyber, Inc.
Revision: 1.0 March 1, 2001
Author:
www.eeworm.com/read/388876/8568531
in fann.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: fann
Description: Fast Artificial Neural Network Library
Version: @VERSION@
Libs: -L${libdir} -lm -lfann
Cflag
www.eeworm.com/read/288271/8645395
c dm9ks.c
/*
dm9ks.c: Version 2.08 2007/02/12
A Davicom DM9000A/DM9010 ISA NIC fast Ethernet driver for Linux.
This program is free software; you can redistribute it and/or
modify it under the
www.eeworm.com/read/431812/8652782
cpp pku2502.cpp
#include
#include
#define SLOW (10000.0 / 60.0)
#define FAST (40000.0 / 60.0)
double dis[205][205];
double mindis[205];
int use[205];
typedef struct
{
int x, y, lable
www.eeworm.com/read/431675/8662322
m ttbpx.m
function [w,i,tr]=ttbpx(w,f,n,p,t,tp,fid)
% TTBPX Train multilayer feed-forward network w/fast backpropagation.
% This is an adapted version of tbpx to be called by bpxnncml.m
% Results are not displa