代码搜索:Making

找到约 2,505 项符合「Making」的源代码

代码结果 2,505
www.eeworm.com/read/338238/12317209

h inferencealgorithm.h

#include "definitions.h" #include "MRF.h" #ifndef __INFERENCE_ALGORITHM__ #define __INFERENCE_ALGORITHM__ class InferenceAlgorithm { /** This class defines the interface for making inferen
www.eeworm.com/read/123453/14630336

txt release.txt

Steps to follow when making a release of the gateway; if there is a problem, fix it, and re-start from beginning: * Decide on the version number. * Prepare the software for release. * Make sur
www.eeworm.com/read/123453/14630860

txt release.txt

Steps to follow when making a release of the gateway; if there is a problem, fix it, and re-start from beginning: * Decide on the version number. * Prepare the software for release. * Make sur
www.eeworm.com/read/205734/15308559

am makefile.am

# # Before making a release, the LTVERSION string should be modified. # The string is of the form CURRENT:REVISION:AGE. # # CURRENT (C) # The most recent interface number that this library implements.
www.eeworm.com/read/11175/207968

inc uiint.inc

;*** ;uiint.inc ; ; Copyright 1985-1988 Microsoft Corporation ; ; NOTE: When making changes to this file, be sure to make equivalent ; changes to file UIINT.H ; ;**************************
www.eeworm.com/read/11175/208105

h txtint.h

/* File: txtint.h - Defines which apply to the QBI Text Manager */ /* NOTE: When making changes to this file, be sure to make equivalent */ /* changes to file TXTINT.INC
www.eeworm.com/read/14591/395085

cpp lesson8.cpp

/* * This Code Was Created By Tom Stanis / Jeff Molofee 2000 * A HUGE Thanks To Fredric Echols For Cleaning Up * And Optimizing The Base Code, Making It More Flexible! * If You've Found Th
www.eeworm.com/read/37055/1067050

txt tutorial.txt

Making the bat and ball work together ************************************* Now we need to make the ball bounce off the bat when it hits it. As mentioned earlier, the ball and bat modules don't
www.eeworm.com/read/250243/4436373

makefile

# Makefile for making bootable images on various OpenFirmware machines. # # Paul Mackerras January 1997 # XCOFF bootable images for PowerMacs # Geert Uytterhoeven September 1997 # ELF bootable iamges
www.eeworm.com/read/247586/4480680

solaris makefile.solaris

SUBDIRS = SharedStubs default: @for i in $(SUBDIRS) ; do \ echo ">>>Recursively making "$$i" ..."; \ cd $$i; $(MAKE) -f makefile.solaris $(ACTION) || exit 1; cd ..; \ echo "