代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/318725/13473381
html gridformat.html
IBG: How to Use IBG Grids
How to Use IBG Grids
You don't need the grid generator for looking at nice grids, but
for making computations on these grids. May be, you a
www.eeworm.com/read/314123/13574427
gprs-options
# General options for making GPRS connections
#
# $Id: gprs-options,v 1.2 2002/01/15 16:28:40 tjd21 Exp $
# Change this line to 'defaultroute' if you want to use the GPRS link
# as your gateway.
#n
www.eeworm.com/read/309146/13680805
mak zlib.mak
# Makefile for zlib32bd.lib
# ------------- Borland C++ 4.5 -------------
# The (32-bit) zlib32bd.lib made with this makefile is intended for use
# in making the (32-bit) DLL, png32bd.dll. It us
www.eeworm.com/read/302621/13830832
changelog
19-01-2005:
0.4.13 released.
17-01-2005:
Applied patch by Aurelien Bompard which makes it possible to install the
plugin to a temporary DESTDIR, usefull when making RPMs.
23-12-2004:
Applied fix by
www.eeworm.com/read/132069/5923403
mak zlib.mak
# Makefile for zlib32bd.lib
# ------------- Borland C++ 4.5 -------------
# The (32-bit) zlib32bd.lib made with this makefile is intended for use
# in making the (32-bit) DLL, png32bd.dll. It us
www.eeworm.com/read/126765/6011866
c nfslib.c
/* nfsLib.c - Network File System (NFS) library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
03k,10may02,kbw making
www.eeworm.com/read/101066/6256147
c nfslib.c
/* nfsLib.c - Network File System (NFS) library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
03k,10may02,kbw making
www.eeworm.com/read/410397/11288204
h hashdup.h
// Larbin
// Sebastien Ailleret
// 27-08-01 -> 27-08-01
/* class hashTable
* This class is in charge of making sure we don't crawl twice the same url
*/
#ifndef HASHDUP_H
#define HASHDUP_H
class
www.eeworm.com/read/410397/11288254
h hashtable.h
// Larbin
// Sebastien Ailleret
// 23-11-99 -> 14-01-00
/* class hashTable
* This class is in charge of making sure we don't crawl twice the same url
*/
#ifndef HASHTABLE_H
#define HASHTABLE_H
#i
www.eeworm.com/read/153678/12012320
cpp ring.cpp
//: C20:Ring.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Making a "ring" data structure