代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/407313/2266569
fs split.fs
\ implements split-before, split-after and left-split
\ as described in 4.3 (Path resolution)
\ delimeter returned in R-string
: split-before ( addr len delim -- addr-R len-R addr-L len-L )
0 rot
www.eeworm.com/read/366702/2873296
f90 contained2.f90
! Program to check resolution of symbols with the same name
program contained2
implicit none
integer var1
var1 = 42
if (f1() .ne. 1) call abort
call f2()
if (var1 .ne. 42) call a
www.eeworm.com/read/182785/9191347
c lcd_init.c
/*
Display "我的电脑,我的文档" on TS12864-3 LCD Module at 128*64 resolution
Controller Processor: PIC16F877A at 4MHZ
Interface: 8-bit parallel
*/
#include "pic.h"
#define RS RC0
#define
www.eeworm.com/read/271244/11002167
m nsph.m
function [h,xs,w] = nsph(data,nyy,t0,t1)
%
% [nt,t,f]=nsph(data,ny,t0,t1): Hilbert spectrum using [f,a]=hfam(data,dt)
%
% Input:
% data: input data.
% ny: the frequency resolution.
www.eeworm.com/read/448529/7532038
m ex050800.m
% Chapter 05: Example 05.08: HiRes Spectrum
%
% High resolution spectrum based on 100 samples of the signal x(n)
subplot(1,1,1)
n=[0:1:99];
x=cos(0.48*pi*n)+cos(0.52*pi*n);
subplot(2,1,1);stem(n
www.eeworm.com/read/299985/7815333
c osddraw.c
#include
#include "common.h"
#include "System.h"
#include "Resolution.h"
#include "SRC_ctrl.h"
#include "OSDDraw.h"
#include "Keypad.h"
#include "TwoWire.h"
#include "TW803Reg.h"
www.eeworm.com/read/299923/7820073
m ex050800.m
% Chapter 05: Example 05.08: HiRes Spectrum
%
% High resolution spectrum based on 100 samples of the signal x(n)
subplot(1,1,1)
n=[0:1:99];
x=cos(0.48*pi*n)+cos(0.52*pi*n);
subplot(2,1,1);stem(n
www.eeworm.com/read/197649/7983157
m nsph.m
function [h,xs,w] = nsph(data,nyy,t0,t1)
%
% [nt,t,f]=nsph(data,ny,t0,t1): Hilbert spectrum using [f,a]=hfam(data,dt)
%
% Input:
% data: input data.
% ny: the frequency resolution.
www.eeworm.com/read/196830/8055456
m ex050800.m
% Chapter 05: Example 05.08: HiRes Spectrum
%
% High resolution spectrum based on 100 samples of the signal x(n)
subplot(1,1,1)
n=[0:1:99];
x=cos(0.48*pi*n)+cos(0.52*pi*n);
subplot(2,1,1);stem(n
www.eeworm.com/read/196069/8116317
m ex050800.m
% Chapter 05: Example 05.08: HiRes Spectrum
%
% High resolution spectrum based on 100 samples of the signal x(n)
subplot(1,1,1)
n=[0:1:99];
x=cos(0.48*pi*n)+cos(0.52*pi*n);
subplot(2,1,1);stem(n