代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/259297/11809108
h 2440lib.h
//===================================================================
// File Name : 2440lib.h
// Function : S3C2440
// Date : February 26, 2002
// Version : 0.0
// History
// 0.0 :Feb
www.eeworm.com/read/259296/11809213
h 2440lib.h
//===================================================================
// File Name : 2440lib.h
// Function : S3C2440
// Date : February 26, 2002
// Version : 0.0
// History
// 0.0 :Feb
www.eeworm.com/read/259220/11814411
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;
www.eeworm.com/read/259220/11814640
cpp namespaceoverriding1.cpp
//: C10:NamespaceOverriding1.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "NamespaceMat
www.eeworm.com/read/156264/11815349
m ip_01_04.m
% MATLAB script for Illustrative Problem 4, Chapter 1.
echo on
n=[-20:1:20];
% Fourier series coefficients of x(t) vector
x=.5*(sinc(n/2)).^2;
% sampling interval
ts=1/40;
% time vector
t=[-.
www.eeworm.com/read/155707/11852946
qcvc-save-settings
#!/bin/sh
[ -d /proc/qcamvc ] || {
echo "The QuickCam VC driver is not installed" >&2
exit 1
}
case $# in
0)
exec 4>&1
;;
1)
exec 4>"$1" || exit 1
;;
*)
echo "Usage: $0 [save-file]" >&2
;;
www.eeworm.com/read/155700/11853005
h 2410lib.h
#ifndef __2410lib_h__
#define __2410lib_h__
#ifdef __cplusplus
extern "C" {
#endif
#define DebugOut Uart_Printf
#define min(x1,x2) (((x1)(
www.eeworm.com/read/155699/11853074
h 2410lib.h
#ifndef __2410lib_h__
#define __2410lib_h__
#ifdef __cplusplus
extern "C" {
#endif
#define DebugOut Uart_Printf
#define min(x1,x2) (((x1)(
www.eeworm.com/read/258191/11878601
cpp scoperes.cpp
//: C04:Scoperes.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Global scope resolution
int a;