代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292231/8366439
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "cminus.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/292231/8366440
cpp asmcodedoc.cpp
// AsmCodeDoc.cpp : implementation of the CCminusDoc class
//
#include "stdafx.h"
#include "cminus.h"
#include "AsmCodeDoc.h"
#include "AsmCodeView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/192685/8366441
txt 请问hwnd和hdc有何分别.txt
hWnd是 窗 口 句 柄 , 要 得 到 窗 口 的 一 些 属 性 需 要 借 助 这 个 句 柄 。 hDC是 窗 口 显 示 上 下 文 句 柄 , 只 有 在 窗 口 进 行 图 形 、 文 字 输 出 的 时 候 才 需 要 它 。 hWnd的 使 用 范 围 更 广 些 , 有 了 hWnd就 可 以 使 用 API的 GetDC()函 数 得 到 与 其 相 关 的 hDC。
www.eeworm.com/read/292231/8366442
dsp cminus.dsp
# Microsoft Developer Studio Project File - Name="cminus" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/292231/8366443
aps cminus.aps
www.eeworm.com/read/292231/8366444
h asmcodegenerator.h
#ifndef _ASMCODEGENERATOR_H_
#define _ASMCODEGENERATOR_H_
#include "Analyzer.h"
class CAsmCodeGenerator
{
public:
CAsmCodeGenerator( CString& str );
~CAsmCodeGenerator();
// Operation
www.eeworm.com/read/292231/8366445
h pcodedoc.h
#if !defined(AFX_PCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_)
#define AFX_PCODEDOC_H__364D98BC_84E2_4578_A3E6_0769F0BAF001__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _
www.eeworm.com/read/292231/8366446
cpp textview.cpp
// cminusView.cpp : implementation of the CTextView class
//
#include "stdafx.h"
#include "cminus.h"
#include "TextDoc.h"
#include "TextView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef
www.eeworm.com/read/192685/8366447
txt 应当使用什么方法方便的调用api.txt
估 计 是 你 的 注 册 表 出 错 了 , 正 常 情 况 下 应 该 在 你 的 HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\Addins下 包 括 所 有 Addin的 信 息 。 你 可 以 直 接 选 择 “ 开 始 菜 单 ” 中 VB6组 的 “ Visual Basic中 文 版 工 具 ” 中 的 “ API 文
www.eeworm.com/read/292231/8366448
cpp tokenizer.cpp
/*
* This file is written by 陆晓春(robert1111@zju.edu.cn)
* Coryright, 2004
*/
// Tokenizer.cpp : implementation file
//
#include "stdafx.h"
#include