代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/233448/4674468
c tem05.c
// { dg-do assemble }
// 980924 bkoz
// just a quick test for export, to make sure we are warning for it.
// CHANGE ME when it's supported
// 14 Templates
//p 6
// A namespace-scope declaration or
www.eeworm.com/read/231546/4715037
awk mve.awk
#!/usr/bin/nawk -f
#
# Change "nawk" to "awk" or "gawk" if you get errors.
#
# Make Vim Errors
# Processes errors from cc for use by Vim's quick fix tools
# specifically it translates the ---------^ n
www.eeworm.com/read/230188/4725310
txt hardware.txt
This document gives a brief description of the known hardware features of the
SNES giving you some idea what SNES emulation authors are up against.
Quick Overview
--------------
o 65c816 CPU running
www.eeworm.com/read/229812/4746554
makefile
#pmake: build os_os2 cpu_386
host_os = os2
host_cpu = 386
quick_link = 1
!include ../mif/master.mif
www.eeworm.com/read/229812/4746608
makefile
#pmake: build os_win cpu_i86
host_os = win
host_cpu = i86
quick_link = 1
!include ../mif/master.mif
www.eeworm.com/read/196314/5103082
java mocksynonymengine.java
package lia.analysis.synonym;
import java.util.HashMap;
public class MockSynonymEngine implements SynonymEngine {
private static HashMap map = new HashMap();
static {
map.put("quick", new S
www.eeworm.com/read/184888/5243902
cfg dbtext-ser.cfg
#
# $Id: dbtext-ser.cfg,v 1.1.1.1 2005/06/13 16:47:37 bogdan_iancu Exp $
#
# simple quick-start config script with dbtext
#
# ----------- global configuration parameters ------------------------
#de
www.eeworm.com/read/183719/5252434
c async_io.c
/*
* async_io.c - some quick async IO routines for COSS
*
* Adrian Chadd
*
* These routines are simple plugin replacements for the file_* routines
* in disk.c . They bac
www.eeworm.com/read/176157/5339051
java pagingtester.java
// PagingTester.java
// A quick application that demonstrates the PagingModel.
//
package jswing.ch16;
import java.awt.*;
import javax.swing.*;
public class PagingTester extends JFrame {
public P