代码搜索:CFile

找到约 2,096 项符合「CFile」的源代码

代码结果 2,096
www.eeworm.com/read/204052/15345870

cpp compressedfile.cpp

// CompressedFile.cpp #include "CompressedFile.h" CCompressedFile::CCompressedFile( int nType ) { m_bOpened = m_bCanRead = m_bCanWrite = FALSE; m_nCompressionType = nType; m_pBuffer = N
www.eeworm.com/read/204025/15347376

cpp compressedfile.cpp

// CompressedFile.cpp #include "stdafx.h" #include "CompressedFile.h" CCompressedFile::CCompressedFile( int nType ) { m_bOpened = m_bCanRead = m_bCanWrite = FALSE; m_nCompressionType = n
www.eeworm.com/read/204025/15347447

cpp compressedfile.cpp

// CompressedFile.cpp #include "CompressedFile.h" CCompressedFile::CCompressedFile( int nType ) { m_bOpened = m_bCanRead = m_bCanWrite = FALSE; m_nCompressionType = nType; m_pBuffer = N
www.eeworm.com/read/107133/15612400

cpp documentblowfish.cpp

/********************************************************************** * Developed by; * Neal Horman - neal@wanlink.com - http://www.wanlink.com * Copyright (c) 2002 Neal Horman, All Rights Res
www.eeworm.com/read/105841/15658071

h datahandle.h

#if !defined(AFX_DATAHANDLE_H__4343DA49_7695_4521_A47C_78DBE563D60F__INCLUDED_) #define AFX_DATAHANDLE_H__4343DA49_7695_4521_A47C_78DBE563D60F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif
www.eeworm.com/read/105271/15672923

c parse.c

/* parse.c Common parser code for dhcpd and dhclient. */ /* * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Per
www.eeworm.com/read/103766/15722024

htm index117.htm

www.eeworm.com/read/100908/15861971

cpp fileinfodialog.cpp

//this file is part of eMule // added by quekky // //This program is free software; you can redistribute it and/or //modify it under the terms of the GNU General Public License //as published by
www.eeworm.com/read/468610/1485258

buildatoms

#!/bin/sh hfile=../../../include/Xatom.h cfile=initatoms.c rm -f $hfile $cfile umask 222 awk ' BEGIN { hfile = "'$hfile'"; cfile = "'$cfile'"; hformat = "#define XA_%s ((Atom) %d)\n"; printf("#ifn
www.eeworm.com/read/297594/3886669

cpp sgiplog.cpp

#include "SGIPLog.h" CMobilLog::CMobilLog() { m_nHan = -1; memset(m_cFile, 0, sizeof(m_cFile)); strcpy(m_cFile, "./gwmsgid.log"); if ((m_nHan = open(m_cFile