代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/195013/5122840
txt oops-tracing.txt
Quick Summary
-------------
Install ksymoops from
ftp://ftp..kernel.org/pub/linux/utils/kernel/ksymoops
Read the ksymoops man page.
ksymoops < the_oops.txt
and send the output the maintaine
www.eeworm.com/read/190666/5174252
c tem05.c
// 980924 bkoz
// just a quick test for export, to make sure we are warning for it.
// CHANGE ME when it's supported
// Build don't link:
// 14 Templates
//p 6
// A namespace-scope declaration or d
www.eeworm.com/read/180437/5284056
c arcsqs.c
/*
* $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $
*/
/* ARC - Archive utility - SQUASH
(C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED
This is a quick hack
www.eeworm.com/read/180437/5284309
c arcsqs.c
/*
* $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $
*/
/* ARC - Archive utility - SQUASH
(C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED
This is a quick hack
www.eeworm.com/read/178760/5313252
c string.c
/* Dumb strings stub.
Wanted a quick hack for now - will use the libc version later.
*/
char *_strcpy(char *dest, const char *source)
{
char *d = dest;
const char *s = source;
while (*d
www.eeworm.com/read/176157/5339100
java simpletab.java
// SimpleTab.java
// A quick test of the JTabbedPane component.
//
package jswing.ch11;
import java.awt.*;
import javax.swing.*;
public class SimpleTab extends JFrame {
JTabbedPane jtp;
public
www.eeworm.com/read/176157/5339108
java simplesplitpane.java
// SimpleSplitPane.java
// A quick test of the JSplitPane class.
//
package jswing.ch11;
import java.awt.*;
import javax.swing.*;
public class SimpleSplitPane extends JFrame {
static String somet
www.eeworm.com/read/176157/5339183
java spinnertest.java
// SpinnerTest.java
// A quick test of various spinners.
//
package jswing.ch07;
import javax.swing.*;
import java.awt.*;
public class SpinnerTest extends JFrame {
public SpinnerTest() {
sup
www.eeworm.com/read/176157/5339202
java scrollbarexample.java
// ScrollBarExample.java
// A quick demonstration of JScrollBar (both vertical and horizontal).
//
package jswing.ch06;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class
www.eeworm.com/read/169979/5407665
c arcsqs.c
/*
* $Header: arcsqs.c,v 1.2 88/06/01 16:31:39 hyc Locked $
*/
/* ARC - Archive utility - SQUASH
(C) COPYRIGHT 1985 by System Enhancement Associates; ALL RIGHTS RESERVED
This is a quick hack