代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/138720/13221142

txt install notes.txt

Proteus Pro 6.7 SP3 PRO Update unrar file,copy all files to labcentre\bin directory use licence.lxk you already have job done i have made a quick release of this soft,there will be more to f
www.eeworm.com/read/317866/13494706

cpp qfilter.cpp

//Quick filter for matlab.Written by plum. Contact:sbtdkj1017@tom.com #include "mex.h" void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { double *a,*b,*x,*y; int
www.eeworm.com/read/149795/5697352

cfg mangler.cfg

# # $Id: mangler.cfg,v 1.3 2003/11/20 20:53:40 andrei Exp $ # # simple quick-start config script # # WARNING: replace PUBLIC_IP with the public ip of the nat box # (e.g.: 213.34.65.56 ) # -
www.eeworm.com/read/137626/5822745

pl mailcap.pl

#!/usr/bin/perl -w # mailcap to elinks.conf converter (aka quick hack) # version 1.00 by # Released under GPLv2 or later # # Usage: mailcap-convert.pl /etc/mailcap >> ~/.elinks/elinks
www.eeworm.com/read/132069/5925194

cpp soundtest.cpp

/* vi:set ts=8 sw=8: * * soundtest.cpp: A quick program to test the sound device API. * * Leo L. Schwab 2003.07.08 */ #include #include #include
www.eeworm.com/read/131315/5941993

c qio.c

/* $Revision: 1.9 $ ** ** Quick I/O package -- optimized for reading through a file. */ #include "configdata.h" #include #include #include #include #inclu
www.eeworm.com/read/100601/6268267

sh ssl.sh

#! /bin/ksh # # This is just a quick script so we can still run our testcases. # Longer term we need a scriptable test environment.. # . ../common/init.sh CURDIR=`pwd` PORT=${PORT-8443} # Test case
www.eeworm.com/read/100601/6268287

sh sdr.sh

#! /bin/ksh # # This is just a quick script so we can still run our testcases. # Longer term we need a scriptable test environment.. # . ../common/init.sh CURDIR=`pwd` #temporary files VALUE1=/tmp/
www.eeworm.com/read/487559/6503824

txt mesa.txt

http://www.mesa3d.org/ File: docs/README.WIN32 Last updated: Jul 01, 2005 - Karl Schultz - kschultz@users.sourceforge.net Quick Start ----- ----- Unzip both ZIP files (MesaLib and MesaDemos
www.eeworm.com/read/259580/11779791

cpp quicksort.cpp

// test quick sort #include #include // has copy #include "quickSort.h" using namespace std; int main() { int a[10] = {10,7,8,9,4, 2, 3, 6, 5,1}; // outp