代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/317707/13499238
m sarres.m
% Sythetic Aperture Radar Resolution
% -----------------------------------
clear;clc;clf;
% Input Radar Parameters
f=10000; % Frequency - Mhz
l=10; % Antenna length - ft
wl=(3
www.eeworm.com/read/238593/13872761
c siividres.c
//------------------------------------------------------------------------------
// Module Name: SiI Video Resolution
// ---
// Module Description: Here are video resolution related functions
//
www.eeworm.com/read/127545/6004461
h qualityrulefilterloop.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn/Thomas 舋otnes
// Date..........: 981026
// Description...:
// Revisions.....:
//================
www.eeworm.com/read/103451/6215688
h qualityrulefilterloop.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn/Thomas 舋otnes
// Date..........: 981026
// Description...:
// Revisions.....:
//===========
www.eeworm.com/read/405217/11468651
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/152406/12116777
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/254515/12132974
m roundto.m
% ROUNDTO Round the input to a specified resolution
%
% [Y] = ROUNDTO (X, Resolution) rounds X to Resolution.
function [Y] = roundto (X, Resolution)
Y = round (X / Resolution) * Resolutio
www.eeworm.com/read/229932/14311298
cs datetools.cs
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/169956/5408219
h av7110.h
#ifndef _AV7110_H_
#define _AV7110_H_
#define DVB_FIRM_PATH "/lib/DVB/"
#include
#include
#include
#include
#ifdef CONFIG
www.eeworm.com/read/163883/5506530
h qualityrulefilterloop.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn/Thomas 舋otnes
// Date..........: 981026
// Description...:
// Revisions.....:
//===========