代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/251588/4418522
dat balls.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 512 512
VERBOSE 0
CAMERA
ZOOM 1.20711
ASPECTRATIO 1.0
ANTIALIASING 0
RAYDEPTH 5
CENTER 2.1 1.3 1.7
VIEWDIR -0.700389 -0.433574 -0.566982
UP
www.eeworm.com/read/243485/4526212
h staticbind.h
/*
*2006/08/16 WXL 2.0
*
*/
/*
V0.2 added PC-based binding 21/July/2006
V0.1 Initial Release 10/July/2006
*/
// Default static bind resolution functions
www.eeworm.com/read/240162/4582380
c addrfunc3.c
// { dg-do run }
// { dg-options "-fpermissive -w" }
// Test for overload resolution in comparison expressions.
// Contributed by Jason Merrill .
void f (int) { }
void f ();
int m
www.eeworm.com/read/240162/4583460
c overload1.c
// { dg-do run }
//Overload resolution should consider both declarations of func identically.
struct S{};
void func(S&){}
int main()
{
void func(S&);
S s;
func(s);
}
www.eeworm.com/read/233448/4672432
c simd1.c
/* { dg-do compile } */
/* Test overload resolution of vector types.
From Janis Johnson and Paolo Bonzini, based on PR/16882 */
#define vector __attribute__((vector_size(16)))
vector signed int
www.eeworm.com/read/233448/4675196
c addrfunc3.c
// { dg-do run }
// { dg-options "-fpermissive -w" }
// Test for overload resolution in comparison expressions.
// Contributed by Jason Merrill .
void f (int) { }
void f ();
int m
www.eeworm.com/read/233448/4676278
c overload1.c
// { dg-do run }
//Overload resolution should consider both declarations of func identically.
struct S{};
void func(S&){}
int main()
{
void func(S&);
S s;
func(s);
}
www.eeworm.com/read/233448/4676402
mm method-22.mm
/* APPLE LOCAL file 4175534 */
/* Ensure that overload resolution does not produce warnings as
side-effects. */
/* { dg-do run } */
#include
#include
#define CHECK_IF(
www.eeworm.com/read/224327/4803692
c rarplib.c
/* rarpLib.c - Reverse Address Resolution Protocol (RARP) client library */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993
www.eeworm.com/read/209559/4974945
c neighbour.c
/*
* Generic address resolution entity
*
* Authors:
* Pedro Roque
* Alexey Kuznetsov
*
* This program is free software; you can redistribute it and/o