代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/192089/8407730
cpp main7.cpp
// Section 10.7
// $ CC screen.cpp main7.cpp
/*
Output:
****
****
****
****
@@@@@@
@@@@@@
---
---
---
---
---
*/
#include "screen.h"
int main() {
Scree
www.eeworm.com/read/291612/8407807
mmp bluetoothchat.mmp
/**
*
* @brief Project specification file for BluetoothChat application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
TARGET BluetoothChat.app
TARGETTYPE app
UID 0x100039CE 0x
www.eeworm.com/read/192089/8408040
cpp main5_2.cpp
// Section 8.5.2
// $ CC fibon.cpp main5_2.cpp
/*
Fibonacci Series: 16
0 1 1 2 3 5 8 13 21 34 55 89
144 233 377 610
*/
#include
using std::cout;
// Defined in fibon.C
v
www.eeworm.com/read/291552/8410078
plg scanstringtool.plg
Build Log
--------------------Configuration: scanstringtool - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l
www.eeworm.com/read/291537/8410627
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/291537/8410666
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/291529/8411676
plg serialcontrol.plg
Build Log
--------------------Configuration: SerialControl - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0
www.eeworm.com/read/391245/8414299
makefile
#############################################################################
# Makefile for building server
# Generated by tmake at 11:06, 2008/11/19
# Project: server
# Template: app
########
www.eeworm.com/read/391245/8414316
makefile~
#############################################################################
# Makefile for building server
# Generated by tmake at 11:06, 2008/11/19
# Project: server
# Template: app
########
www.eeworm.com/read/291467/8416922
makefile
CC = gcc
COPS =
LINT = lint
LOPS = -x -u
LIBS = /usr/lib/libstdc++.a \
/usr/local/pgsql/lib/libpq.a \
/usr/lib/libssl.a \
/usr/lib/libcrypto.a
all: openbsdxtunnelsd_d \