代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/216542/4890174
txt sppcbnt.txt
SSINT Quick Installation:
- Attach your lock device...
- Copy files to a MS-DOS Disquette or fat partition
- Boot your machine in MS-DOS... (not an MS-DOS window)
- Change to your floppy dri
www.eeworm.com/read/197479/5094798
readme
This directory contains the sources for building
the mod_gsoap Apache module for Apache 1.3.
Here's the quick start way to build your own DSO.
./configure [--with-gsoap=/alternate/path/to/soapcpp2]
www.eeworm.com/read/191030/5169072
properties ireport_fr.properties
file=Fichier
newDocument=Nouveau
reportWizard=Report Wizard
open=Ouvrir
quickOpen=Quick Open
save=Sauvegarder
saveAs=Sauvegarder Sous...
saveAll=Sauvegarder Tout
recentFiles=Fichiers R\u00E9c
www.eeworm.com/read/178760/5312792
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/5339009
java guiscreens.java
// GuiScreens.java
// A quick utility to print out graphic device information. Will work on
// systems with multiple monitors.
//
package jswing.ch03;
import java.awt.*;
import javax.swing.*;
publi
www.eeworm.com/read/176157/5339087
java fstest.java
// FSTest.java
// A quick test environment for the FSTree component.
//
package jswing.ch24;
import javax.swing.*;
import javax.swing.tree.*;
public class FSTest extends JFrame {
public FSTest(
www.eeworm.com/read/176157/5339227
java curvedexample.java
// CurvedExample.java
// A quick program to demonstrate the custom CurvedBorder class.
// (see CurvedBorder.java)
//
package jswing.ch13;
import java.awt.*;
import javax.swing.*;
public class Curve
www.eeworm.com/read/176157/5339231
java simpleinternalframe.java
// SimpleInternalFrame.java
// A quick demonstration of setting up an internal frame in an application.
//
package jswing.ch02;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
publ
www.eeworm.com/read/295026/3912608
c msock.c
/* a quick port of my libmsock routine to MS NT */
/* muquit@Aug-20-2005 Mar 01 Eastern Standard Time 2001 */
#include "msock.h"
struct in_addr *atoAddr(char *address)
{
struct hostent