代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/132953/14065279
m mula_pcm.m
function [sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM mu-law PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
% a=input sequence.
% n=number of quantization lev
www.eeworm.com/read/132953/14065411
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of cons
www.eeworm.com/read/235245/14080488
c usedl1.c
/* This shows the basic calling sequence for
* the UnderC extension DLL
*/
#include
#include "ucdl.h"
int main()
{
char buff[128];
int SZ = 128;
uc_init(NULL,0);
uc_exec("2
www.eeworm.com/read/205013/15330020
test autoinc.test
# 2004 November 12
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/204559/15336961
c alg41.c
#include
#include
#include
/*
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying replace_if < 10 with 0:
0 0 0 0 0 0 0 13
www.eeworm.com/read/202545/15379079
cpp test.cpp
#include
#include
using namespace std;
#include "maxPQ.h"
int main()
{
srand(time(0));
const int m=1000;
int n[6]={100, 500, 1000, 2000, 3000, 4000};
//maxHeap
cout
www.eeworm.com/read/112323/15489641
c header.c
/*
* header.c
* Copyright (C) 2000-2003 Michel Lespinasse
* Copyright (C) 2003 Regis Duchesne
* Copyright (C) 1999-2000 Aaron Holtzman
www.eeworm.com/read/101557/15826429
m mula_pcm.m
function [sqnr,a_quan,code]=mula_pcm(a,n,mu)
%MULA_PCM mu-law PCM encoding of a sequence.
% [SQNR,A_QUAN,CODE]=MULA_PCM(A,N,MU)
% a=input sequence.
% n=number of quantization
www.eeworm.com/read/101557/15826862
m cm_dpske.m
function [enc_comp] = cm_dpske(E,M,mapping,sequence);
% [enc_comp] = cm_dpske(E,M,mapping,sequence)
% CM_DPSKE differentially encodes a sequence.
% E is the average energy, M is the number of c