代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/358128/3000088

pm readline.pm

## ## Perl Readline -- The Quick Help ## (see the manual for complete info) ## ## Once this package is included (require'd), you can then call ## $text = &readline'readline($input); ## to get lines of
www.eeworm.com/read/260597/4331585

c exetype.c

/* * exeType( filename ) - Return the type of .EXE, based on a quick * examination of the header. If it is a new .EXE * and the OS ( Windows, DOS 4.X, 286DOS ) cannot * be
www.eeworm.com/read/254811/4380524

c exetype.c

/* * exeType( filename ) - Return the type of .EXE, based on a quick * examination of the header. If it is a new .EXE * and the OS ( Windows, DOS 4.X, 286DOS ) cannot * be
www.eeworm.com/read/153996/5643766

txt oneminutewiki.txt

!Hiya! And welcome to Wiki! WikiWiki is Hawaiian and means "quick". The original idea of WikiWiki was to create a collaborative, fast environment which would still be persistent. Anyone can co
www.eeworm.com/read/392508/8338694

go-gui

#!/bin/sh # LIC: GPL #*********************************************************************** # # go-gui # # Quick-start shell script to set up PPPoE and GUI wrapper # # Copyright (C) 2000 Roaring Pen
www.eeworm.com/read/147693/12538584

pl fig9_2.pl

% Figure 9.2 Quicksort. % quicksort( List, SortedList): sort List by the quicksort algorithm quicksort( [], []). quicksort( [X|Tail], Sorted) :- split( X, Tail, Small, Big), quick
www.eeworm.com/read/187848/8596218

m demopsonet.m

% demoPSOnet.m % script to show a quick, uncomplicated demo of using trainpso for training % a neural net % % tries to build a feedforward neural net to approximate a noisy increaing % sin funct
www.eeworm.com/read/431176/8705906

m demopsonet.m

% demoPSOnet.m % script to show a quick, uncomplicated demo of using trainpso for training % a neural net % % tries to build a feedforward neural net to approximate a noisy increaing % sin funct
www.eeworm.com/read/286526/8761879

m demopsonet.m

% demoPSOnet.m % script to show a quick, uncomplicated demo of using trainpso for training % a neural net % % tries to build a feedforward neural net to approximate a noisy increaing % sin funct
www.eeworm.com/read/286275/8774498

asm example3.asm

;The following library should be combined with XLIB.LIB using the Microsoft ;LINK and LIB utilities. If BASIC is to be executed from the QBX ;environment, then a quick library must be loaded with t