代码搜索:Resolution

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

代码结果 5,618
www.eeworm.com/read/406187/11448295

cpp mmtimers.cpp

#include "StdAfx.h" #include "mmTimers.h" #pragma comment(lib,"Winmm.lib"); int MMRecoder::nRes = 0; CMMTimers::CMMTimers() : timerRes(0), timerId(0) { TIMECAPS tc; UINT resolution = 5;
www.eeworm.com/read/405540/11460890

c host.c

/* Host name resolution and matching. Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Wget. GNU Wget is free software; you can redistribute it a
www.eeworm.com/read/405188/11470460

cpp mmtimers.cpp

#include "StdAfx.h" #include "mmTimers.h" #pragma comment(lib,"Winmm.lib"); int MMRecoder::nRes = 0; CMMTimers::CMMTimers() : timerRes(0), timerId(0) { TIMECAPS tc; UINT resolution = 5;
www.eeworm.com/read/401492/11556922

m averfft.m

function [Px,freq]=averfft(sig,Noct,Nfft) % sig is mono or stereo time data (column) vector % Noct is 1/Noct octave smooth resolution (default=0 => no smooth); % Nfft igs FFT length (default=8192
www.eeworm.com/read/261520/11639254

cpp t3dconsole2.cpp

// T3DCONSOLE2.CPP - First Template for Tricks 3D Volume II // Use this as a template for your applications if you wish // you may want to change things like the resolution of the // application, i
www.eeworm.com/read/152442/12113152

m snakeinterp1.m

function [xi,yi] = snakeinterp1(x,y,RES) % SNAKEINTERP1 Interpolate the snake to have equal distance RES % [xi,yi] = snakeinterp(x,y,RES) % % RES: resolution desired % update on sn
www.eeworm.com/read/234502/14110959

m snakeinterp1.m

function [xi,yi] = snakeinterp1(x,y,RES) % SNAKEINTERP1 Interpolate the snake to have equal distance RES % [xi,yi] = snakeinterp(x,y,RES) % % RES: resolution desired % update on sn
www.eeworm.com/read/123349/14636979

changelog

version 0.3.4: - added stereo in mpeg audio encoder. version 0.3.3: - added 'high quality' mode which use motion vectors. It can be used in real time at low resolution. - fixed rounding p
www.eeworm.com/read/122711/14671896

cpp t3dconsole2.cpp

// T3DCONSOLE2.CPP - First Template for Tricks 3D Volume II // Use this as a template for your applications if you wish // you may want to change things like the resolution of the // application, i
www.eeworm.com/read/210671/15193649

cpp fig03_24.cpp

// Fig. 3.24: fig03_24.cpp // Using the unary scope resolution operator #include using std::cout; using std::endl; #include using std::setprecision; const double PI