代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/121089/6070122
h util.h
/* File: util.h - Forward references & constants for module util.asm. */
/* NOTE: When making changes to this file, be sure to make equivalent */
/* changes to file util.inc */
#u
www.eeworm.com/read/120251/6078666
h oasisscriptextension.h
#ifndef __SCRIPT_EXTENSION_H__
#define __SCRIPT_EXTENSION_H__
#include "oasisCommon.h"
#include "oasisScriptSystem.h"
namespace Oasis {
//A scriptExtension is a way of making a system or su
www.eeworm.com/read/113165/6140680
h oasisscriptextension.h
#ifndef __SCRIPT_EXTENSION_H__
#define __SCRIPT_EXTENSION_H__
#include "oasisCommon.h"
#include "oasisScriptSystem.h"
namespace Oasis {
//A scriptExtension is a way of making a system or su
www.eeworm.com/read/110034/6167652
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/110034/6172046
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/102935/6226496
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/102935/6227933
help config.help
CONFIG_ISDN_CAPI
This provides the CAPI (Common ISDN Application Programming
Interface, a standard making it easy for programs to access ISDN
hardware, see . This is neede
www.eeworm.com/read/102935/6230734
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/101153/6237809
readme
INTRODUCTION
The mbuff.o module and /dev/mbuff is intended to be used as a
shared memory device making memory allocated in the kernel using
vmalloc possible to map in the user space. Such memory doe
www.eeworm.com/read/100133/6273822
bat runtest.bat
rem
rem Demonstrate how to subclass a grammar and actually get it to compile.
rem Biggest issue is making sure ANTLR, compiler, and interpreter can see
rem the supergrammar and classes needed by it.