代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/377523/9272865
java stackl.java
//: c09:StackL.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Making a stack from a LinkedList.
import java.util.*;
impor
www.eeworm.com/read/377523/9272959
java queue.java
//: c09:Queue.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Making a queue from a LinkedList.
import java.util.*;
publ
www.eeworm.com/read/169504/9853956
sh makemon.sh
# Copyright 1996-1997, ESS Technology, Inc.
# SCCSID @(#)makemon.sh 1.5 2/10/98
#
# Shared part for DRAM game makefile/makefile.pc
#
BOOT_START = cfffa30 # for making game.dat
JUMP = -jump #
www.eeworm.com/read/420753/10778122
asm gun.asm
dataseg segment
mess1 db 40 dup('*'),40 dup(' ')
db 'This is a program of making gun sound.',13,10
db 40 dup(' '),20 dup(' *'),'$'
mess2 db 'Please input the time(NULL-exit,?*10):$'
m
www.eeworm.com/read/460079/7257964
makefile
# for making arm code Rob Chapman Apr 1, 04
NAME = test io
CC = arm-elf-gcc
LD = arm-elf-ld -v
AR = arm-elf-ar
AS = arm-elf-as
CP = arm-elf-objcopy
.SUFFIXES
www.eeworm.com/read/396796/8090083
c libfbx-color.c
/*
* libfbx-color.c -- Color making functions
* (C)opyright 2000-2001 U4X Labs
*
* Written by: Mike Bourgeous
* Sat Sep 2 17:40:09 EDT 2000
*
* Updated by: P
www.eeworm.com/read/136959/13352038
h mk_fp.h
/*
** MK_FP.H
**
** Standard header file making sure this pesky Intel macro is defined!
*/
#ifndef MK_FP__H
#define MK_FP__H
#include "extkword.h"
#if defined(__WATCOMC__)
#include
#elif
www.eeworm.com/read/320955/13415370
vc makefile.vc
# For making f2c.lib (here called vcf2c.lib) with Microsoft Visual C++ .
# Invoke with "nmake -f makefile.vc" .
# To get signed zeros in write statements on IEEE-arithmetic systems,
# add -DSIGNED_ZE
www.eeworm.com/read/311051/13637922
java stackl.java
//: c09:StackL.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Making a stack from a LinkedList.
import java.util.*;
impor
www.eeworm.com/read/311051/13637940
java queue.java
//: c09:Queue.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Making a queue from a LinkedList.
import java.util.*;
publ