代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/167133/5467368
java midifilewriter.java
/*
* MidiFileWriter.java
*/
/*
* Copyright (c) 1999 by Matthias Pfisterer
*
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/248284/12585516
m p10_6.m
% Program P10_6
% Illustration of Interpolation Process
%
clf;
L = input('Up-sampling factor = ');
% Generate the input sequence
n = 0:49;
x = sin(2*pi*0.043*n) + sin(2*pi*0.031*n);
% Generate
www.eeworm.com/read/248284/12585679
m p8_3.m
% Program P8_3
% Illustration of Filtering by an IIR Filter
%
clf;
% Generate the input sequence
k = 0:50;
w2 = 0.7*pi;w1 = 0.2*pi;
x1 = 1.5*cos(w1*k); x2 = 2*cos(w2*k);
x = x1+x2;
% Determin
www.eeworm.com/read/136989/5833119
h any_op_ch.h
/* -*- c++ -*- */
//
// any_op_ch.h,v 1.2 1998/10/20 02:32:32 levine Exp
//
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
www.eeworm.com/read/136989/5833120
h any_op_cs.h
/* -*- c++ -*- */
//
// any_op_cs.h,v 1.2 1998/10/20 02:32:33 levine Exp
//
// ============================================================================
//
// = LIBRARY
// TAO IDL
//
www.eeworm.com/read/375537/9357100
m qpskinversemapping.m
%====================================================================
%7/12/08 ZHANGSONG
%====================================================================
%QPSK解调
function bit_sequence=QpskInv
www.eeworm.com/read/359806/10124110
m qpskinversemapping.m
%====================================================================
%7/12/08 ZHANGSONG
%====================================================================
%QPSK解调
function bit_sequence=QpskInv
www.eeworm.com/read/359617/10133750
m mapping.m
function mapping_sequence =Maping(bit_sequence)
bit_sequence_length = length(bit_sequence);
transformbit = [0 0 0 0];
mapping_sequence = ones(1,bit_sequence_length/2);
for k=1:bit_sequence
www.eeworm.com/read/359616/10133764
m mapping.m
function mapping_sequence =Mapping(bit_sequence)
bit_sequence_length = length(bit_sequence);
transformbit = [0 0];
mapping_sequence = ones(1,bit_sequence_length+2);
mapping_sequence(1,1)=1
www.eeworm.com/read/425306/10364478
cc baitap1_1.cc
#include
#include
#include
#include
#include
#include
#define MAX_SEQUENCE 10
int main(int argc, char *argv[])
{
if (argc != 2)