代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/441021/7677812

dpr project2.dpr

program Project2; uses Forms, Unit2 in 'Unit2.pas' {Form2}; {$R *.res} begin Application.Initialize; Application.Title := 'Quick Click'; Application.CreateForm(TForm2, Form2);
www.eeworm.com/read/197887/7964358

h usbi.h

#ifndef _USBI_H_ #define _USBI_H_ #include "usb.h" #include "error.h" extern int usb_debug; /* Some quick and generic macros for the simple kind of lists we use */ #define LIST_ADD(begin, ent) \
www.eeworm.com/read/318168/13484673

ini tidycfg.ini

; quick reference: http://tidy.sourceforge.net/docs/quickref.html ; cesky preklad: http://www.pspad.com/cz/tidy.htm [TiDy clean Document - wrap] bare:no clean:no fix-bad-comments:yes fix-back
www.eeworm.com/read/305741/13761529

htm quickinput2.htm

quick input
www.eeworm.com/read/238485/13883085

8 qmail-qmqpd.8

.TH qmail-qmqpd 8 .SH NAME qmail-qmqpd \- receive mail via QMQP .SH SYNOPSIS .B qmail-qmqpd .SH DESCRIPTION .B qmail-qmqpd receives mail messages via the Quick Mail Queueing Protocol (QMQP) and invoke
www.eeworm.com/read/238485/13883282

8 qmail-qmtpd.8

.TH qmail-qmtpd 8 .SH NAME qmail-qmtpd \- receive mail via QMTP .SH SYNOPSIS .B qmail-qmtpd .SH DESCRIPTION .B qmail-qmtpd receives mail messages via the Quick Mail Transfer Protocol (QMTP) and invoke
www.eeworm.com/read/486074/6542987

html vlog_ref_body.html

Verilog HDL On-line Quick Reference body
www.eeworm.com/read/157453/11704318

h qsort.h

// file qsort.h // quick sort #ifndef QuickSort_ #define QuickSort_ #include "swap.h" template void quickSort(T a[], int l, int r) {// Sort a[l:r], a[r+1] has large value. if
www.eeworm.com/read/132141/14107670

h qsort.h

// file qsort.h // quick sort #ifndef QuickSort_ #define QuickSort_ #include "swap.h" template void quickSort(T a[], int l, int r) {// Sort a[l:r], a[r+1] has large value. if
www.eeworm.com/read/132031/14113392

html vlog_ref_body.html

Verilog HDL On-line Quick Reference body