代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/243327/12948932
c core.c
#include "core.h"
/* Initialize message */
MESSAGE *message_init()
{
MESSAGE *msg = (MESSAGE *)calloc(1, sizeof(MESSAGE));
if(msg)
{
msg->clean = message_clean;
}
return msg;
}
/* Clean messag
www.eeworm.com/read/216553/4890087
inc stat.inc
MSG_PhyMemory db 'Physikalischer Speicher (in KB) : ',0
MSG_ExtMemory db 'Erweiterungsspeicher (in KB) : ',0
MSG_PCMode db 'Systemmodus : ',0
MSG_CPUInfo db 'CPU ID Proze
www.eeworm.com/read/216553/4890111
asm de_stat.asm
MSG_PhyMemory db 'Physikalischer Speicher (in KB) : ',0
MSG_ExtMemory db 'Erweiterungsspeicher (in KB) : ',0
MSG_PCMode db 'Systemmodus : ',0
MSG_CPUInfo db 'CPU ID Proze
www.eeworm.com/read/216553/4890129
asm de_stat.asm
MSG_PhyMemory db 'Physikalischer Speicher (in KB) : ',0
MSG_ExtMemory db 'Erweiterungsspeicher (in KB) : ',0
MSG_PCMode db 'Systemmodus : ',0
MSG_CPUInfo db 'CPU ID Proze
www.eeworm.com/read/216553/4890141
asm de_stat.asm
MSG_PhyMemory db 'Physikalischer Speicher (in KB) : ',0
MSG_ExtMemory db 'Erweiterungsspeicher (in KB) : ',0
MSG_PCMode db 'Systemmodus : ',0
MSG_CPUInfo db 'CPU ID Proze
www.eeworm.com/read/216553/4890152
asm stat.asm
MSG_PhyMemory db 'Physikalischer Speicher (in KB) : ',0
MSG_ExtMemory db 'Erweiterungsspeicher (in KB) : ',0
MSG_PCMode db 'Systemmodus : ',0
MSG_CPUInfo db 'CPU ID Proze
www.eeworm.com/read/426360/1991583
js common.js
//Show an alert window when deleting item.
function _delete(url,msg)
{
var msg="真的要删除" + msg + "吗?";
if(confirm(msg))
{
location.href=url;
}
else
{
return false;
}
}
//Selec
www.eeworm.com/read/409383/2231966
js index.js
function GetSucc(){
var msg = this.reqObj.responseText;
if(msg.split('|')[0] == "1"){
alert("职位已成功刷新!");
RefreshSort(this.extendParams,msg.split('|')[1],msg.split('|')[2
www.eeworm.com/read/453468/7419364
cpp handler_cg_pvp.cpp
#include "StdAfx.h"
#include ".\handler_cg_pvp.h"
#include ".\PVPManager.h"
#include ".\Player.h"
#include ".\GamePVPRoom.h"
Handler_CG_PVP::Handler_CG_PVP(void)
{
}
Handler_CG_PVP::~Handl
www.eeworm.com/read/198865/7906400
in configure.in
# -*-m4-*- Process this file with autoconf to produce a configure script.
AC_INIT(src/bubblemon.h)
AM_INIT_AUTOMAKE(bubblemon, 1.2.9)
AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AM_PROG_CC_STDC
AC_HEADER_