代码搜索:Making

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

代码结果 2,505
www.eeworm.com/read/202224/15389152

m movieexample.m

% movie making example: rotate a 3-D surface plot [X,Y,Z]=peaks(50); % create data surfl(X,Y,Z) % plot surface with lighting axis([-3 3 -3 3 -10 10]) % fix axes so that scal
www.eeworm.com/read/112277/15490437

java jurassic.java

//: c06:Jurassic.java // From 'Thinking in Java, 2nd ed.' by Bruce Eckel // www.BruceEckel.com. See copyright notice in CopyRight.txt. // Making an entire class final. class SmallBrain { Small
www.eeworm.com/read/108017/15596245

mak zlib.mak

# Makefile for zlib32bd.lib # ------------- Borland C++ 4.5 ------------- # The (32-bit) zlib32bd.lib made with this makefile is intended for use # in making the (32-bit) DLL, png32bd.dll. It uses t
www.eeworm.com/read/100073/15886566

cf mips.cf

/* * Set version numbers before making makefiles. * * X11r5 only builds using the berkeley libraries and compiler. Make * sure your path includes /bsd43/bin before /bin/ or /usr/bin. */ #defin
www.eeworm.com/read/188344/8547953

m autogui.m

function [sys,x0,str,ts] = autogui(t,x,u,flag,RefBlock) %AUTOGUI S-function for making a simple PID GUI. % % When the model autotunerPID.mdl is run, this S-function create a panel % which clos
www.eeworm.com/read/432289/8613768

cpp friend2.cpp

//: C03:Friend2.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Making an entire class a friend class Wat
www.eeworm.com/read/285058/8872139

sh make.sh

# Copyright 1996-1997, ESS Technology, Inc. # SCCSID @(#)make.sh 4.60.1.10 03/03/05 # # $LOG$ # .SUFFIXES: .c .s .o .sun # # Rules for making object code from C and assembly code # .c.o: $(BIN)/g
www.eeworm.com/read/183761/9141390

unix rules.library.unix

# rules.library - vxdcom rules for making T3 libraries # # modification history # -------------------- # 01b,19oct01,dbs improve build rules to allow for veloce hacks # 01a,13jul01,dbs written # EX
www.eeworm.com/read/178378/9404930

cpp friend2.cpp

//: C03:Friend2.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Making an entire class a friend class Wat
www.eeworm.com/read/424063/10500328

m pendan.m

function [ret,x0] = pendan(t,x,u,flag,RefBlock) %PENDAN S-function for making pendulum animation. % % See also: PENDAN.C, PENDDEMO, PENDSETS and PEND0. % Copyright (c) 1990-94 by The MathW