代码搜索:SWP
找到约 877 项符合「SWP」的源代码
代码结果 877
www.eeworm.com/read/100917/15860874
cpp orderer.cpp
#include "stdafx.h"
#include "orderer.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#pragma warning ( disable : 4711 )
//////////////
www.eeworm.com/read/100119/15883730
in test12.in
Tests for 'directory' option.
- ".", in same dir as file
- "./dir", in directory relative to file
- "dir", in directory relative to current dir
STARTTEST
:set nocompatible
:set dir=.,~
:/star
www.eeworm.com/read/387848/8651162
gitignore .gitignore
uci
uci-static
*.[oa]
*.so*
*.dylib*
.*.swp
.gdb*
uci_config.h
www.eeworm.com/read/177431/9453568
cpp demopsheet.cpp
// DemoPSheet.cpp : implementation file
//
#include "stdafx.h"
#include "ResizePropertySheet.h"
#include "DemoPSheet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/164698/10094824
txt vc-mfc.txt
窗口的基本类型有三种:重叠窗口(Overlapped)窗口,弹出窗口(Popup)和子窗口(Child)
CWnd wnd;
BOOL b = wnd.CreateWindowEx (ExStyle,ClassName,WindowName,Style,x,y,width,height,parent,Menu,Param);
HWND hwnd = ::CreateWindowEx
www.eeworm.com/read/164463/10106585
h swap.h
#ifndef _LINUX_SWAP_H
#define _LINUX_SWAP_H
#include
#include
#define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */
#define SWAP_FLAG_PRIO_MASK 0x7fff
www.eeworm.com/read/277031/10678437
cpp demopsheet.cpp
// DemoPSheet.cpp : implementation file
//
#include "stdafx.h"
#include "ResizePropertySheet.h"
#include "DemoPSheet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
www.eeworm.com/read/418205/10959190
txt 07.5 对话框伸缩功能的实现.txt
7.5 对话框伸缩功能的实现
先让我们看看 Windows提供的画图程序中的一个功能,单击画图程序的【颜色】菜单下的【编辑颜色】菜单项,将出现编辑颜色对话框,如图 7.31所示。当单击该对话框上的【规定自定义颜色】按钮时,该对话框将扩展为如图 7 .3 2所示的样子。
图 7.3 1原始的画图程序编蟹颜色对话框 图 7.32扩展后的画图程序编辑颜色对话框
下面为读者介绍如何实现对话框的扩展与 ...
www.eeworm.com/read/414302/7068943
cvsignore .cvsignore
.libs
.deps
.*swp
.nautilus-metafile.xml
*.autosave
*.bak
*~
#*#
*.gladep
*.la
*.lo
*.o
*.class
*.pyc
*.plugin
Makefile
Makefile.in
www.eeworm.com/read/396990/8074880
cpp demopsheet.cpp
// DemoPSheet.cpp : implementation file
//
#include "stdafx.h"
#include "ResizePropertySheet.h"
#include "DemoPSheet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T