Welcome![Sign In][Sign Up]
Location:
Search - cfile

Search list

[File OperateMFC_CFile

Description: 一个基于MFC的文件操作程序,程序包括文件判断,新建,写入,读出等操作。-MFC-based operating procedures of a file, the program, including documents to judge, new, write, read and other operations.
Platform: | Size: 2035712 | Author: well | Hits:

[Windows Developthreewaystocopy

Description: 采用了三种方式实现文件的复制,这是本人的第一次操作系统课程的小作业。 1 CFILE 2 SHELL 3 CopyFileEX,希望对大家有帮助-Three methods used to achieve the file copy, this is my first operating system program of small operations. 1 CFILE 2 SHELL 3 CopyFileEX, hope to help
Platform: | Size: 2985984 | Author: 黄恒冠 | Hits:

[OtherCFile

Description: MFC编写的单文档记事本 基本与windows系统下的记事本功能相同 只不过字体、颜色改变在当前状态下显示 但是不能被保存。-MFC single document written in basic and Notepad Notepad windows system the same functionality but the font, color change in the current state of display but can not be saved.
Platform: | Size: 66560 | Author: 湛蓝泪痕 | Hits:

[Windows Developlesson12

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-mfc
Platform: | Size: 59392 | Author: 玄一 | Hits:

[VC/MFCvcfile

Description: 主要介绍在VC编程中操作文件的方法主要有两种方式:即利用API函数和MFC的CFile类。-Programming in VC introduced the main methods for manipulating files in two ways: the use of the API functions and MFC CFile class.
Platform: | Size: 14336 | Author: nemyth | Hits:

[Windows DevelopCode

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-Const char* and* char const difference. C language to document the FILE pointer support, reading and writing Text files and binary files difference. Use text reading files and by way of reading and writing files binary mode matters needing attention. C++ to file reading and writing support, ofstream and ifstream usage. Win32 SDK for files, speaking, reading and writing CreateFile function, support, retrieve the use function, ReadFile function, MFC to file reading CFile classes and support, the use of CFileDialog, file filter Settings. Win. Ini file and registry of reading and writing mode and related knowledge.
Platform: | Size: 38912 | Author: 田海龙 | Hits:

[Crack Hackaes

Description: AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] public: CString ErrorMessage CRijndael() virtual ~CRijndael() bool EncrypFile() bool DecrypFile() CString DecrypStr() CString EncrypStr() bool SetFileName(CString SFileName,CString TFileName) bool SetString(CString sour,CString &targ) bool SetVariable(int k,int r,CString skey) int GetCurPos() private: void SubBytes() void ShiftRows() void MixColumns() byte Multi(byte a,byte b) void AddRoundKey() void KeyExpansion() void InvShiftRows() void InvSubBytes() void InvMixColumns() void Encryption() void Decryption() } -AES algorithm to realize the files are encrypted. Course report contains the password 。 class CRijndael {private: int Nk, Nr, round long Total_Round, Cur_Round char* SourceFileName,* TargetFileName CString source,* target, save CFile Source, Target byte (* State) [4] ,* w [4],* key [4] public: CString ErrorMessage CRijndael () virtual ~ CRijndael () bool EncrypFile () bool DecrypFile () CString DecrypStr () CString EncrypStr () bool SetFileName (CString SFileName, CString TFileName) bool SetString (CString sour, CString & targ) bool SetVariable (int k, int r, CString skey) int GetCurPos () private: void SubBytes () void ShiftRows () void MixColumns () byte Multi (byte a, byte b) void AddRoundKey () void KeyExpansion () void InvShiftRows () void InvSubBytes () void InvMixColumns () void Encryption () void Decryption () }
Platform: | Size: 286720 | Author: fff | Hits:

[Crack HackEncryWithPicture

Description: 本实例主要通过CFile类的Read方法分别读取图片文件和文本文件,然后将图片文件的每个字节和文本文件的每个字节进行异或运算。-This example mainly through CFile class Read method reads the picture files and text files, and then each byte of image files and text files for each byte XOR.
Platform: | Size: 29696 | Author: tch | Hits:

[Windows Developlesson-2

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-Const char* and char* const difference. C language to document the FILE pointer support, reading and writing Text and binary files difference. Use text reading documents and way of reading and writing documents with binary mode matters needing attention. C++ to file the support, ofstream and reading ifstream usage. Reading to file Win32 SDK support, CreateFile function, retrieve the use of functions, ReadFile function To file the support of ordinary MFC reading class and the CFile CFileDialog, use, file filter Settings. Win. Ini file and registry literacy methods and relevant knowledge.
Platform: | Size: 61440 | Author: hunter | Hits:

[Special Effectszhengjiaobianhuan

Description: 几个正交变换的例子,对于学习数字图像的新手来说会有点帮助的。-CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument MessageBox GetCurrentDirectory GlobalAlloc GlobalFree CFile CString CCmdUI CScrollView CView CBrush TextOut CreateSolidBrush SelectObject Rectangle StretchDIBits SetTextColor DeleteObject CPrintInfo SetTextAlign SetMapMode SetCurrentDirectory GetOpenFileName CreateDirectory GetSaveFileName CFileFind FindNextFile SetFileAttributes LoadCursor SetCursor CSize CFrameWnd
Platform: | Size: 2360320 | Author: mclong | Hits:

[AI-NN-PRGA

Description: 源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt ,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 -C or C++ source code files and executable files Scs.cpp basic classification algorithm source code, the input data file cfile.txt, efile.txt, gfile.txt, pfile.txt, rfile.txt, tfile.txt Sga.c basic genetic algorithm source code, the input data file input, the output file output A_life.c genetic algorithm-based simulation of artificial life source, the input data file world GA_nn.c genetic algorithm based neural network source, the input data file sample Patmat. c extraction based on genetic algorithm source graphics primitives
Platform: | Size: 692224 | Author: yuanping | Hits:

[File Operatecfile

Description: 一个vc++ 文件类,有各种文件类的方法说明和列子,可供初学者学习-A vc++ file types, a variety of documents and Liezi class methods that are available for beginners to learn
Platform: | Size: 22528 | Author: dd | Hits:

[File OperateFile

Description: const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-const char* and char* const difference. C language support to read and write files, FILE pointer text files and binary files the difference. Read and write files in text mode and read and write files in binary mode considerations. C++ support for file reading and writing, ofstream, and ifstream usage. Win32 SDK support for file reading and writing, CreateFile function, WriteFile function, ReadFile function is used MFC support for file reading and writing, CFile class and the CFileDialog use, the file filter settings. win.ini file and registry and knowledge of reading and writing points.
Platform: | Size: 36864 | Author: sd | Hits:

[Windows Develop11.3

Description: 在对话框中利用CFile类实现对另外一个对话框中输入文件的所有内容-In the dialog box using CFile class implements a dialog box on the other all the content in the input file
Platform: | Size: 1869824 | Author: 张三 | Hits:

[Windows DevelopRWFile

Description: 这个压缩包里介绍了如何使用Cfile类,以及文件的初步读写功能的实现方法 为广大程序员提供可靠的参考-the zip is used to express how to use the file.read and file.write
Platform: | Size: 2310144 | Author: luxiaoqian | Hits:

[File OperateCFileDemo

Description: 使用CFile类进行文件操作实例源码,很不错的vc源码,希望能对大家有所帮助-Use the CFile class for file operations examples of source, very good vc source, I hope you can help
Platform: | Size: 26624 | Author: | Hits:

[OS program0536548200710209193659

Description: 一套完整的某公司的石油钻井设计软件 源代码公布, 可供VC学习之用-A complete set of a company-CPen CString CBrush CWnd CDialog LoadResource CDataExchange CDC CRect GetClientRect SetBkMode CPalette CClientDC SelectPalette RealizePalette IsChild CStdioFile CFileException CFile GetDlgItem CButton DestroyIcon LoadIcon LoadAccelerators GetSystemMenu CMenu ModifyMenu ShowWindow SetWindowPos SetCursor GetPrinter GetLocalTime EndDoc TranslateAccelerator DestroyAcceleratorTable CPoint GetCapture ClientToScreen LoadMenu GetSubMenu TrackPopupMenu SetCapture ClipCursor SetROP2 SelectObject Rectangle ReleaseCapture MessageBox Beep ShowCursor Ellipse TextOut CStringList PtInRect CMDIChildWnd CView UpdateWindow CCmdUI CSize CControlBar CFrameWnd LoadCursor GetSysColorBrush GetWindowRect GetParent GetDlgCtrlID OffsetRect ExtractIcon MoveWindow SetRectEmpty CPaintDC CWindowDC ScreenToClient ExcludeClipRect IntersectClipRect FillRect GetSysColor ReleaseDC RedrawWindow LockWindowUpdate IsRectEmpty GetDCEx PatBlt CImageList GetStockObject CFont CCreateContext EnableWindow SetFocus SetWindowText Se
Platform: | Size: 9515008 | Author: madud00079 | Hits:

[VC/MFCfile

Description: 文档详细介绍了Visual C++中文件的操作,包括C++描述,CFile和CFileFind类的描述等-Document details the files in Visual C++ operations, including C++ description, CFile class and description CFileFind
Platform: | Size: 249856 | Author: 金济芳 | Hits:

[CommunicationMFC4585521

Description: 在微软公司推出的Visual C++中,不仅可以利用串行通信控件或调用Windows API来进行串行通信,而且可以利用MFC CFile类来实现串行通讯。-Introduced in Microsoft Visual C++, not only can use the serial communication control or call the Windows API for serial communication, and can use MFC CFile class to implement serial communication.
Platform: | Size: 3072 | Author: | Hits:

[Other Embeded programDS3231_Driver

Description: 高精度实时时钟芯片的驱动程序,采用I2C方式,包含.H和.C文件并由详细注释。-extremely accurate I2C real- time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal。the rar includ .H和.Cfile。
Platform: | Size: 3072 | Author: 王文豪 | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 »

CodeBus www.codebus.net