代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/348715/10871371
m gshchen.m
%This is the program for Generalized synchronization of fractional order Hyperchaotic chen system, a simple but fast
%method in time domain.
clc
clear
clf
a=35;b=3;c=12;d=7;r=0.5; %parameter a b
www.eeworm.com/read/274198/10885428
txt readme.txt
SHANTOU Semiconductor Inc. 05/16/2003
A SHANTOU ST268 USB Fast Ethernet driver for Linux.
Copyright (C) 1997 Sten Wang
This program is free software; you can redi
www.eeworm.com/read/418731/10931818
txt 10 security enhancements.txt
10 Fast and Free Security Enhancements
PC magazine.
Before you spend a dime on security, there are many precautions you can take that will protect you against the most common threats.
1. Check
www.eeworm.com/read/272848/10940401
cpp timefastsquarematrixmultiply2.cpp
// run time for fast square matrix multiply
// ikj order
#include
#include
#include "make2dArrayNoCatch.h"
using namespace std;
#pragma optimize("t", on)
void fastSquar
www.eeworm.com/read/272848/10940650
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/418304/10954831
m fm_spf.m
function fm_spf
% FM_SPF solve standard power flow by means of the NR method
% and fast decoupled power flow (XB and BX variations)
% with either a single or distributed slack bus model.
%
www.eeworm.com/read/272137/10969041
h name.h
#define VER_FILEDESCRIPTION_STR "DVB PCI Fast Modem NIC Driver"
#define VER_LEGALCOPYRIGHT_YEARS "1996-1998"
#define LEGALCOPYRIGHT "Virtual Net Adapter"
#define VER_LEGALCOPYRI
www.eeworm.com/read/417108/11003542
txt rsync3.txt
-*- indented-text -*-
Notes towards a new version of rsync
Martin Pool , September 2001.
Good things about the current implementation:
- Widely known and adopted.
- Fast/effic
www.eeworm.com/read/416428/11026178
pas inffast.pas
Unit InfFast;
{
inffast.h and
inffast.c -- process literals and length/distance pairs fast
Copyright (C) 1995-1998 Mark Adler
Pascal tranlastion
Copyright (C) 1998 by Jacques Nomss
www.eeworm.com/read/332978/7141523
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