代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/259580/11780216
cpp timefastsquarematrixmultiply1.cpp
// run time for fast square matrix multiply
// ijk order
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
void fastSquar
www.eeworm.com/read/344239/11894386
java failfast.java
//: containers/FailFast.java
// Demonstrates the "fail-fast" behavior.
import java.util.*;
public class FailFast {
public static void main(String[] args) {
Collection c = new Arra
www.eeworm.com/read/343590/11940862
c hello_world.c
/*
* "Hello World" example.
*
* This example prints 'Hello from Nios II' to the STDOUT stream. It runs on
* the Nios II 'standard', 'full_featured', 'fast', and 'low_cost' example
* designs. It r
www.eeworm.com/read/153270/12044870
java fastvector.java
//Container Interface
package apriori;
import java.util.*;
import java.io.*;
/**d
* Implements a fast vector class without synchronized
* methods. Replaces java.util.Vector. (Synchronized me
www.eeworm.com/read/152778/12085804
c twidrad4.c
/*--------------------------------------------------------------------------
21kcode/fft/rad4/twidrad4.c
C program to generate the radix-4 twiddle factor table for the
fast FFT-program RAD4.ASM
www.eeworm.com/read/250025/12442085
makefile
CPPFLAGS=
CCC = g++
CXXFLAGS= -DLOGFLAG
CCFLAGS = $(CXXFLAGS) $(CPPFLAGS) $(INCS)
CC = cc
CFLAG = -fast -Ae -Wl,+n
CFLAGS = $(CFLAG) $(CPPFLAGS) -I.
LD = $(CCC)
LDFLAGS = -AA -Wl,+n