代码搜索:CFile

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

代码结果 2,096
www.eeworm.com/read/136179/13388671

cpp tools.cpp

#include "stdafx.h" #include "tools.h" #include "blowfish.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif BOOL FindLocalFile(LPCTSTR sFil
www.eeworm.com/read/313970/13577509

cpp file.cpp

// File.cpp: implementation of the CFile class. // ////////////////////////////////////////////////////////////////////// #include "..\headfile\File.h" ////////////////////////////////////////
www.eeworm.com/read/309649/13666971

c getcmt.c

/* +++Date last modified: 05-Jul-1997 */ /* getcmt.c - get comments from a C or C++ source file */ /* Byte_Magic Software 9850 Mead
www.eeworm.com/read/301216/13863332

cpp tinyxml.cpp

/* www.sourceforge.net/projects/tinyxml Original code (2.0 and earlier )copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com) This software is provided 'as-is', without any express or implied
www.eeworm.com/read/149300/5701916

cpp launchdll.cpp

// LaunchDLL.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include "LaunchDLL.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[
www.eeworm.com/read/136812/5857571

c ruserpass.c

#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)ruserpass.c 1.1 92/07/30 SMI"; /* from UCB 4.2 82/10/10 */ #endif #include #include #include #incl
www.eeworm.com/read/131315/5939333

c msort.c

/*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Peter McIlroy. * * Redistributi
www.eeworm.com/read/131315/5942506

c ruserpass.c

/* * Copyright (c) 1985 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright not
www.eeworm.com/read/131315/5943721

c mksignames.c

/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Kenneth Almquist. * * Red
www.eeworm.com/read/124312/6053848

cpp file1.cpp

/////////////////////////////////////////////////////////////////// // Module : FILE1.CPP // // Purpose : A simple MFC console application that performs basic // file operations. //