代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/474806/6807879
c fet430_adc12_06.c
//******************************************************************************
// MSP-FET430P430 Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/473751/6839245
h lmseq.h
#ifndef _MSEQL_H
#define _MSEQL_H
/*
* $Log: lmseq.h,v $
* Revision 1.2 2000/05/15 11:08:32 bjc97r
* sys/types.h has been included so that unsigned long can be recognised.
*
* Revision 1.1 20
www.eeworm.com/read/472558/6870175
m gray2bi.m
function b = gray2bi( g )
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %
%% GRAY2BI converts Gray encoded se
www.eeworm.com/read/472401/6876708
java lathecurve.java
package Mover3D;
// LatheCurve.java
// Andrew Davison, April 2005, ad@fivedots.coe.psu.ac.th
/* A Lathe Curve is a series of (x,y) points representing a
curve made up of curve segments an
www.eeworm.com/read/295630/8149400
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/195469/8153250
h hw_ints.h
//*****************************************************************************
//
// hw_ints.h - Macros that define the interrupt assignment on Stellaris.
//
// Copyright (c) 2005,2006 Luminary M
www.eeworm.com/read/395734/8155428
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/395734/8155450
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************
www.eeworm.com/read/395734/8155477
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/195394/8158922
c parse.c
/****************************************************/
/* 文件: parse.c */
/* TINY编译器的语法分析执行程序 */
/****************************************************/
#inc