代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/137022/13347751
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/309399/13672257
h sferrors.h
* Constants related to errors.
* Error resolution return values.
#define ccMSG_RETRY '重试'
#define ccMSG_CONTINUE '继续'
#define ccMSG_CLOSEFORM '关闭表单'
#define ccMSG_QUIT '退出'
#de
www.eeworm.com/read/136170/13869477
h sferrors.h
* Constants related to errors.
* Error resolution return values.
#define ccMSG_RETRY '重试'
#define ccMSG_CONTINUE '继续'
#define ccMSG_CLOSEFORM '关闭表单'
#define ccMSG_QUIT '退出'
#de
www.eeworm.com/read/151716/5679422
h timer.h
/* timer.h -- high resolution timer
This file is part of the LZO real-time data compression library.
Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer
All Rights Reserved.
T
www.eeworm.com/read/143132/5758865
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/130382/5957255
c pgprndunix.c
/*
* Get high-resolution timing information to seed the random number generator.
* Unix version. (The complicated one.)
*
* $Id: pgpRndUnix.c,v 1.13.6.1 1999/06/04 00:28:48 heller Exp $
*/
www.eeworm.com/read/130382/5957260
c pgprndmac.c
/*
* Get high-resolution timing information to seed the random number generator.
* Mac version. (The complicated one.)
*
* $Id: pgpRndMac.c,v 1.15 1999/04/21 18:35:38 heller Exp $
*/
#in
www.eeworm.com/read/488200/6497962
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/479166/6700222
cpp fig06_22.cpp
// Fig. 6.22: fig06_22.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/478934/6708377
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.