代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/488258/6500253
m p3_6.m
% Program P3_6
% Time Reversal Property of DTFT
clf;
w = -pi:2*pi/255:pi;
num = [1 2 3 4];
L = length(num)-1;
h1 = freqz(num, 1, w);
h2 = freqz(fliplr(num), 1, w);
h3 = exp(w*L*i).*h2;
subplo
www.eeworm.com/read/486629/6537134
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/485101/6564183
lst f330_flashp.lst
C51 COMPILER V6.23a F330_FLASHP 04/14/2008 15:21:35 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE F330_FLASHP
OBJECT MODULE PLAC
www.eeworm.com/read/485101/6564213
#3 f330_flashp.#3
//-----------------------------------------------------------------------------
// F330_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/485101/6564231
#1 f330_flashp.#1
//-----------------------------------------------------------------------------
// F330_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/485101/6564245
c f330_flashp.c
//-----------------------------------------------------------------------------
// F330_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/485101/6564264
#2 f330_flashp.#2
//-----------------------------------------------------------------------------
// F330_FlashPrimitives.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/464164/6592078
c mt6189a1_drv.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/482596/6618358
txt oracle数据库的创建文档 .txt
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/480891/6663261
c ex_encod.c
/////////////////////////////////////////////////////////////////////////
//// EX_ENCODE.C ////
////