代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/168239/5447411
java pixelizefilter.java
import java.awt.Color;
/**
* An image filter to create a pixelization effect, like an enlarged
* low-resolution digital image.
*
* @author Michael Kolling and David J Barnes
* @version 1.0
*/
www.eeworm.com/read/343231/3223579
cpp mcastws1.cpp
// Sample: IPv4/6 Multicasting using Setsockopt
//
// File:
// mcastws1.cpp - this file
// resolve.cpp - common name resolution routines
// resolve.h - header file for
www.eeworm.com/read/340665/3276318
c overload36.c
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/340665/3276519
c template6.c
// PRMS Id: 4656
// Testcase for use of member pointers in template resolution
template class A {
public:
A() : a(1) {}
T a;
};
template
int foo (T A::*p)
{
return 0;
www.eeworm.com/read/338072/3323952
readme
Time::HiRes module: High resolution time, sleep, and alarm.
Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
to implement time, sleep, and alarm that know about non-integral s
www.eeworm.com/read/324606/3499672
c arplib.c
/* arpLib.c - Address Resolution Protocol (ARP) table manipulation library */
/* Copyright 1984-1992 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
------------------
www.eeworm.com/read/321301/3538804
h if_arp.h
/* if_arp.h - network interface address resolution protocol header file */
/* Copyright 2001-2005 Wind River Systems, Inc. */
/*
* Copyright (c) 1986, 1993
* The Regents of the University of Cali
www.eeworm.com/read/316872/3592130
c manager.c
/*
* manager.c - Resource Management, Conflict Resolution, Activation and Disabling of Devices
*
* based on isapnp.c resource management (c) Jaroslav Kysela
* Copyright 2003 Adam
www.eeworm.com/read/440906/1777950
c overload36.c
// Test for subsequence checking in overload resolution.
class foo {
public:
void operator
www.eeworm.com/read/440906/1778151
c template6.c
// PRMS Id: 4656
// Testcase for use of member pointers in template resolution
template class A {
public:
A() : a(1) {}
T a;
};
template
int foo (T A::*p)
{
return 0;