代码搜索:icpc

找到约 93 项符合「icpc」的源代码

代码结果 93
www.eeworm.com/read/339549/12226097

mht toj1378 - babelfish.mht

From: Subject: Problem 1378 | TJU ACM-ICPC Online Judge Date: Thu, 11 May 2006 23:13:32 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="text/h
www.eeworm.com/read/339549/12226100

mht toj1743 - king's treasure.mht

From: Subject: Problem 1743 | TJU ACM-ICPC Online Judge Date: Thu, 11 May 2006 23:14:19 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="text/h
www.eeworm.com/read/339549/12226114

mht toj2175 - computer games.mht

From: Subject: Problem 2175 | TJU ACM-ICPC Online Judge Date: Thu, 11 May 2006 23:15:59 +0800 MIME-Version: 1.0 Content-Type: multipart/related; type="text/h
www.eeworm.com/read/339446/3302809

test precomp.test

#!/bin/sh PRECOMP_SUPPORT=no COMPILER=$1 VERBOSE=$2 case "$COMPILER" in icpc) cat >header.h source.cpp
www.eeworm.com/read/317951/3573557

mak icc.mak

# Time-stamp: #INCLUDES := CXX := icpc CC := icc ifdef TARGET_OS # CXX := ${TARGET_OS}-c++ # CC := ${TARGET_OS}-gcc endif CXX_VERSION := $(shell ${CXX} --versio
www.eeworm.com/read/282766/4087746

mak icc.mak

# Time-stamp: #INCLUDES := CXX := icpc CC := icc ifdef TARGET_OS # CXX := ${TARGET_OS}-c++ # CC := ${TARGET_OS}-gcc endif CXX_VERSION := $(shell ${CXX} --versio
www.eeworm.com/read/351418/3108130

mak icc.mak

# Time-stamp: #INCLUDES := CXX := icpc CC := icc ifdef TARGET_OS # CXX := ${TARGET_OS}-c++ # CC := ${TARGET_OS}-gcc endif CXX_VERSION := $(shell ${CXX} --versio
www.eeworm.com/read/249136/12519581

py compile.py

#!/usr/bin/python import os,sys OFLAGS='OFLAGS=-g -Wall' CC='' if os.system('which g++ >& /dev/null') == 0: CC = 'g++\n' OFLAGS = '\nOFLAGS=-O3\n' if os.system('which icpc >& /dev/null') ==
www.eeworm.com/read/411488/2187556

mak icc.mak

# Time-stamp: #INCLUDES := CXX := icpc CC := icc ifdef TARGET_OS # CXX := ${TARGET_OS}-c++ # CC := ${TARGET_OS}-gcc endif CXX_VERSION := $(shell ${CXX} --version | awk 'NR
www.eeworm.com/read/371250/9560049

icc makefile.icc

# # Makefile for Sparse Bundle Adjustment library & demo program # CC=icc #-w1 # warnings on CXX=icpc CFLAGS=-Wcheck -O3 -tpp7 -xW -march=pentium4 -mcpu=pentium4 -ip -ipo -unroll #-g # -fno-alias OBJS