代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/281827/4112398

c refine.c

#include #include "csa_types.h" #include "csa_defs.h" #ifdef QUICK_MIN #define sort_insert(best, size, a, a_prc, nsize) \ \ {\ unsigned si_i, si_j;\ \ if (size == 0)\ best[0] = a;\ else\
www.eeworm.com/read/398634/2375650

test func_encrypt.test

-- source include/have_openssl.inc --disable_warnings drop table if exists t1; --enable_warnings create table t1 (x blob); insert into t1 values (des_encrypt('The quick red fox jumped over the lazy
www.eeworm.com/read/358128/3002804

phpt tostring-object.phpt

--TEST-- toString() : object. --FILE--
www.eeworm.com/read/158872/5591145

h sim-main.h

/* Main header for the m32r. */ #ifndef SIM_MAIN_H #define SIM_MAIN_H #define USING_SIM_BASE_H /* FIXME: quick hack */ struct _sim_cpu; /* FIXME: should be in sim-basics.h */ typedef struct _sim_
www.eeworm.com/read/370436/9600784

as loaderinfor.as

/** * Description 版权所有2006@qz http://www.quick35.com * @author crlnet * @version 0.1 * @discription:加载信息类,用于存储单页加载所需的信息; */ package crlclr.data{ import flash.display.Loader; public
www.eeworm.com/read/266447/11225168

html qmake-manual-3.html

www.eeworm.com/read/132599/14083462

html qmake-manual-3.html

www.eeworm.com/read/323119/13351774

result fulltext2.result

DROP TABLE IF EXISTS t1; CREATE TABLE t1 ( i int(10) unsigned not null auto_increment primary key, a varchar(255) not null, FULLTEXT KEY (a) ) ENGINE=MyISAM; repair table t1 quick; Table Op Msg_type M
www.eeworm.com/read/302402/13836339

vhd my_lift.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; entity mylift is port(clk : in std_logic; --时钟信号(频率2HZ) full,deng,quick,clr:in
www.eeworm.com/read/136786/5864458

c start_8xx.c

/* * BK Id: SCCS/s.start_8xx.c 1.10 09/14/01 18:01:17 trini */ /* * Copyright (C) 1996 Paul Mackerras. * Copyright (C) 2000 Dan Malek. * Quick hack of Paul's code to make XMON work on 8xx process