代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/237122/13977405
htm ch31_13.htm
[Chapter 31] 31.13 Making Cursor Keys Work in vi Text-input Mode
www.eeworm.com/read/110993/15520463
cpp ring.cpp
//: C20:Ring.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Making a "ring" data structure
www.eeworm.com/read/103071/15747128
sh makefuncs.sh
#!/bin/sh
# $Id: makefuncs.sh,v 1.1.1.1 2002/12/11 10:12:36 mmondor Exp $
PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin"
show()
{
echo "$@"
$@
}
killbin()
{
echo " Making sure $1 binary is not runni
www.eeworm.com/read/100150/15882061
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 us
www.eeworm.com/read/291984/8383958
makefile
#
# Making the VNC applet.
#
CP = cp
JC = javac
JCFLAGS = -target 1.1
JAR = jar
ARCHIVE = VncViewer.jar
MANIFEST = MANIFEST.MF
PAGES = index.vnc
INSTALL_DIR = /usr/local/vnc/classes
CLASSES = VncVie
www.eeworm.com/read/192103/8404305
htm ch13_04.htm
Making and Removing Directories (Learning Perl, 3rd Edition)
www.eeworm.com/read/188344/8548098
m envgui.m
function [sys,x0,str,ts] = envgui(t,x,u,flag,NoiseBlock,LoadDistBlock)
%ENVGUI S-function for making a simple PID GUI.
%
% When the model autotunerPID.mdl is run, this S-function create a panel
www.eeworm.com/read/432289/8612994
cpp ring.cpp
//: C20:Ring.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Making a "ring" data structure from the STL