代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/110034/6168771
makefile
# BK Id: SCCS/s.Makefile 1.15 01/11/02 10:46:06 trini
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot
www.eeworm.com/read/103192/6220724
h dlg.h
//WARNING: This file contains some of the same constants as DLG.INC
//WARNING: When making a change to one, make it to both!
#include
#include
#define DLG_CONST F
www.eeworm.com/read/101082/6248893
cb
*
* @(#)cb 4.1 (ULTRIX) 7/17/90
*
* Message for comb SCCS command
*
-1
"p-file exists"
Someone is in the process of making a delta on the named SCCS
file. Comb may only be used when no one else is mo
www.eeworm.com/read/101015/6262168
h dlg.h
//WARNING: This file contains some of the same constants as DLG.INC
//WARNING: When making a change to one, make it to both!
#include
#include
#define DLG_CONST F
www.eeworm.com/read/403011/11524389
cpp twod.cpp
// twod.cpp -- making a 2-d array
#include
#include "arraytp.h"
int main(void)
{
using std::cout;
using std::endl;
ArrayTP sums;
ArrayTP aves;
www.eeworm.com/read/403009/11524694
cpp twod.cpp
// twod.cpp -- making a 2-d array
#include
#include "arraytp.h"
int main(void)
{
using std::cout;
using std::endl;
ArrayTP sums;
ArrayTP aves;
www.eeworm.com/read/158649/11595011
java jurassic.java
//: c06:Jurassic.java
// Making an entire class final.
import com.bruceeckel.simpletest.*;
class SmallBrain {}
final class Dinosaur {
int i = 7;
int j = 1;
SmallBrain x = new SmallBra
www.eeworm.com/read/158649/11595250
java stackl.java
//: c09:StackL.java
// Making a stack from a LinkedList.
import com.bruceeckel.simpletest.*;
import java.util.*;
import com.bruceeckel.util.*;
public class StackL {
private LinkedList list =
www.eeworm.com/read/344239/11895872
java stack.java
//: net/mindview/util/Stack.java
// Making a stack from a LinkedList.
package net.mindview.util;
import java.util.LinkedList;
public class Stack {
private LinkedList storage = new Linke
www.eeworm.com/read/342996/11984792
sh autogen-clean.sh
#!/bin/sh
if [ -f Makefile ]; then
echo "Making make distclean..."
make distclean
fi
echo "Removing autogenned files..."
rm -f config.guess config.sub configure install-sh missing mkinstalldir