代码搜索:Fast

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

代码结果 10,000
www.eeworm.com/read/419980/10825128

c dev_c7200_sram.c

/* * Cisco 7200 (Predator) simulation platform. * Copyright (c) 2005,2006 Christophe Fillot (cf@utc.fr) * * Packet SRAM. This is a fast memory zone for packets on NPE150/NPE200. */ #include
www.eeworm.com/read/418695/10935638

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
www.eeworm.com/read/272364/10960263

cxx test.cxx

// generated by Fast Light User Interface Designer (fluid) version 1.0104 #include "test.h" Fl_Double_Window* UserInterface::make_window() { Fl_Double_Window* w; { Fl_Double_Window* o = ne
www.eeworm.com/read/271667/10985131

ldf adsp-ts201_c_mp.ldf

ARCHITECTURE(ADSP-TS201) #ifndef __NO_STD_LIB SEARCH_DIR( $ADI_DSP/TS/lib ) #endif // Libsim provides fast, mostly host emulated IO only supported by // the simulator. The libio library pro
www.eeworm.com/read/271108/11007226

c dm9ks.c

/* dm9ks.c: Version 2.06 2007/01/03 A Davicom DM9000A/DM9010 ISA NIC fast Ethernet driver for Linux. This program is free software; you can redistribute it and/or modify it un
www.eeworm.com/read/435331/6960870

tkenvrc .tkenvrc

# Tkenv configuration option updatefreq_fast {50} option updatefreq_express {10000} option stepdelay {300 ms} option use_mainwindow {1} option print_banners {1} option animation_enabled {1} opt
www.eeworm.com/read/468676/6986510

tkenvrc .tkenvrc

# Tkenv configuration option updatefreq_fast {10} option updatefreq_express {100} option stepdelay {300 ms} option use_mainwindow {1} option print_banners {0} option animation_enabled {1} optio
www.eeworm.com/read/465723/7052586

tkenvrc .tkenvrc

# Tkenv configuration option updatefreq_fast {50} option updatefreq_express {10000} option stepdelay {300 ms} option use_mainwindow {1} option print_banners {1} option animation_enabled {1} opt
www.eeworm.com/read/274361/7070872

c ipic.c

#include "iPIC.h" #include "consts.h" #use fast_io(A) void testCmd() { /* choix(CMD_PROPORTIONNEL,); choix(CMD_INTEGRAL,); choix(CMD_DERIVEE,); choix(CMD_INTLIMIT,);*/ envoicar("TEST"
www.eeworm.com/read/140893/7117096

java failfast.java

//: c11:FailFast.java // Demonstrates the "fail fast" behavior. // {ThrowsException} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRig