代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/152843/5660636
makefile
# This is far from simple, but I couldn't think of a good name. This is
# for making the 'zImage' or 'zImage.initrd' on a number of targets.
#
# Author: Tom Rini
#
# Notes:
# (1) F
www.eeworm.com/read/295361/8168205
c krx20501.c
#include /* for NULL */
int any(char *s1, char *s2)
{
char array[256]; /* rjh comments
* (a) by making this char array[256] = {0}; the first loop bec
www.eeworm.com/read/395267/8187689
java person.java
// Person.java - Chapter 14, Java 5 version.
// Copyright 2005 by Jacquie Barker - all rights reserved.
// A MODEL class.
// We are making this class abstract because we do not wish for it
www.eeworm.com/read/194598/8189468
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(README)
dnl Set various version strings - taken gratefully from the GTk sources
# Making releases:
# MICRO_VERSION += 1;
www.eeworm.com/read/174006/9612554
txt 17.7.txt
Listing 17.7 Making Asynchronous Web Method Calls
private void btnGo_Click(object sender, System.EventArgs e)
{
localhost.LotteryNumberGenerator gen = new
localhost.LotteryNumberGenerator();
gen.
www.eeworm.com/read/368137/9709832
makefile
# executable files for this directory
OBJECTS = use-handle.exe book.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
inclu
www.eeworm.com/read/368137/9710173
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak
www.eeworm.com/read/270182/11045693
java person.java
// Person.java - Chapter 14, Java 5 version.
// Copyright 2005 by Jacquie Barker - all rights reserved.
// A MODEL class.
// We are making this class abstract because we do not wish for it
www.eeworm.com/read/415537/11065274
txt play games on ps2 without modchip.txt
Play Games On PS2 Without ModChip
In this guide, you will learn the very easy method of making copies of your PS2 and normal Playstaion games so that they are playable on the PS2. This guide will
www.eeworm.com/read/248950/12531209
m bubblexm.m
function ret = bubblexm ( M , v , L , alpha , x , mean , style )
# do a bubble tour of a gaussian
# making plots versus x as we go
# includes a mean vector
if ((nargin != 6)&&(nargin != 7))
u