代码搜索:Helper

找到约 8,496 项符合「Helper」的源代码

代码结果 8,496
www.eeworm.com/read/227822/14411129

c helper.c

/* * MIPS emulation helpers for qemu. * * Copyright (c) 2004-2005 Jocelyn Mayer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/125571/14483398

hh helper.hh

// ---------------------------------------------------------------------------- // CERTI - HLA RunTime Infrastructure // Copyright (C) 2004 Beno顃 Br閔ol閑 // // This file is part of CERTI-libCERTI // /
www.eeworm.com/read/223304/14646936

c helper.c

/* FUSE: Filesystem in Userspace Copyright (C) 2001-2006 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB.
www.eeworm.com/read/122672/14676806

h helper.h

void SetButtonCheck (HWND hwndDlg, int CtrlID, BOOL bCheck) ; BOOL QueryButtonCheck (HWND hwndDlg, int CtrlID) ;
www.eeworm.com/read/122672/14676835

c helper.c

/*-------------------------------- HELPER.C -- Helper routines. (c) Paul Yao, 1996 --------------------------------*/ #include #include #include
www.eeworm.com/read/220880/14785564

cpp helper.cpp

/* PrintMirror extracts individual page metafiles from Spool File. Copyright (C) 2002-2004 Vipin Aravind This program is free software; you can redistribute it and/or modify it under th
www.eeworm.com/read/120583/14798455

h helper.h

#if !defined(AFX_HELPER_H) #define AFX_HELPER_H #define SafeRelease(pInterface) if(pInterface != NULL) {pInterface->Release(); pInterface=NULL;} #define SafeDelete(pObject) if(pObject != NULL) {d
www.eeworm.com/read/120582/14798481

h helper.h

#if !defined(AFX_HELPER_H) #define AFX_HELPER_H #define SafeRelease(pInterface) if(pInterface != NULL) {pInterface->Release(); pInterface=NULL;} #define SafeDelete(pObject) if(pObject != NULL) {d
www.eeworm.com/read/120581/14798499

h helper.h

#if !defined(AFX_HELPER_H) #define AFX_HELPER_H //释放接口对象指针 #define SafeRelease(pInterface) if(pInterface != NULL) {pInterface->Release(); pInterface=NULL;} //释放对象指针 #define SafeDelete(pObject) if
www.eeworm.com/read/218806/14905507

h helper.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic