代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/261052/4325717
os2 makefile.os2
# Extra rules for making DLLs for OS/2
define mkdll
$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $* $(
www.eeworm.com/read/252364/4409114
java stackl.java
//: c11:StackL.java
// Making a stack from a LinkedList.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceecke
www.eeworm.com/read/252364/4409169
java queue.java
//: c11:Queue.java
// Making a queue from a LinkedList.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel
www.eeworm.com/read/154730/5634868
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
/* #define LASU_HD */
#define LINUS_HD
/*
* Amount of ram memory (in bytes, 640k-1M not discounted). Currently 8Mb.
* Don't make this bigger without making sure
www.eeworm.com/read/174274/9598677
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
/* #define LASU_HD */
#define LINUS_HD
/*
* Amount of ram memory (in bytes, 640k-1M not discounted). Currently 8Mb.
* Don't make this bigger without making sure
www.eeworm.com/read/415805/11052576
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
/* #define LASU_HD */
#define LINUS_HD
/*
* Amount of ram memory (in bytes, 640k-1M not discounted). Currently 8Mb.
* Don't make this bigger without making sure
www.eeworm.com/read/135486/13926613
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
/* #define LASU_HD */
#define LINUS_HD
/*
* Amount of ram memory (in bytes, 640k-1M not discounted). Currently 8Mb.
* Don't make this bigger without making sure
www.eeworm.com/read/132667/14079247
1 changelog-1.1.1
2001-02-01 Richard Braakman
* Making release 1.1.1.
2001-02-01 Uoti Urpala
* gw/urltrans.c: Bugfix, find_default_translation() now returns
NULL if no default
www.eeworm.com/read/111947/15499696
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
/* #define LASU_HD */
#define LINUS_HD
/*
* Amount of ram memory (in bytes, 640k-1M not discounted). Currently 8Mb.
* Don't make this bigger without making sure
www.eeworm.com/read/107559/15604950
m invder.m
function data_der=invder(data)
% data_der=invder(data)
% inverse 2nd derivative for making data2 matrix for simplisma
% written by K.Artyushkova
%7/7/1999
[n,m]=size(data);
for i=1:m
Dm