代码搜索:quick

找到约 3,674 项符合「quick」的源代码

代码结果 3,674
www.eeworm.com/read/403510/2311365

java mtdrctool.java

/* -*- tab-width: 4 -*- * * Electric(tm) VLSI Design System * * File: Quick.java * * Copyright (c) 2004 Sun Microsystems and Static Free Software * * Electric(tm) is free software; you can red
www.eeworm.com/read/403510/2311369

java mtdrcareatool.java

/* -*- tab-width: 4 -*- * * Electric(tm) VLSI Design System * * File: Quick.java * * Copyright (c) 2004 Sun Microsystems and Static Free Software * * Electric(tm) is free software; you can red
www.eeworm.com/read/366702/2870518

c tem05.c

// { dg-do assemble } // 980924 bkoz // just a quick test for export, to make sure we are warning for it. // CHANGE ME when it's supported // 14 Templates //p 6 // A namespace-scope declaration or
www.eeworm.com/read/358128/3001965

php error.php

www.eeworm.com/read/357013/3035620

java mocksynonymengine.java

package lia.analysis.synonym; import java.util.HashMap; public class MockSynonymEngine implements SynonymEngine { private static HashMap map = new HashMap(); static { map.put("quick", new S
www.eeworm.com/read/351777/3098860

c async_io.c

/* * async_io.c - some quick async IO routines for COSS * * Adrian Chadd * * These routines are simple plugin replacements for the file_* routines * in disk.c . They bac
www.eeworm.com/read/158106/5598706

c devimage.c

#define FASTJPEG 1 /* =1 for temp quick jpeg 8bpp display */ #define HAVE_MMAP 1 /* =1 to use mmap if available */ #if defined(HAVE_FILEIO) /* temp for entire file*/ /* * Copyri
www.eeworm.com/read/153824/5644836

readme

This is a quick readme on how to setup ATM on linux. This script will work in conjuction with the /etc/rc.d/init.d/network script to startup LANE services and interfaces. I have tested it with LANE
www.eeworm.com/read/194440/8194954

m fmhorplot.m

function fact=fmhorplot(fmat,hors,vaflag,fact,flipy,kolor, horkols,tflag,hax) % fact=fmhorplot(fmat,hors,vaflag,fact,flipy,kolor,... % horkols,tflag,hax) % % FMHORPLOT calls FMPLOT for a quick p
www.eeworm.com/read/369421/9648930

cpp quicksort.cpp

//QuickSort.cpp //This function is to quick-sort SqList # include # include # define MAXSIZE 20 typedef int RedType; typedef struct //define SqList structure { Red