CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - MFC,TXT

搜索资源列表

  1. mfc_array_tutorial

    0下载:
  2. │ Array.cpp │ Array.ds w │ Array.h │ Array.rc │ ArrayDlg.cpp │ ArrayDlg.h │ ReadMe.txt │ Resource.h │ StdAfx.cpp │ StdAfx.h │ └─res Array.ico Array.rc2 MFC的数组类支持的数组类似于C++中的常规数组,可以存放任何数据类型。C++的常规数组在使用前必须将其定义成能够容纳所有可能需
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:11.33kb
    • 提供者:青衣
  1. OpenFile

    0下载:
  2. 使用VC++中的MFC寫的開檔程式,可開啟.txt檔,並可修改開啟其他類型之檔案。-Use MFC VC++ in the open file to write programs that can be opened. Txt file, and can be modified to open other types of files.
  3. 所属分类:File Operate

    • 发布日期:2017-05-26
    • 文件大小:8.62mb
    • 提供者:QQTT
  1. MFCFile

    0下载:
  2. MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:36.64kb
    • 提供者:杜大海
  1. Openfile_and_Savefile

    0下载:
  2. 使用VC++之MFC編撰,一個簡易的開檔並另存新檔之程式,以txt檔為主,可自行修改使用其他副檔名。-Use the MFC VC++ compilation, a simple open file and Save the program to txt file-based, free to modify the use of other extensions.
  3. 所属分类:File Operate

    • 发布日期:2017-05-27
    • 文件大小:9.46mb
    • 提供者:QQTT
  1. txt_cutter_xwd

    0下载:
  2. 使用MFC做的一个TXT文本的分本工具,分割时指定单文件大小,核心是一个多字节字符的处理函数。-TXT using MFC to do a sub-text of this tool, split a single file size is specified when the core is a multi-byte character handling functions.
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:7.38mb
    • 提供者:xieweidong
  1. SG001

    0下载:
  2. 在VS2008下读取txt文本内容,并根据其对应的属性对其进行排序,txt内容模仿excel写的。-In VS2008 under the MFC, to excel, the query, sorting, statistics.
  3. 所属分类:File Operate

    • 发布日期:2017-06-01
    • 文件大小:13.25mb
    • 提供者:陈杨中
  1. read

    0下载:
  2. 这是一个读取txt文档的mfc程序,程序中调用了一些基本函数来读取文档,此小程序可以帮助初学者了解一些常用函数的使用-This is a read txt document mfc program, call some of the basic functions in the program to read the document, this small program can help beginners to understand the use of some of the commo
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:1.82mb
    • 提供者:jubo
  1. Txt2Bin

    1下载:
  2. 以vs2010 MFC编程实现文本*.txt到二进制文件的转换。.txt文本文件中存储的是很多测量数据。一共174个被测变量,一秒钟测量一次,测量时间和测量值都存储在文本文件中。程序的目的是将文本文件转换为二进制文件,供后续处理,比如提取某个变量,以时间为横轴画出曲线。 -Vs2010 MFC programming text*. Txt to binary file conversion. many measurement data is stored in a text file. tx
  3. 所属分类:File Operate

    • 发布日期:2017-11-05
    • 文件大小:24.05mb
    • 提供者:TYS
  1. CreateFileMapping

    0下载:
  2. 用内存映射文件的方式读取TXT文件,并且是一行一行的读取。网上一些其他类似的源码,有的存在问题,有的是用MFC完成的。我的是控制台程序,短小清晰。-Read TXT files, memory-mapped file and read line by line. Online some other similar source, some problems, some complete with MFC. I console program, clear and short.
  3. 所属分类:File Operate

    • 发布日期:2017-12-02
    • 文件大小:258.17kb
    • 提供者:diouf3
  1. Drawtest

    1下载:
  2. 使用MFC制作的绘制心电数据的小程序,convert4.txt是心电数据,每个数据占两个字节,是网络字节序,使用时需要用htons转化一下。-MFC produced a small program to draw ECG data, convert4.txt ECG data, each data is two bytes, in network byte order, use the htons transformed.
  3. 所属分类:File Operate

    • 发布日期:2017-11-10
    • 文件大小:3.02mb
    • 提供者:liubei
  1. MFCexp9_2

    0下载:
  2. MFC中,编写单文档界面程序,当用户用鼠标单击程序窗口用户区时,在当前目录下,一只写方式创建一个名为“myfile.txt”的文件,并向其写入字符“hello,this is a file”-MFC, write a single document interface program, when the program window with the mouse click the user area, in the current directory, a write mode create
  3. 所属分类:File Operate

    • 发布日期:2017-11-27
    • 文件大小:34.67kb
    • 提供者:吴松
  1. the-0900-convolution

    0下载:
  2. 用MFC实现读取txt文件,并对文件进行卷积运算,可以用3X3、和5X5两种模板进行计算-Read txt file with MFC, and convolution files, you can use 3X3, 5X5 both templates and calculations
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:西门吹雪
  1. bubble

    0下载:
  2. 使用VC++的MFC类制作的一个具有下拉菜单,可以从TXT文本中输入数据(包括浮点型),经过冒泡排序之后再存入TXT文件中的应用程序,并且可以在应用程序中打开和关闭TXT文本的功能。-Use VC++ MFC classes have produced a drop-down menu, you can enter data (including floating point), after re-deposited after the bubble sort TXT file applicat
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4.04mb
    • 提供者:wenkui
  1. M17

    0下载:
  2. 使用MFC进行对文件操作,读取TXT文件,实现对txt文件里的字符进行查找,替换等基本word上能实现的操作。-Using MFC for file operations, read TXT files, to achieve txt file on the characters find, replace, and other basic word operation can be achieved.
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:39.37kb
    • 提供者:周璋静
  1. read-Text

    0下载:
  2. mfc读取txt文件的例子,实现对文件的逐行读取-Examples of MFC read TXT file, read the file line by line
  3. 所属分类:File Operate

    • 发布日期:2017-05-11
    • 文件大小:2.12mb
    • 提供者:菜鸟
搜珍网 www.dssz.com