代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/100616/15868691
cpp smsdlltest.cpp
// SmsDllTest.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "SmsDllTest.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
www.eeworm.com/read/168835/9896556
c flexdec.c
/*------------------------------------------------
flex and pocsag decode program
------------------------------------------------*/
#pragma large //default mode:large external ram 64k bytes
#i
www.eeworm.com/read/450622/7479931
c main.c
#include "STC12C2052AD.H"
#include
sbit TC35_KEY = P1^7;
sbit BEEP = P1^0;
sbit TC35_IGT = P1^1;
/********************************************
延时5MS程序
***********************
www.eeworm.com/read/136989/5827960
cpp workers.cpp
// workers.cpp,v 1.16 2003/11/01 11:15:25 dhinton Exp
#include "ace/OS_main.h"
#include "ace/ACE.h"
#include "ace/Task.h"
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
#include "ace
www.eeworm.com/read/100926/6264292
cpp workers.cpp
// workers.cpp,v 1.13 2002/03/06 21:48:03 nanbor Exp
#include "ace/Task.h"
#include "ace/Get_Opt.h"
#include "ace/High_Res_Timer.h"
#include "ace/Sched_Params.h"
#include "ace/Profile_Timer.h"
www.eeworm.com/read/338483/12305624
h input_method.h
#ifndef INPUT_METHOD_H
#define INPUT_METHOD_H
#define MAX_MESSAGE_LENGTH 100 //最大的短消息长度
#define MAX_ID_LENGTH 5 //消息接收者ID的最大位数
#define SWITCH_INPUT_TYPE 200 //在五种输入类型间却换
#defi
www.eeworm.com/read/122603/14679874
c renew.c
#include "stdhead.h"
#include "renew.h"
#include "clilib.h"
#include "parse.h"
#include "solicit.h"
struct DHCP_MESSAGE * create_renew_message (struct DHCP_MESSAGE * server_reply, char * interface_na
www.eeworm.com/read/411301/11248997
c renew.c
#include "stdhead.h"
#include "renew.h"
#include "clilib.h"
#include "parse.h"
#include "solicit.h"
struct DHCP_MESSAGE * create_renew_message (struct DHCP_MESSAGE * server_reply, char * interface_na
www.eeworm.com/read/225179/4799271
txt output.txt
DEBUG - Here is DEBUG message
INFO - Here is INFO message
WARN - Here is WARN message
ERROR - Here is ERROR message
FATAL - Here is FATAL message
www.eeworm.com/read/209211/4983518
h dat.h
typedef struct Message Message;
struct Message
{
int id;
int refs;
int subname;
char name[Elemlen];
// pointers into message
char *start; // start of message
char *end; // end of message
ch