代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/219695/14869553
h iterator_adaptor.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/210839/15191743
il nclegend_list.il
/*
DISCLAIMER:
The user of this code assumes all responsibility and does not
hold Cadence Design Systems nor the author of this code for any
unwarranted results or problems due t
www.eeworm.com/read/237004/13981691
h iterator_adaptor.h
// -*- c++ -*-
//
// Copyright 1997, 1998, 1999 University of Notre Dame.
// Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee
//
// This file is part of the Matrix Template Library
//
// You sh
www.eeworm.com/read/105624/15459472
c asn_read.c
/*****************************************************************************
File: asn_read.c
Contents: Functions to parse ASN.1 as part of the ASN_GEN program.
System: ASN development.
Cr
www.eeworm.com/read/105130/15677312
h filedlghelper.h
////////////////////////////////////////////////////////////////
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// Compiles with Visual C++ 6.0 for Wi
www.eeworm.com/read/192685/8361730
txt 如何禁止或修改窗口的系统菜单.txt
左 上 角 菜 单 称 作 系 统 菜 单 或 控 制 菜 单 。 如 果 你 设 置 Form的 ControlBox属 性 为 False, 则 系 统 菜 单 就 不 显 示 了 , 当 然 最 大 化 、 最 小 化 按 钮 也 没 有 了 。 如 果 你 希 望 修 改 系 统 菜 单 , 可 以 利 用 API函 数 GetSystemMenu得 到 菜 单 句 柄 , 再 用 其 它
www.eeworm.com/read/192685/8366115
txt 如何拦截系统外的消息.txt
Windows截 取 消 息 分 为 两 种 : 线 程 和 系 统 。 线 程 方 式 只 能 截 取 当 前 线 程 消 息 , 而 系 统 方 式 可 以 获 得 所 有 消 息 。 MsgHook采 用 的 是 Subclass方 式 , 只 能 是 线 程 方 式 的 。 如 果 要 实 现 系 统 方 式 , 需 要 调 用 API函 数 SetWindowsHookEx, 如 :
www.eeworm.com/read/387376/8689216
cpp tooltipctrlex.cpp
// ToolTipCtrlEx.cpp : implementation file
//
#include "stdafx.h"
#include "ToolTipCtrlEx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif