代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/470693/1457486
c overload11.c
// Build don't link:
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 5 Sep 1999
// [over.match] 13.3 tells us where overload resolution occurs.
www.eeworm.com/read/209559/4970718
h highres_timer.h
/*
* include/asm-v850/highres_timer.h -- High resolution timing routines
*
* Copyright (C) 2001,03 NEC Electronics Corporation
* Copyright (C) 2001,03 Miles Bader
*
* This fi
www.eeworm.com/read/209559/4974894
c arp.c
/* linux/net/inet/arp.c
*
* Version: $Id: arp.c,v 1.99 2001/08/30 22:55:42 davem Exp $
*
* Copyright (C) 1994 by Florian La Roche
*
* This module implements the Address Resolution Protocol ARP
www.eeworm.com/read/202672/5046954
py oscillation.py
import math
import qcad
def start(str):
t=0.0 # time (counter)
res=256.0 # resolution of curve
x_m=100.0 # amplitude
t_m=400.0 # max t value
beta=0.04 # attenuation
m=1.0 # mass
www.eeworm.com/read/195013/5123354
c arp.c
/* linux/net/inet/arp.c
*
* Version: $Id: arp.c,v 1.99 2001/08/30 22:55:42 davem Exp $
*
* Copyright (C) 1994 by Florian La Roche
*
* This module implements the Address Resolution Protocol ARP
www.eeworm.com/read/192559/5152844
h modes.h
#ifndef __MODES_H__
#define __MODES_H__
// LCD/CRT timing parameters for each resolution
//
MQ_TIMING_PARAM MQTimingParam[] =
{
#ifdef RCLK_14_318
{ // 640 x 480 60Hz (25.175 MHz)
640,
www.eeworm.com/read/192559/5154436
h modes.h
#ifndef __MODES_H__
#define __MODES_H__
// LCD/CRT timing parameters for each resolution
//
MQ_TIMING_PARAM MQTimingParam[] =
{
#ifdef RCLK_14_318
{ // 640 x 480 60Hz (25.175 MHz)
640,
www.eeworm.com/read/190666/5173330
c overload11.c
// Build don't link:
// Copyright (C) 1999 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 5 Sep 1999
// [over.match] 13.3 tells us where overload resolution occurs.
www.eeworm.com/read/180222/5288421
cpp scoperes.cpp
//: C04:Scoperes.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Global scope resolution
int a;