代码搜索:CFile

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

代码结果 2,096
www.eeworm.com/read/287009/8732744

h file_ini_rwdlg.h

// File_ini_RWDlg.h : header file // #if !defined(AFX_FILE_INI_RWDLG_H__6C5F9385_E848_4CC2_8EB8_0BD77E0AA3A6__INCLUDED_) #define AFX_FILE_INI_RWDLG_H__6C5F9385_E848_4CC2_8EB8_0BD77E0AA3A6__INCLUD
www.eeworm.com/read/287009/8732758

h file_ini_rw.h

// File_ini_RW.h : main header file for the FILE_INI_RW application // #if !defined(AFX_FILE_INI_RW_H__D8CFB6AE_503E_4E20_8E0E_2191F63D7B41__INCLUDED_) #define AFX_FILE_INI_RW_H__D8CFB6AE_503E_4E
www.eeworm.com/read/379774/9177286

cpp compute_param.cpp

// Compute_Param.cpp: implementation of the CCompute_Param class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compute_Param.h" #ifd
www.eeworm.com/read/327199/13095306

cpp compute_param.cpp

// Compute_Param.cpp: implementation of the CCompute_Param class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compute_Param.h" #ifd
www.eeworm.com/read/305600/13764830

cpp compute_param.cpp

// Compute_Param.cpp: implementation of the CCompute_Param class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compute_Param.h" #ifd
www.eeworm.com/read/302160/13840196

cpp compute_param.cpp

// Compute_Param.cpp: implementation of the CCompute_Param class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compute_Param.h" #ifd
www.eeworm.com/read/408453/11387700

cpp compute_param.cpp

// Compute_Param.cpp: implementation of the CCompute_Param class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Compute_Param.h" #ifd
www.eeworm.com/read/416448/11024877

cpp mydib.cpp

// MyDib.cpp : 实现文件 // #include "stdafx.h" #include "MagicHouse.h" #include "MyDib.h" MyDib::MyDib ( LPCTSTR dibName ) : DibBits ( NULL ), DibInfo ( NULL ) { //创建CFile对象 CFile fp ( di
www.eeworm.com/read/208315/4993685

makefile

BASEPATH = ../.. include $(BASEPATH)/Makefile.Base PROGNAME = jingcai CFILE = jingcai.c COBJS :=$(CFILE:.c=.o) .c.o: ; $(CC) -c $*.c $(OS_DEF) $(CFLAGS) $(CPPFLAGS) all: $(PROGNAME) ifeq (.d
www.eeworm.com/read/290228/3984101

tcl cplot.tcl

# # cplot -- "cooked" plot # merge multiple cooked trace files together, eventually # to produce a final plot: # # Usage: cplot package graph-title cfile1 cname1 [cfile2 cname 2] ... # # this will tak