代码搜索结果
找到约 10,000 项符合
G 的代码
g++.1
.\" Copyright (c) 1991, 1992 Free Software Foundation -*-Text-*-
.\" See section COPYING for conditions for redistribution
.\" FIXME: no info here on predefines. Should there be? extra
g++.c
/* G++ preliminary semantic processing for the compiler driver.
Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Brendan Kehoe (brendan@cygnus.com).
This file is par
g.m
function Z=G(X,Y)
%%determinatal function
UT=0.0; %up threhold
LT=-0.0; %low threhold
Z=LinearM3(X,Y);
Z1=(Z>UT);
Z2=-(Z
g++.mac
CPP = g++
CPPFLAGS = -Wall
OFLAGS = -c
EXEFLAG = -o
OBJEXT = o
LIBLINK = -l
.cpp.$(OBJEXT) :
$(CPP) $(CPPFLAGS) $(OFLAGS) $< -o $@
.$(OBJEXT).exe :
$(CPP) $(CPPFLAGS) $< $(EXEFLAG)$@