代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/370207/2786876
js tab_en_us.js
//tab_msg_1存在function initTab (str,index)和function initFlashTab (str,index)中
var tab_msg_1="'Card' is not defined!";
//tab_msg_2、tab_msg_3和tab_msg_4存在function getCardIndex(id)中
var tab_msg_2="You
www.eeworm.com/read/273661/10907893
h ddi_touch_panel.h
#ifndef DDI_TOUCH_PANEL_H
#define DDI_TOUCH_PANEL_H
#include
#include
#include
//interupt send to touch task message
#define MSG_UI_TOUCH_PANEL_RA
www.eeworm.com/read/404218/11489899
asv main.asv
load document
msg=input('Input Message sequence :');
crc(msg);
www.eeworm.com/read/334226/3371668
m readdir-1.m
[files, status, msg] = readdir ("/");
isstr (files) && status == 0 && msg == ""
www.eeworm.com/read/216781/4888171
c testmq.c
#include "unpipc.h"
#include "mqueue.h"
#define BUFFLEN 100
char msg[BUFFLEN]; /* receive buffer */
char msg0[] = "";
char msg1[] = "1";
char msg2[] = "22";
char msg3[] = "333";
char m
www.eeworm.com/read/198916/5080854
c testmq.c
#include "unpipc.h"
#include "mqueue.h"
#define BUFFLEN 100
char msg[BUFFLEN]; /* receive buffer */
char msg0[] = "";
char msg1[] = "1";
char msg2[] = "22";
char msg3[] = "333";
char m
www.eeworm.com/read/180486/9305346
m encode.m
function codeword = encode(h, msg)
%ENCODE Encode a message using an LDPC code.
% CODEWORD = ENCODE(L, MSG) encodes MSG using the LDPC code specified by
% an LDPC encoder object L.
%
% MSG
www.eeworm.com/read/443396/7633613
h messagetypes.h
#ifndef MESSAGE_TYPES
#define MESSAGE_TYPES
#include
enum message_type
{
Msg_HiHoneyImHome,
Msg_StewReady,
};
inline std::string MsgToStr(int msg)
{
switch (msg)
{