代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/449146/7517831

h hw_adc.h

//***************************************************************************** // // hw_adc.h - Macros used when accessing the ADC hardware. // // Copyright (c) 2005-2008 Luminary Micro, Inc. Al
www.eeworm.com/read/448259/7535824

m exa1_20.m

% exa1-20_random_d.m for example 1-20 % random sequence clear all; N=32; x_rand=rand(1,N); x_randn=randn(1,N); xn=0:N-1; figure(1) stem(xn,x_rand) figure(2) stem(xn,x_randn)
www.eeworm.com/read/446971/7562018

c alg50.c

#include #include #include #include class print_elements { public: void operator()( string elem ) { cout
www.eeworm.com/read/442577/7649325

m rx_combine.m

function [symbol_sequence,bit_sequence]=rx_combine(rx,channel,use_relay,Ps); %在接收端合并两路信号,并判决出发送信号序列 global signal; global relay; values2analyse=rx.signal2analyse; if (use_relay==1)&(relay.mag
www.eeworm.com/read/440289/7690999

m p207.m

% P2.7 clear; clc; n1 = 0:20; x1 = 0.9.^n1; subplot(3,2,1); stem(n1,x1,'ko'); title('First given sequence x1(n)'); axis([-20 20 0 1]); [x1f,n1f] = sigfold(x1,n1); % obtain x1(-
www.eeworm.com/read/439296/7713045

scm queens_function.scm

(display "此程序是函数式的N皇后问题") (define (accumulate op initial sequence);累积函数 (if (null? sequence) initial (op (car sequence) (accumulate op initial (cdr sequence))))) (def
www.eeworm.com/read/439062/7717363

java role.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/436130/7776229

m rz_dpsk_pulse.m

clear pack %************************************************************************** %input7为7位,特定码序列 input7=[1 0 0 1 1 0 1]; %input7=[1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1 0 0 1 1 0 1 1
www.eeworm.com/read/199880/7815730

java grass.java

package ch09; import javax.microedition.lcdui.*; import javax.microedition.lcdui.game.*; //该类负责绘制草地背景图像 public class Grass extends TiledLayer { //每副图片宽度为20 static int TILE_WIDTH