代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/448948/7521547
c cms_wapmsg.c
/******************************************************************************
C M O D U L E F I L E
(c) Copyright MobileSoft Technology (NanJing) Co., LTD. 2001-2002
ALL RIGHTS RESERVE
www.eeworm.com/read/440084/7694052
c ipsecmsgcserver.c
/* ipsecMsgCServer.c - WindNet IPsec and IKE: Generic Message Channel Server Operations */
/*
* Copyright (c) 2000-2005 Wind River Systems, Inc.
*
* The right to copy, distribute, modify or oth
www.eeworm.com/read/246359/12734888
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/169213/9875469
h soccermessages.h
#ifndef SOCCER_MESSAGES_H
#define SOCCER_MESSAGES_H
#include
enum MessageType
{
Msg_ReceiveBall,
Msg_PassToMe,
Msg_SupportAttacker,
Msg_GoHome,
Msg_Wait
};
//conver
www.eeworm.com/read/385729/6291397
java messages.java
public class messages {
public static byte COMM_MSG_DONOTHING = 0;
public static byte COMM_MSG_REJECTED = 1;
public static byte COMM_MSG_ACCEPT = 2;
public static byte COMM_MSG_FIRST = 3;
pu
www.eeworm.com/read/285976/8796271
pl msgdemo.pl
#
# testmsg.pl - Used for testing the Msg.pm module
# Invoke as testmsg.pl {-client|-server}
#
use Msg;
use strict;
my $i = 0;
sub rcvd_msg_from_server {
my ($conn, $msg, $err) =
www.eeworm.com/read/422518/10632474
m convolution_encoder.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 = poly2trelli