代码搜索:MyLog
找到约 218 项符合「MyLog」的源代码
代码结果 218
www.eeworm.com/read/173877/9631185
mylog
Sat Jan 17 19:15:46 2004 : COMMON :Initialize dictionary ok!
Sat Jan 17 19:15:46 2004 : ERROR :Going to pack.
Sat Jan 17 19:19:58 2004 : COMMON :Initialize dictionary ok!
Sat Jan 17 19:19:58 2004 : ER
www.eeworm.com/read/426680/9004192
cpp mylog.cpp
// ---------------------------
// Wrote By chan78@esofnet.com
// Last Updated at 2001/10/22
// ---------------------------
#define _WIN32_WINNT 0x0500
#include
#include
#
www.eeworm.com/read/426680/9004211
h mylog.h
#define MAX_LOG_LENGTH 256
#define LOG_FATAL 0
#define LOG_IMPORTANT 1
#define LOG_NORMAL 2
#define LOG_IGNORE 3
#define LOG_DEBUG 4
#define LOG_ALL 5
#define LOG_JUST_DISPLAY
www.eeworm.com/read/426678/9004438
cpp mylog.cpp
// ---------------------------
// Wrote By chan78@esofnet.com
// Last Updated at 2001/10/22
// ---------------------------
#define _WIN32_WINNT 0x0500
#include
#include
#
www.eeworm.com/read/426678/9004459
h mylog.h
#define MAX_LOG_LENGTH 256
#define LOG_FATAL 0
#define LOG_IMPORTANT 1
#define LOG_NORMAL 2
#define LOG_IGNORE 3
#define LOG_DEBUG 4
#define LOG_ALL 5
#define LOG_JUST_DISPLAY
www.eeworm.com/read/169716/9845272
cpp mylog.cpp
// MyLog.cpp: implementation of the CMyLog class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PosManager.h"
#include "MyLog.h"
#if
www.eeworm.com/read/169716/9845273
h mylog.h
// MyLog.h: interface for the CMyLog class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYLOG_H__D8B8A96D_E532_4A99_9CC1_4DA87597DC1D__INCLUDED_)
#
www.eeworm.com/read/364264/9916907
m mylog.m
function y=mylog(x)
%MYLOG Protected LOG function, equal to Koza.
% MYLOG(X) returns zero if X=0 and LOG(ABS(X)) otherwise.
%
% Input arguments:
% X - the number to log (double)
%
www.eeworm.com/read/273382/10918649