代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/448259/7535819

m exa1_13.m

% exa1-13_arbitrary_d.m for example 1-13 % arbitrary sequence clear all; N=8; x=zeros(1,N); x(1)=8.0; x(2)=3.4; x(3)=1.8; x(4)=5.6; x(5)=2.9; x(6)=0.7; xn=0:N-1; stem(xn,x) axis([-1 8 0
www.eeworm.com/read/447097/7557989

c adc12_06.c

//****************************************************************************** // MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions // // Description: This example shows how to perf
www.eeworm.com/read/447044/7559898

java_checkingspritetransformations listing11-09_mygamecanvas.java_checkingspritetransformations

// not all MIDP 1.0 platforms support the transformation of Sprites. // Use the "polish.supportSpriteTransformation" preprocessing symbol for checking it: import javax.microedition.lcdui.game.Game
www.eeworm.com/read/446971/7561997

c alg38.c

#include #include #include /* generates: original element sequence: 0 1 1 2 3 5 8 13 21 34 sequence after applying remove_if < 10: 13 21 34
www.eeworm.com/read/446971/7562003

c alg36.c

#include #include #include int main() { vector< int, allocator > vec; for ( int ix = 0; ix < 20; ix++ ) vec.push_back( ix ); random_shuffle(
www.eeworm.com/read/446971/7562033

c alg49.c

#include #include #include /* generates: original element sequence of first container: 0 1 2 3 4 5 6 7 8 9 original element sequence of second cont
www.eeworm.com/read/445478/7595194

m program2_7.m

%Program 2_8 %Illustration of Cross-correlation Sequence % clc; close all; clear all; x=input('Type the first sequence (dentro de colchetes): ');% a fun玢o input aceita qualquer valor na entrada,
www.eeworm.com/read/445478/7595198

asv program2_7.asv

%Program 2_7 %Illustration of Cross-correlation Sequence % clc; close all; clear all; x=input('Type the first sequence (dentro de colchetes): ');% a fun玢o input aceita qualquer valor na entrada,
www.eeworm.com/read/443599/7630316

c parse.c

/****************************************************/ /* 文件: parse.c */ /* TINY编译器的语法分析执行程序 */ /****************************************************/ #inc
www.eeworm.com/read/442577/7649302

m main1.m

%简单main函数,用来测试基本的协同过程 tic nr_of_iterations=1000; %循环次数 SNR=[-10:2.5:15];%dB形式 use_direct_link=1;%直接传输 use_relay=1;%通过伙伴传输 P=2;%总功率为2 global signal;%发送信号的全局变量 signal=generate_signal_structu