代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/288041/8654604
plg chapter14.plg
Build Log
--------------------Configuration: Chapter14 - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /
www.eeworm.com/read/431788/8654666
plg antclustering.plg
Build Log
--------------------Configuration: AntClustering - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x8
www.eeworm.com/read/387762/8655140
makefile
# Standard UNIX
CFLAGS= -s -O -DUNIX
# Debugging
#CFLAGS= -g -DUNIX
CC= g++
# Imlicit pattern rule for making .o files from .cpp files
%.o: %.cpp
$(CC) -c $(CFLAGS) $(CPPFLAGS) -o $@ $<
#
www.eeworm.com/read/431752/8656001
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// NWServer.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中
// 引用任何所需的附加头文件,而不是在此文件中引用
www.eeworm.com/read/287946/8658100
makefile
CC = gcc
CXX = c++
AR = ar
RANLIB = ranlib
CPPFLAGS =
CFLAGS = -O2
CXXFLAGS = -O2
LDFLAGS =
SRCS = $(wildcard *.cpp)
OBJS = $(SRCS:.cpp=.o)
TESTOBJS = test.o bench.o validat1.o validat
www.eeworm.com/read/287946/8658122
dsp cryptlib.dsp
# Microsoft Developer Studio Project File - Name="cryptlib" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/287943/8659397
plg compressdemo.plg
Build Log
--------------------Configuration: CompressDemo - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x40