代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/203019/15367795
m symbols_to_bits.m
% code the dominant and subordinate pass symbols using AC
clear
%clc
load filename output
sym=sym(1:486);
lim=length(sym)+1;
sequence=[];
pass=0;
ii=1;
while ii
www.eeworm.com/read/202534/15379236
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/202486/15381714
cpp ex0618.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 6.18 on page 139
// The Bubble Sort
#include // defines the cin and cout obj
www.eeworm.com/read/200572/15430378
h tcp.h
// ***************************************************************************
// An 8051 Based Web Server
// tcp.h: structures for tcp connections
// By Mason Kidd 3/28/02
// ************************
www.eeworm.com/read/200265/15436041
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function iout = despread(idata, code1)
% ****************************************************
www.eeworm.com/read/200265/15436052
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function iout = spread(idata, code1)
% **********************************************************
www.eeworm.com/read/200265/15436054
m pngen.m
function pn_code = pngen(sqLength, noCodes)
% !!! IMPORTANT this function works together with pnsequence.m function
%Generate Pseudo-Noise(PN) sequence using pnsequence.m function
% (Li
www.eeworm.com/read/111225/15516670
~pas spformunit.~pas
unit SpFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp,CMPP20, ComCtrls;
type
TSpForm = class(TForm)
SpClie
www.eeworm.com/read/111225/15516671
pas spformunit.pas
unit SpFormUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp,CMPP20, ComCtrls;
type
TSpForm = class(TForm)
SpClie
www.eeworm.com/read/109136/15562978
h cmpp.h
#ifndef _CMPP_H_
#define _CMPP_H_
#ifdef _WIN32
#ifndef __PROC_C__
#include
#include
#include
#include
#include
#prag