代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/416882/11010759
lst rgb_led.lst
1: //include file
2: #include
3:
4: //16F84 configuration
5: __CONFIG(0x3FF1);
6:
7: //portb macro
8: #define PORTBIT(adr, bit)
www.eeworm.com/read/416882/11010773
c rgb_led.c
//include file
#include
//16F84 configuration
__CONFIG(0x3FF1);
//portb macro
#define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit))
//portb pin assignment
static bit LED0 @ PORTB
www.eeworm.com/read/110989/6944377
h ag_parse.h
/*
Warning - this file was autogenerated by genparse
DO NOT EDIT - any changes will be lost
*/
#ifndef AG_PARSE_H
#define AG_PARSE_H
#include
#include
#i
www.eeworm.com/read/466084/7044260
java tcppacket.java
package jpcap;
/**
* TCP僷働僢僩傪昞尰偡傞僋儔僗偱偡
*/
public class TCPPacket extends IPPacket
{
/**
* 憲怣尦億乕僩
*/
public int src_port;
/**
* 憲怣愭億乕僩
*/
public int dst_port;
/**
* 僔乕働儞僗斣崋
*/
public
www.eeworm.com/read/333209/7154835
m rts_smooth.m
%RTS_SMOOTH Rauch-Tung-Striebel smoother
%
% Syntax:
% [M,P,S] = RTS_SMOOTH(M,P,A,Q)
%
% In:
% M - NxK matrix of K mean estimates from Kalman filter
% P - NxNxK matrix of K state covariances fr
www.eeworm.com/read/462162/7208088
h hw_adc.h
//*****************************************************************************
//
// hw_adc.h - Macros used when accessing the ADC hardware.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
www.eeworm.com/read/462157/7208261
h hw_adc.h
//*****************************************************************************
//
// hw_adc.h - Macros used when accessing the ADC hardware.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
www.eeworm.com/read/462150/7208463
h hw_adc.h
//*****************************************************************************
//
// hw_adc.h - Macros used when accessing the ADC hardware.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. Al
www.eeworm.com/read/459173/7279176
m cm_dpske.m
function[enc_comp]=cm_dpske(E,M,mapping,sequence)
%[enc_comp]=cm_dpske(E,M,mapping,sequence)
% CM_DPSKE以微分方式编码一个序列
% E是平均能量,M是星座点的数目
% 而mapping是一个定义星座点如何分布的向量
%