代码搜索:Resolution

找到约 5,618 项符合「Resolution」的源代码

代码结果 5,618
www.eeworm.com/read/278988/4140901

c video.c

/** * A tiny video watching application, just starts capturing /dev/video * into /dev/fb0. * Be shure to have >8Bit/pixel color resolution and r/w access for * /dev/video0, /dev/fb0 and /dev
www.eeworm.com/read/440906/1775619

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/439082/1819919

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/430518/1928787

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/355700/3048711

c libnet_resolve.c

/* * $Id: libnet_resolve.c,v 1.1.1.1 2002/09/16 12:58:06 robertol Exp $ * * libnet * libnet_resolve.c - various name resolution type routines * * Copyright (c) 1998 - 2002 Mike D. Schi
www.eeworm.com/read/258893/4349182

c pgprndwin32.c

/* * Get high-resolution timing information to seed the random number * generator. Win32 version. * * $Id: pgpRndWin32.c,v 1.10 1999/05/13 23:00:55 cpeterson Exp $ */ #include "pgpPFLErr
www.eeworm.com/read/159854/5580166

cpp tracert.cpp

// Sample: IPv4 and IPv6 Trace Route Sample // // Files: // iphdr.h - IPv4 and IPv6 packet header definitions // tracert.cpp - this file // resolve.cpp - Common name resolution
www.eeworm.com/read/159854/5580180

cpp ping.cpp

// Sample: IPv4 and IPv6 Ping Sample // // Files: // iphdr.h - IPv4 and IPv6 packet header definitions // ping.cpp - this file // resolve.cpp - Common name resolution routin
www.eeworm.com/read/231901/6788710

edf jtd.edf

(PCB D:\jtd\jtd.LYT (parser (host_cad ARES) (host_version 6.9 SP4) ) (resolution mm 100000) (unit mm) (structure (boundary (rect pcb -27.02560 15.87500 68.68160 56.51500)) (flip_
www.eeworm.com/read/294695/8211013

m der_eno3_plus.m

function [data_x] = der_ENO3_plus(data, dx) % % Calculates the derivative (plus) using % third order accurate ENO scheme % takes 1-D data % data: input data % dx: grid resolution % Note: before