代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/374215/9415773
cpp errorhandling.cpp
/*
* ErrorHandling.cpp
*
* Copyright (C) 2007
* Paul E. Jones
* All Rights Reserved.
*
******************************************************************************
www.eeworm.com/read/160900/10475423
cpp exeditthd.cpp
// Exeditthd.cpp : implementation file
//
#include "stdafx.h"
#include "电力谐波测试仪.h"
#include "Exeditthd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/349709/10802865
sql create_pipe1.sql
/*
* create_pipe1.sql
* Chapter 11, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script deletes a pipe if it exists in the context of the current
*
www.eeworm.com/read/465188/7059359
cc mld6igmp_proto.cc
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/327836/13059615
h common.h
#ifndef _COMMON_H
#define _COMMON_H
typedef enum
{
MESSAGE_INFO,
MESSAGE_ERROR,
MESSAGE_ENDRECORDING,
MESSAGE_FILECAPTURED
} DSHOW_MESSAGE;
typedef struct
{
DS
www.eeworm.com/read/402293/11539060
cpp introducedlg.cpp
// IntroduceDlg.cpp : implementation file
//
#include "stdafx.h"
#include "数字水印技术.h"
#include "IntroduceDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/342759/12002342
html mailbox.cpp.html
mailbox.cpp
1 #include "message.h"
2 #include "mailbox.h"
3
4 Message* Mailbox::get_current_message() const
5 {
6
www.eeworm.com/read/342759/12002364
cpp mailbox.cpp
#include "message.h"
#include "mailbox.h"
Message* Mailbox::get_current_message() const
{
if (new_messages.size() > 0)
return new_messages.front();
if (kept_messages.size() > 0)
www.eeworm.com/read/253825/12184129
m dwt1_recover.m
%DWT源码
%提取源码
clear all;
% 保存开始时间
start_time=cputime;
blocksize=8; % 设置块的大小
% 读入嵌入水印图像
file_name='dwt_watermarked.bmp';
watermarked_image=double(imread(file_name));
% 嵌入水印图像的行数与列数
www.eeworm.com/read/227352/14430411
cpp richtext1.cpp
// RichText1.cpp : implementation file
//
#include "stdafx.h"
#include "E2_1.h"
#include "RichText1.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE