代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/246353/12734979
m conv_vit_qam.m
%% Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
%%
cla;
% Generate the trellis of convolutional(2,1,6)
codeRate = 1/2; constlen = 7; codegen = [171 133];
trellis = poly2trellis
www.eeworm.com/read/235784/14053287
makefile_result
MIG = mig java
test_msg.java:
$(MIG) -java-classname=test_msg ./result.h test_msg -o $@
public_key_msg.java:
$(MIG) -java-classname=public_key_msg ./result.h public_key_msg -o $@
private_
www.eeworm.com/read/202797/15372729
c r64_encode_message.c
/******************************************************************************
**
** Copyright (c) 2007, UTStarcom, Inc.
** All Rights Reserved.
**
** Subsystem : Wimax BS
** File
www.eeworm.com/read/357783/10201165
m warn.m
function [] = warn(msg1,msg2);
disp(' ');
disp(['WARNING: ' msg1]);
if ~isempty(msg2)
disp(['WARNING: ' msg2]);
end;
disp(' ');
www.eeworm.com/read/424063/10502768
m rsencode.m
function code = rsencode(msg, pg, n, tp);
%RSENCODE Reed-Solomon encode, power format input/output signals.
% CODE = RSENCODE(MSG, PG, N) encodes the message MSG using Reed-Solomon
% co
www.eeworm.com/read/313956/13578324
m rsencode.m
function code = rsencode(msg, pg, n, tp);
%RSENCODE Reed-Solomon encode, power format input/output signals.
% CODE = RSENCODE(MSG, PG, N) encodes the message MSG using Reed-Solomon
% co
www.eeworm.com/read/147766/5724622
c ipmi_msghandler.c
/*
* ipmi_msghandler.c
*
* Incoming and outgoing message routing for an IPMI interface.
*
* Author: MontaVista Software, Inc.
* Corey Minyard
* source@mvist
www.eeworm.com/read/128531/5987294
c ipmi_msghandler.c
/*
* ipmi_msghandler.c
*
* Incoming and outgoing message routing for an IPMI interface.
*
* Author: MontaVista Software, Inc.
* Corey Minyard
* source@mvist
www.eeworm.com/read/410110/11301923
m convolencoder.m
% function seqcoder = QPSKcoder()
%--------------------------------------------------------------------------------------------------------------%%%
%------------------------------------------------
www.eeworm.com/read/159529/5582734
h print.h
/*-----------------------------------------------------------------------------
$File: //hodad/usblink/3.4/project/linux_2_4_18/hc_pc_242/print.h $
$DateTime: 2003/11/21 14:52:39 $
$Revision: #1 $