代码搜索:prgs

找到约 41 项符合「prgs」的源代码

代码结果 41
www.eeworm.com/read/325343/13211648

vcl fontlist.vcl

Build Log --------------------Configuration: FontList - Win32 (WCE emulator) Debug-------------------- Command Lines Creating temporary file "C
www.eeworm.com/read/301268/13862248

makefile

CFLAGS = -g -Wall #CFLAGS = -O2 -funroll-loops #------------------------------------------------------------------------------ SRCS = showpat.C PRGS = showpat #--------------------------------------
www.eeworm.com/read/406417/11442781

in makefile.in

.SUFFIXES: .c .o COMPILE = $(CC) $(CFLAGS) INC_PATH = -I../common -I../tracker -I/usr/local/include LIB_PATH = -L/usr/local/lib $(LIBS) TARGET_PATH = $(TARGET_PATH) SHARED_OBJS = ../common/hash.o ..
www.eeworm.com/read/413966/11136198

cpp dlgother.cpp

// DlgOther.cpp : implementation file // #include "stdafx.h" #include "ex5.h" #include "DlgOther.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/406417/11442796

in makefile.in

.SUFFIXES: .c .o COMPILE = $(CC) $(CFLAGS) INC_PATH = -I../common -I/usr/local/include LIB_PATH = -L/usr/local/lib $(LIBS) TARGET_PATH = $(TARGET_PATH) SHARED_OBJS = ../common/hash.o ../common/chain
www.eeworm.com/read/406417/11442762

in makefile.in

.SUFFIXES: .c .o COMPILE = $(CC) $(CFLAGS) INC_PATH = -I/usr/local/include LIB_PATH = -L/usr/local/lib -lfdfsclient $(LIBS) TARGET_PATH = $(TARGET_PATH) ALL_OBJS = ALL_PRGS = fdfs_monitor fdfs_tes
www.eeworm.com/read/176369/5338302

repository

e32frodo/64prgs
www.eeworm.com/read/406417/11442799

makefile

.SUFFIXES: .c .o COMPILE = $(CC) -Wall -O2 -D_FILE_OFFSET_BITS=64 -DOS_LINUX #COMPILE = $(CC) -Wall -g -D_FILE_OFFSET_BITS=64 -DOS_LINUX -D__DEBUG__ INC_PATH = -I/usr/local/include LIB_PATH = -L/usr/
www.eeworm.com/read/144216/5752484

t subs.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; $ENV{PERL5LIB} = '../lib'; } $| = 1; undef $/; my @prgs = split "\n########\n", ; print "1..", scalar @prgs, "\n"; my $Is_V
www.eeworm.com/read/150763/5689147

makefile

PRGS = baseml basemlg codeml evolver mcmctree pamp yn00 chi2 CC = cl # cc, gcc, cl CFLAGS = -O2 -Ot -W3 DEFINE = # LIBS = #-lm -lM all : $(PRGS) baseml : baseml.obj eigen.obj tools.