代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/216825/6933744
m 7.m
msg_gr_demod = ddemodce(msg_rx, Fd, [Fs, pi/4], 'psk', M);
[dummy graydecod] = sort(grayencod); graydecod = graydecod - 1;
msg_demod = graydecod(msg_gr_demod+1)';
msg_demod_bi = de2bi(msg_dem
www.eeworm.com/read/136849/5843964
c rvt_task.c
/**************************************************************************
*
* rvt_task.c
*
* This contains the core of the trace task.
*
* (C) Texas Instruments, all rights reserved
*
* V
www.eeworm.com/read/170059/9821767
c app.c
/*
*************************************************************************
* Copyright (c) 2003, The Lab of Embedded System and Net Security,WHUT..
* All rights reserved.
*
* Filename:
www.eeworm.com/read/350384/10745459
c gpio.c
#include "gpio.h"
void init_gpio(void)
{
// enable PB1~PB3 input buffer
PORTFIO_INEN = 0x1c;
// make LED1~LED6 as output
PORTFIO_DIR = 0x0fc0;
// make LED1~LED6 off
PORTFIO_CLE
www.eeworm.com/read/146056/5740331
c recoverymgr.c
/* $Id: recoverymgr.c,v 1.4 2004/11/22 20:06:42 gshi Exp $ */
/*
* recoverymgr.c: recovery manager client library code.
*
* Copyright (C) 2002 Intel Corporation
*
* The majority of this code was
www.eeworm.com/read/172609/5382968
c recoverymgr.c
/* $Id: recoverymgr.c,v 1.2.2.1 2004/04/20 09:08:51 lars Exp $ */
/*
* recoverymgr.c: recovery manager client library code.
*
* Copyright (C) 2002 Intel Corporation
*
* The majority of this code
www.eeworm.com/read/169520/5420377
txt class44c43c4601c5.txt
typedef struct _MSG_HEADER CAPI_MSG_HEADER;