代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/247144/12678581
h mainfrm.h
#include "bufwnd.h"
/////////////////
// Main frame window for TRACEWIN contains trace buffer as child window,
// not a view.
//
class CMainFrame : public CFrameWnd {
DECLARE_DYNAMIC(CMainFr
www.eeworm.com/read/245506/12797201
m m06_scatter.m
M = 16; Fd = 1; Fs = 10;
Pd = 200; %
msg_d = randint(Pd,1,M); %生成随机信号
msg_a = modmap(msg_d,Fd,Fs,'qask',M);%采用QASK调制方式.
rcv = rcosflt(msg_a,Fd,Fs);
N = Fs/Fd;
rcv_a = rcv(3*N+1:end-4*N,:);
h
www.eeworm.com/read/245098/12823515
in configure.in
dnl $Id: configure.in,v 1.1.2.16 2003/10/05 04:00:05 jnelson Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT
AC_CONFIG_SRCDIR([src/boa.c])
dnl Make config.h
AC_CONFIG
www.eeworm.com/read/142725/12929719
h mainfrm.h
// mainfrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
//#include "zstabar.h"
class ZToolBar : public CToolBar
{
pu
www.eeworm.com/read/243369/12945280
h exception.h
//-< EXCEPTION.H >---------------------------------------------------*--------*
// FastDB Version 1.0 (c) 1999 GARRET * ? *
// (Main Memory Database Management Syst
www.eeworm.com/read/326576/13133753
h mcugui.h
/*
* Filename : mcugui.h
* Author : Li Dawen
* Copyright (c): Coslight Group .co
* Create Date : 2002.04.27
* Version : 0.1.0
*/
/*
__BORLANDC__
control box
1 button to ne
www.eeworm.com/read/324802/13244001
ac configure.ac
#
# This file describes a "configure" script that is used to build
# makefiles for a particular platform. Process this file using
# Autoconf version 1.13 in order to generate that script. All
# li
www.eeworm.com/read/323119/13351336
result check.result
drop table if exists t1;
create table t1(n int not null, key(n), key(n), key(n), key(n));
check table t1 extended;
insert into t1 values (200000);
Table Op Msg_type Msg_text
test.t1 check status OK
d
www.eeworm.com/read/323119/13351583
result backup.result
set SQL_LOG_BIN=0;
drop table if exists t1, t2, t3, t4;
create table t4(n int);
backup table t4 to '../bogus';
Table Op Msg_type Msg_text
test.t4 backup error Failed copying .frm file (errno: X)
test.
www.eeworm.com/read/136877/13356727
h error.h
/*
* error.h -- error handling defines for cluster
*
* $Header: /usr/src/local/conn/cluster/RCS/error.h,v 1.7 1993/03/25 05:19:03 stolcke Exp $
* $Log: error.h,v $
* Revision 1.7 1993/03/25 05: