代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/242898/4533393
readme
3D advection equation $q_t + (uq)_x + (vq)_y (wq)_z = 0$ with swirling flow,
taken from Example 11.2 in the paper "High-resolution conservative algorithms
for advection in incompressible flow",
www.eeworm.com/read/240162/4581736
c koenig3.c
// { dg-do run }
//Check association of member pointer in overload resolution.
struct A {
int m_val;
friend int operator ->* (A & other, int A::*pm)
{ return 31; }
};
int A::*pi = & A::m_val;
i
www.eeworm.com/read/233448/4674553
c koenig3.c
// { dg-do run }
//Check association of member pointer in overload resolution.
struct A {
int m_val;
friend int operator ->* (A & other, int A::*pm)
{ return 31; }
};
int A::*pi = & A::m_val;
i
www.eeworm.com/read/224327/4803725
c proxylib.c
/* proxyLib.c - proxy Address Resolution Protocol (ARP) client library */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01k,10may02,kbw making man
www.eeworm.com/read/192559/5152872
h registry.h
#ifndef __REGISTRY_H_
#define __REGISTRY_H_
//Default resolution and color depth if not specified in Registry
#define DEFAULT_X 640
#define DEFAULT_Y 480
#define DEFAULT_BPP 8
#define
www.eeworm.com/read/192559/5154463
h registry.h
#ifndef __REGISTRY_H_
#define __REGISTRY_H_
//Default resolution and color depth if not specified in Registry
#define DEFAULT_X 640
#define DEFAULT_Y 480
#define DEFAULT_BPP 8
#define
www.eeworm.com/read/190346/5184915
sh svn-test2.sh
#!/bin/sh
# Testing merging and conflict resolution.
case `uname -s` in
CYGWIN*) CURRENT_DIR=`pwd | sed -e 's@^/cygdrive/\([a-z]\)@\1:@'` ;;
*) CURRENT_DIR=`pwd` ;;
esac
SVN_
www.eeworm.com/read/334125/3373162
m4 config.m4
dnl #############################################
dnl see if we have nanosecond resolution for stat
AC_CACHE_CHECK([for tv_nsec nanosecond fields in struct stat],ac_cv_have_stat_tv_nsec,[
AC_TRY_COM
www.eeworm.com/read/332739/3394031
dat trypsin4pti.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 768 768
VERBOSE 0
CAMERA
ZOOM 1.0
ASPECTRATIO 1.0
ANTIALIASING 0
RAYDEPTH 4
CENTER 15.0 20.0 -50.0
VIEWDIR 0.0 0.0 1.0
UPDIR 0
www.eeworm.com/read/318603/3567030
c proxylib.c
/* proxyLib.c - proxy Address Resolution Protocol (ARP) client library */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01k,10may02,kbw making man