代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/192445/8381337
makefile
objects = aprioritest.o Item.o AprioriSets.o Data.o
Cpp = g++
flags = -O6 -Wall
apriori : $(objects) Makefile
$(Cpp) $(flags) $(objects) -o apriori
aprioritest.o : aprioritest.cpp AprioriSets.h
$(
www.eeworm.com/read/391404/8405141
makefile
# Linux Makefile for Huffman Project
# Written by Wang Yong Gang, 2003
# Need GNU gcc-3.2.2
CC=gcc
CFLAGS=-W -Wall -O2
CPP=g++
CPPFLAGS=-W -Wall -O2
LDFLAGS=-lstdc++
MAINSRC=main.cpp
MAINOBJ=main.o
www.eeworm.com/read/390970/8430899
plg flashwin32.plg
Build Log
--------------------Configuration: FlashWin32 - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x40
www.eeworm.com/read/432289/8612932
makefile all.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C20
www.eeworm.com/read/432289/8612945
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C20
www.eeworm.com/read/432289/8612965
makefile egcs.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C20
www.eeworm.com/read/432289/8613071
makefile all.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C21
www.eeworm.com/read/432289/8613080
makefile egcs.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C21
www.eeworm.com/read/432289/8613195
makefile all.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C22
www.eeworm.com/read/432289/8613199
makefile beta1.makefile
# From Thinking in C++, 2nd Edition
# At http://www.BruceEckel.com
# (c) Bruce Eckel 1999
# Copyright notice in Copyright.txt
# Automatically-generated MAKEFILE
# For examples in directory C22