代码搜索结果
找到约 10,000 项符合
G 的代码
g.cpp
// Problem G
// http://acm.uva.es/p/v109/10940.html
// Solution by semiconductor
#include
int solve(int n,bool f)
{
if(n==1)return 1;
if(f)return solve(n>>1,(n&1)==0)
g.h
#define DATA_G_SIZE 336
#ifdef __LOAD_SDRAM
static CCHAR _cData_G[DATA_G_SIZE] = {
0xfc, 0xaf, 0x03, 0xa3, 0x06, 0x00, 0x00, 0x26, 0x6f, 0x29, 0x6f, 0xf6, 0x42, 0xba, 0xdb, 0xc3, 0xfc, 0x46, 0x68,
g.h
#define DATA_G_SIZE 336
#ifdef __LOAD_SDRAM
static CCHAR _cData_G[DATA_G_SIZE] = {
0xfc, 0xaf, 0x03, 0xa3, 0x06, 0x00, 0x00, 0x26, 0x6f, 0x29, 0x6f, 0xf6, 0x42, 0xba, 0xdb, 0xc3, 0xfc, 0x46, 0x68,
g++.linux
CC = g++ -fpic -DSHARED_LIB
CCLIB = g++ -shared
LD = g++
mkconf.g
#
# gulam script to produce configuration file for Atari ST;
# performs the same job as configure, but only for this specific configuration;
# it is assumed that it is located in a subdirectory .\atar
g++.1
.\" Copyright (c) 1991 Free Software Foundation -*-Text-*-
.\" See section COPYING for conditions for redistribution
.\" FIXME: no info here on predefines. Should there be? extra for C+