代码搜索:CFile
找到约 2,096 项符合「CFile」的源代码
代码结果 2,096
www.eeworm.com/read/227371/14429926
cpp imageprocessingdoc.cpp
// ImageProcessingDoc.cpp : implementation of the CImageProcessingDoc class
//
#include "stdafx.h"
#include "ImageProcessing.h"
#include "ImageProcessingDoc.h"
#include "GlobalApi.h"
#ifde
www.eeworm.com/read/125945/14454189
h dibapi.h
//global.h
//一些通用函数和宏定义
#ifndef _INC_GLOBAL
#define _INC_GLOBAL
// DIB句柄
DECLARE_HANDLE(HDIB);
// DIB常量
#define PALVERSION 0x300
// 判断是否是Win 3.0的DIB
#define IS_WIN30_DIB(lpbi) ((
www.eeworm.com/read/224958/14560799
cpp ctran.cpp
// Ctran.cpp: implementation of the CCtran class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Ctran.h"
////////////////////////////
www.eeworm.com/read/124195/14590331
cpp file.cpp
// File1.cpp: implementation of the CFile class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "File.h"
////////////////////////////////
www.eeworm.com/read/122881/14662550
cpp cdownload.cpp
// cdownload.cpp: implementation of the cdownload class.
//
//////////////////////////////////////////////////////////////////////
//*************************************************************
/
www.eeworm.com/read/221721/14726263
c c_minus.c
#include "globals.h"
#include "util.h"
#include "scan.h"
#include "parse.h"
#include "symtab.h"
#include "analyze.h"
#include "CodeGen.h"
#define NO_ANALYZE FALSE
/* allocate global variab
www.eeworm.com/read/119334/14832760
h archiverecovery.h
//this file is part of eMule
//Copyright (C)2002 Merkur ( devs@emule-project.net / http://www.emule-project.net )
//
//This program is free software; you can redistribute it and/or
//modify it und
www.eeworm.com/read/119154/14838070
ccgs
#!/bin/sh
# $Id: ccgs $
# Pre-process ANSI C files with ansi2knr before compiling.
# Usage: ccgs "cc switches..." ...switches... -c inputfile ... -o outputfile
CFILE=""
OFILE=""
CMD=$1
while