CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cfile

搜索资源列表

  1. StudioFile

    0下载:
  2. wince的CFile的扩展..比较好用-Jack CFile the expansion of better quality ..
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:4474
    • 提供者:
  1. 文件枚举函数

    0下载:
  2. 使用CFile类实现对文件的操作-use CFile class to achieve the operation of the document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4054
    • 提供者:杨威利
  1. DS3231_Driver 高精度实时时钟芯片的驱动程序

    0下载:
  2. 高精度实时时钟芯片的驱动程序,采用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。
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-03-22
    • 文件大小:2673
    • 提供者:王文豪
  1. CFileDemo

    0下载:
  2. 使用CFile类进行文件操作实例源码,很不错的vc源码,希望能对大家有所帮助-Use the CFile class for file operations examples of source, very good vc source, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:26829
    • 提供者:邵接后
  1. txlsfile4

    0下载:
  2. TXLSFile 4 for Delphi 6-2009
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-13
    • 文件大小:3373964
    • 提供者:barracuda
  1. CFile

    0下载:
  2. 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.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:66338
    • 提供者:湛蓝泪痕
  1. cfile64

    0下载:
  2. 64位方式存取文件 -The example of accessing file in 64-bit method
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:15579
    • 提供者:站长
  1. openfiledlg3

    0下载:
  2. 近有位读者来信指出:《在线杂志》第26期中有一篇文章:“再谈 CFileDialog 对话框的定制”,其例子程序有一个bug。如果多选时选中的文件过多,那么后面选中的文件将无效,也就是说即使也白选,点击“确定”后没有任何操作 。本文将提供解决此问题的办法,并说明问题的来由。代码性质] VC完整应用程序代码 [代码作者] Northtibet [文件大小] 28K [更新日期] 2005-9-28 17:17:00 -recent letter from a reader : &qu
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:34364
    • 提供者:石先生
  1. wangxiaoping-resource

    2下载:
  2. 王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序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 基于遗传算法优化神经网络结构源程序,输
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-12
    • 文件大小:4516414
    • 提供者:flying
  1. Test

    0下载:
  2. 读取文件时使用类序列化技术 保存文件时,使用了类序列化,和CFile文件操作技术-Read the file type sequence using technology to save the file, use the type of serialization, and CFile file operations technology
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:42912
    • 提供者:seker
  1. fileSend

    0下载:
  2. 读取文件发送到局域网中,winsock,CFile-Read the document sent to the local area network, winsock, CFile
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:297425
    • 提供者:吴东明
  1. file

    0下载:
  2. 在vc下,经常要读写文件,有些类好用但有限制,比如CFile用于mfc,这个代码不受任何限制-In vc, the often have to read and write documents, and some easy to use but restricted category, such as CFile for mfc, this code without any restrictions
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:16552
    • 提供者:luo hao
  1. FileReadWrite

    0下载:
  2. 利用CFILE进行文件读写的程序-CFILE use the procedures read and write files
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:41186
    • 提供者:故也随风
  1. lesson12

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:54119
    • 提供者:gubin
  1. ShowImage

    0下载:
  2. 使用Cfile和CfileDialog及atl的image类显示输出图像. 作业题-Use CFile and CfileDialog and atl show the output of image-type images. Operating title
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:2774841
    • 提供者:陈昕
  1. copyfile

    0下载:
  2. 本地文件复制,实现功能相当于粘贴,复制操作。利用CFile类,先读出源文件内存,再新建一个文件并将内存中的内容写入该文件,达到复制目的-Local file copy, paste to achieve the functional equivalent, copy operation. Use CFile class, the first memory to read out the source file, and then create a new file and the content
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-08
    • 文件大小:30402
    • 提供者:Todd
  1. Code

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:File Operate

    • 发布日期:2017-04-26
    • 文件大小:37728
    • 提供者:辛光明
  1. shujujiegouanswerc

    0下载:
  2. 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSystemMetrics GetClientRect DrawIco
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:111782
    • 提供者:王喆
  1. Text

    0下载:
  2. 实现在编辑框中输入的数据,建立文件数据,实现数据库的基本建立。-realizing building a file with a CFile
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1757629
    • 提供者:小曾
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:38411
    • 提供者:c++crazy
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com