代码搜索:Getting
找到约 2,749 项符合「Getting」的源代码
代码结果 2,749
www.eeworm.com/read/223082/14660305
java sysop.java
package chc;
import java.io.*;
import java.util.*;
import java.net.*;
/** This class is designed to handle System operations for CHC. Operations
* include getting a list of specified systems from
www.eeworm.com/read/119738/14823326
ada adauser.ada
--Getting Started Ada Script
--The purpose of this script is to generate an Ada package
--Created by Richard Felsinger, RCF Associates, 960 Scottland Dr
--Mt Pleasant, SC 29464 e-mail 71162,755@com
www.eeworm.com/read/119273/14834942
h point.h
// Borland C++ - (C) Copyright 1991 by Borland International
/* point.h--Example from Getting Started */
// point.h contains two classes:
// class Location describes screen locations in X and Y
www.eeworm.com/read/119273/14834966
cpp circle.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
/* CIRCLE.CPP--Example from Getting Started */
// CIRCLE.CPP A Circle class derived from Point
#include // graph
www.eeworm.com/read/119269/14835694
c wildcard.c
/*
* Wildcard matching engine for use with SFTP-based file transfer
* programs (PSFTP, new-look PSCP): since SFTP has no notion of
* getting the remote side to do globbing (and rightly so) we ha
www.eeworm.com/read/489717/1212156
sh autogunk.sh
#!/bin/sh
# This script tries to follow the "GNU way" w.r.t. the autobits.
# This does of course generate a number of irritating files.
# Try to get over it (I am getting there myself).
# This shoul
www.eeworm.com/read/470720/1446929
c enum3.c
// Build don't link:
// GROUPS passed enums
enum foo
{
x = 0
};
enum bar
{
// this used to say `x' wasn't a constant, because build_enumerator
// was getting the value of x wrapped around a NO