代码搜索:quick

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

代码结果 3,674
www.eeworm.com/read/183118/5257987

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/176157/5339065

java colorpicker.java

// ColorPicker.java // A quick test of the JColorChooser dialog. // package jswing.ch12; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class ColorPicker extends JFrame {
www.eeworm.com/read/176157/5339072

java colorpicker2.java

// ColorPicker2.java // A quick test of the JColorChooser dialog. This one installs the custom // GrayScalePanel picker tab. // package jswing.ch12; import java.awt.*; import java.awt.event.*; impor
www.eeworm.com/read/176157/5339111

java hboxwithglue.java

// HBoxWithGlue.java // A quick test of the box layout manager using the Box utility class. // package jswing.ch11; import java.awt.*; import javax.swing.*; public class HBoxWithGlue extends JFrame
www.eeworm.com/read/169937/5408821

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/167893/5451061

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/164348/5497108

h soundtest.h

/* vi:set ts=8 sw=8: * * soundtest.h: A quick program to test the sound device API. * * Leo L. Schwab 2003.07.08 */ #ifndef __OASOUNDTEST_H #define __OASOUNDTEST_H #ifndef __OPAPPVI
www.eeworm.com/read/341356/3252538

pl send-trap.pl

#!@install.perl.bin@ # # a quick hack of a script to send traps # by Ben Reed (ben@opennms.org) # # whee! $|++; use lib '.'; use Net::SNMP; use Getopt::Mixed qw(nextOption); use Time::HiRes qw(uslee
www.eeworm.com/read/340665/3279912

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/339586/3297351

txt install-win32.txt

Frequently Asked Questions: See doc/FAQ At the current time, the only supported WIN32 platform is Microsoft Visual C++. You must have VC++ 6.0 at least. Quick Steps to compile & run a sample