代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/453994/1634130
pl rrdlastds.pl
#! /usr/bin/perl
#
# rrdlastds - report the latest DS values from the RRA with
# the shortest time resolution
#
# steve rader
#
# Jan 8th, 2000
#
# $Id: rrdlastds.pl.in,v 1.1.1.1 2
www.eeworm.com/read/251588/4418516
dat lattice.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 512 512
VERBOSE 0
CAMERA
ZOOM 1.0
ASPECTRATIO 1.0
ANTIALIASING 0
RAYDEPTH 8
CENTER 0.5625 1 0.9375
VIEWDIR 0 -0.707107 -0.707107
UPDIR 0.
www.eeworm.com/read/251588/4418519
dat model2.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 512 512
VERBOSE 0
CAMERA
ZOOM 1.0
ASPECTRATIO 1.0
ANTIALIASING 1
RAYDEPTH 12
CENTER 0.0 0.0 -5.0
VIEWDIR 0.0 0.0 1.0
UPDIR 0.0 1
www.eeworm.com/read/219239/4848557
stc ap.stc
# Stimulus file for testing 3-tcyc resolution
# pulse measurements.
echo Stimulus file for 3-tcyc pulse measurements
# Define a node to which the pins can attach.
node test_node
# Create an async
www.eeworm.com/read/208414/4993031
h pgprnd.h
/*
* pgpRnd.h - system-specific gathering of high-resolution timers for RNG.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* This is a PRIVATE header file, for use
www.eeworm.com/read/208414/4993034
c pgprndmsdos.c
/*
* pgpRndMSDOS.c -- Get high-resolution timing information to seed the
* random number generator. MS-DOS version.
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All right
www.eeworm.com/read/332739/3394026
dat lattice.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 512 512
VERBOSE 0
CAMERA
ZOOM 1.0
ASPECTRATIO 1.0
ANTIALIASING 0
RAYDEPTH 8
CENTER 0.5625 1 0.9375
VIEWDIR 0 -0.707107 -0.707107
UPDIR 0.
www.eeworm.com/read/332739/3394029
dat model2.dat
BEGIN_SCENE
OUTFILE /dev/null
RESOLUTION 512 512
VERBOSE 0
CAMERA
ZOOM 1.0
ASPECTRATIO 1.0
ANTIALIASING 1
RAYDEPTH 12
CENTER 0.0 0.0 -5.0
VIEWDIR 0.0 0.0 1.0
UPDIR 0.0 1
www.eeworm.com/read/326711/3469819
cpp fig18_09.cpp
// Fig. 18.9: fig18_09.cpp
// Using the unary scope resolution operator.
#include
using std::cout;
using std::endl;
int number = 7; // global variable named number
int main()
{