代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/189148/8488621
rc2 msg.rc2
//
// MSG.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTUDIO_IN
www.eeworm.com/read/290161/8500979
msg vr_fifo.msg
www.eeworm.com/read/289327/8559182
c send_msg.c
#include "reg52.h"
typedef unsigned char BYTE;
BYTE num_train_up[4];
BYTE num_train_down[4];
BYTE NumRoad;
/////////////////////////////////
//the train info in the train
BYTE num_train[4];
www.eeworm.com/read/289184/8569992
c err_msg.c
#include
#include
void main (void)
{
int error;
for (error = 0; error < sys_nerr; error++)
printf("Error %d %s\n", error, sys_errlist[error]);
}
www.eeworm.com/read/289007/8586089
dfm msg_r.dfm
www.eeworm.com/read/289007/8586745
pas msg_r.pas
unit Msg_R;
interface
uses Windows, SysUtils, Messages, Classes, Graphics, Controls,
StdCtrls, ExtCtrls, Forms, Quickrpt, QRCtrls;
type
TR_Msg = class(TQuickRep)
DetailBand1: TQRBa
www.eeworm.com/read/289007/8586900
pas msg_f.pas
unit Msg_F;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls;
type
TF_Msg = class(TForm)
L_Msg: TLabel;
procedure
www.eeworm.com/read/289007/8587012
dfm msg_f.dfm
www.eeworm.com/read/388622/8591691