代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/302286/13838146
h 2440lib.h
//===================================================================
// File Name : 2440lib.h
// Function : S3C2440
// Date : February 26, 2002
// Version : 0.0
// History
// 0.0 :Feb
www.eeworm.com/read/301491/13858336
h 2440lib.h
//===================================================================
// File Name : 2440lib.h
// Function : S3C2440
// Date : February 26, 2002
// Version : 0.0
// History
// 0.0 :Feb
www.eeworm.com/read/301479/13858615
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/238593/13872617
c siivrtables.c
//------------------------------------------------------------------------------
// Module Name: SiIVRTables.c
//
// Module Description: contains a Video Resolution Tables which used
//
www.eeworm.com/read/300951/13878191
h 2440lib.h
//===================================================================
// File Name : 2440lib.h
// Function : S3C2440
// Date : February 26, 2002
// Version : 0.0
// History
// 0.0 :Feb
www.eeworm.com/read/152744/5666793
h 2410lib.h
/*********************************************************************************************
* File name : 2410lib.h
* Author : embest
* Descript : S3C2410 Define Address Register
* History
*
www.eeworm.com/read/144262/5751418
h 2410lib.h
//===================================================================
// File Name : 2410lib.h
// Function : S3C2410
// Program : Shin, On Pil (SOP)
// Date : February 26, 2002
// Versio
www.eeworm.com/read/144211/5753179
modem
#------------------------------------------------------------------------------
# modem: file(1) magic for modem programs
#
# From: Florian La Roche
4 string Research, Digif
www.eeworm.com/read/139903/5795586
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/139903/5795681
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