代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/217490/14960215
c 7210.c
/*--------------------------------------------------------------------------
Nokia 7210 IC PCF8833
I2c device address:
Resolution: 130x130 8bpp 4096/65536 colors 9-bit data
Pinout:
pin1
www.eeworm.com/read/210569/15196301
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/208576/15243950
cpp fig06_23.cpp
// Fig. 6.23: fig06_23.cpp
// Using the unary scope resolution operator.
#include
using std::cout;
using std::endl;
int number = 7; // global variable named number
int main()
{
www.eeworm.com/read/11356/228294
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/13787/283519
c arp.c
//* Address Resolution Protocol (ARP) functions. Sits between IP and
//* Level 2, mapping IP to Level 2 addresses for all outgoing datagrams.
#include "global.h"
#include "mbuf.h"
#include "timer.
www.eeworm.com/read/26168/954834
edf 心1.edf
(PCB __1
(parser
(host_cad ARES)
(host_version 7.8 SP2)
)
(resolution mm 100000)
(unit mm)
(structure
(boundary (rect pcb -102.13340 -45.82160 63.22060 47.94250))
(flip_style mir
www.eeworm.com/read/476380/1371224
c hal_adc_sample_single.c
#include "mac_headers.h"
INT16 halAdcSampleSingle(BYTE reference, BYTE resolution, UINT8 input) {
BYTE volatile temp;
INT16 value;
// reading out any old conversion value
temp
www.eeworm.com/read/470917/1440741
c clock_getres.c
/* clock_getres -- Get the resolution of a POSIX clockid_t. Linux version.
Copyright (C) 2003,2004,2005,2006, 2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The
www.eeworm.com/read/467546/1500012
ctxt rastermap.ctxt
#BlueJ class context
comment0.target=class\ RasterMap
comment0.text=Models\ a\ GIS\ raster\ map.\ Stores\ the\ raster\ resolution\ and\ndimensions\ as\ well\ as\ the\ raster\ values.\n@author\ Jo\ W
www.eeworm.com/read/453994/1634128
in rrdlastds.pl.in
#! @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 2002/02/