代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/257131/11948378

txt readme.txt

CPU86 - Free VHDL CPU8088 IP core Copyright (C) 2005-2006 HT-LAB Quick run: Open a DOSBox/Cygwin shell and navigate to the web_cpu88/Modelsim director
www.eeworm.com/read/255779/12056379

txt readme.txt

VH2SC - Free VHDL to SystemC translator Copyright (C) 2006-2007 HT-LAB Quick run: vh2sc.exe vhdlfile.vhd See website for more details. The
www.eeworm.com/read/250756/12385947

but gs.but

\define{versionidgs} \versionid $Id: gs.but 6815 2006-08-28 10:35:12Z simon $ \C{gs} Getting started with PuTTY This chapter gives a quick guide to the simplest types of interactive login sessi
www.eeworm.com/read/132031/14113395

html vlog_ref_toc.html

Verilog HDL On-line Quick Reference Table of Contents
www.eeworm.com/read/118006/14890975

pas stopwch1.pas

unit Stopwch1; { Really quick and dirty high-res stopwatch using QueryPerformanceCounter. Needs to be spruced up with proper 64-bit arithmetic. Currently only good for one half-hour intervals
www.eeworm.com/read/115855/14999488

dat qconfig.dat

* * function key set * f1 quick_help f2 save_file f3 edit_file f7 mark_block_begin f8
www.eeworm.com/read/212004/15168477

txt readme.txt

CPU86 - Free VHDL CPU8088 IP core Copyright (C) 2005-2006 HT-LAB Quick run: Open a DOSBox/Cygwin shell and navigate to the web_cpu88/Modelsim director
www.eeworm.com/read/472881/1403259

c bmpdemo.c

/* * A quick program demonstrating creating and drawing a bitmap. * * Copyright (c) 2002 Alex Holden. */ #include #include #include #define TUX #ifdef TUX #d
www.eeworm.com/read/470720/1451453

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }
www.eeworm.com/read/470693/1463399

c 20000922-1.c

extern void doit(int); void quick_doit(int x) { #ifdef __OPTIMIZE__ if (__builtin_constant_p (x) && x != 0) asm volatile ("%0" : : "i#*X"(x)); else #endif doit(x); }