代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/151859/12167076
h mtk_mcu.h
/*******************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information co
www.eeworm.com/read/151763/12176671
h 2410lib.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/339620/12216609
m centercirclefinder.m
function [xc,good,bad] = centercirclefinder(xt,I,wintx,winty);
%xt = [521.6249 ; 469.9916];
%wintx = 60;
%winty = 60;
xt = xt';
xt = fliplr(xt);
if nargin < 4,
winty = 5;
if
www.eeworm.com/read/339620/12216667
m cornerfinder.m
function [xc,good,bad,type] = cornerfinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices.
www.eeworm.com/read/339620/12216990
m edgefinder.m
function [xc,good,bad,type] = edgefinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices. T
www.eeworm.com/read/252197/12293985
m fftseq.m
function [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts,df)
% [M,m,df]=fftseq(m,ts)
%FFTSEQ generates M, the FFT of the sequence m.
% The sequence is zero padded to meet th
www.eeworm.com/read/251650/12327171
h 2440lib.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/129891/14219858
c gai_strerror.c
/*
* Return a string containing some additional information after an
* error from getaddrinfo().
*/
#include
#include "addrinfo.h" /* XXX should be */
char *
gai_strerror(
www.eeworm.com/read/230508/14283663
html adcinput.html
ADC Input (Embedded Target for Freescale 9S12)
www.eeworm.com/read/128085/14317084
pas functimeru.pas
unit FuncTimerU;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids;
type
TForm1 = class(TForm)
StringGrid1: TStringGrid;