代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/346367/11752873
m fmlin.m
function [y,iflaw]=fmlin(N,fnormi,fnormf,t0);
%FMLIN Signal with linear frequency modulation.
% [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency
% modulation.
% The phase of this mod
www.eeworm.com/read/346367/11752998
m tfrideal.m
function [tfr,t,f]=tfrideal(iflaws,t,N,trace)
%TFRIDEAL Ideal TFR for given instantaneous frequency laws.
% [TFR,T,F]=TFRIDEAL(IFLAWS,T,N,TRACE) generates the ideal
% time-frequency representation cor
www.eeworm.com/read/259722/11771450
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/259722/11771452
c alg37.c
#include
#include
#include
#include
/* generates:
original vector sequence:
0 1 0 2 0 3 0 4 0 5
vector after remove, without applying e
www.eeworm.com/read/259722/11771477
c alg8.c
#include
#include
#include
#include
/* generates:
array element sequence after sort:
12 15 17 19 20 22 23 26 29 35 40 51
equal_range result
www.eeworm.com/read/259722/11771495
c alg4.c
#include
#include
#include
#include
/* generates:
0 1 1 3 5 8 13
shifting array sequence left by 1:
1 1 3 5 8 13 13
shifting vector
www.eeworm.com/read/345593/11807289
pas unit1.pas
{: Generates a 3D mesh from a height-field function.
The left viewer shows a triangle-based mesh, the right viewer uses a
triangle-strip-based mesh, both mesh are based on the same height
www.eeworm.com/read/156364/11808714
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/156364/11808716
c alg37.c
#include
#include
#include
#include
/* generates:
original vector sequence:
0 1 0 2 0 3 0 4 0 5
vector after remove, without applying e
www.eeworm.com/read/156364/11808728
c alg8.c
#include
#include
#include
#include
/* generates:
array element sequence after sort:
12 15 17 19 20 22 23 26 29 35 40 51
equal_range result