代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/175201/9555660

win32 readme.win32

Win32 Port by Tony Million This is a `Quick'n'Dirty` hack to make things work on Win32 platforms... I've #ifndef'd out all the code which didn't compile, and in certai
www.eeworm.com/read/166486/10017849

php tpl_batchupload.php

Batch file uploading Batch file uploading is a quick way to upload all your images without having to select them one by one.
www.eeworm.com/read/166486/10018069

php tpl_batchupload.php

Batch file uploading Batch file uploading is a quick way to upload all your images without having to select them one by one.
www.eeworm.com/read/159187/10683207

htm 011.htm

-->DELPHI专题--控件应用-->用 QUICKREPORT FOR DELPHI 制作报表
www.eeworm.com/read/458585/7293813

ini tidycfg.ini

; quick reference: http://tidy.sourceforge.net/docs/quickref.html ; cesky preklad: http://www.pspad.com/cz/tidy.htm ; sample config file for HTML tidy from http://www.w3.org/People/Raggett/tidy/
www.eeworm.com/read/197184/8023377

html tutorial.html

4. A quick guide to running your first crawl job
www.eeworm.com/read/136959/13351711

qcc makefile.qcc

# Makefile for Microsoft Quick C for DOS 2.5 all: qmenu.exe COPTS=-Ox .c.obj: qcl $(COPTS) -W4 -c $< objs=qmenu.obj \ vidmgr.obj \ vmgrdos.obj \ vioimage.obj \ opsys.ob
www.eeworm.com/read/315964/13533682

vhd dianti.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity dianti is port(clk:in std_logic; full,deng,quick,clr:in std_logic;
www.eeworm.com/read/303734/13809929

java quicksort.java

//Sort 100 numbers which are stored in a file //through the quick sort public class QuickSort{ static int a[] ={2,5,3,4,8,9,10,7,1,6}; //static int[] a= new int[10]; //a[10] ={2,5,3,4,8,
www.eeworm.com/read/136571/5869706

c stbl.c

#include "quicktime.h" int quicktime_stbl_init(quicktime_stbl_t *stbl) { stbl->version = 0; stbl->flags = 0; quicktime_stsd_init(&(stbl->stsd)); quicktime_stts_init(&(stbl->stts)); quick