代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/426674/9004676
m wbsignal.m
%wbsignal.m Generates wide band random sequence.Represents one info bit
len_code = 128; %length of random sequence
code = 2*round(rand(1,len_code))-1; %generates random sequence {1,-1}
sa
www.eeworm.com/read/283135/9040968
m runview.m
echo off;
% --- RUNVIEW operates on Calibrated Slopes data %
% %
% Run the View Calibrated Slopes Program %
% VIEWCAL, and pass its
www.eeworm.com/read/382086/9049880
m wbsignal.m
%wbsignal.m Generates wide band random sequence.Represents one info bit
len_code = 128; %length of random sequence
code = 2*round(rand(1,len_code))-1; %generates random sequence {1,-1}
sa
www.eeworm.com/read/184884/9068224
c p4.c
/* Protocol 4 (sliding window) is bidirectional and is more robust than protocol 3. */
#define MAX_SEQ 1 /* must be 1 for protocol 4 */
typedef enum {frame_arrival, cksum_err, timeout} event_type;
#i
www.eeworm.com/read/282428/9094251
m wbsignal.m
%wbsignal.m Generates wide band random sequence.Represents one info bit
len_code = 128; %length of random sequence
code = 2*round(rand(1,len_code))-1; %generates random sequence {1,-1}
sa
www.eeworm.com/read/183620/9147558
c icmp.c
/*
* icmp.c
*
* ICMP Response Routines
*
*/
void icmpResponse() {
int16 prev_chksum;
int8 i, j;
//Prepare Ethernet Packet
load_ethernet_header(); // Load MAC source
www.eeworm.com/read/183260/9173747
sql dbms_job.sql
REM DBMS_JOB.sql
REM Chapter 12, Oracle9i PL/SQL Programming by Scott Urman
REM This script illustrates the DBMS_JOB package.
DROP SEQUENCE temp_seq;
CREATE SEQUENCE temp_seq
START WITH 1
www.eeworm.com/read/183260/9173792
sql generatestudentid.sql
REM GenerateStudentID.sql
REM Chapter 11, Oracle9i PL/SQL Programming by Scott Urman
REM These triggers demonstrate the use of the :new correlation
REM identifier.
/* This will fail, since we do
www.eeworm.com/read/379858/9173920
m burst_g.m
function tx_burst = burst_g(tx_data, TRAINING)
%
% burst_g: This function generates a bit sequence representing
% a general GSM information burst. Included are tail
% and ctrl b
www.eeworm.com/read/379858/9173922
m channel_enc.m
function [tx_enc] = chan_enc(tx_block)
%
% chan_enc: This function accepts a 260 bits long vector contaning the
% data sequence intended for transmission. The length of
% t